Skip to content

docs(docs): improve formatting and structure#213

Open
avanibapna06 wants to merge 1 commit into
optiqor:mainfrom
avanibapna06:feat/readme-formatting
Open

docs(docs): improve formatting and structure#213
avanibapna06 wants to merge 1 commit into
optiqor:mainfrom
avanibapna06:feat/readme-formatting

Conversation

@avanibapna06

Copy link
Copy Markdown

What

  • Improved the formatting and overall layout of the README.md file.
  • Properly formatted and structured Markdown tables, lists, and code blocks for cleaner rendering on GitHub.
  • Structured the Mermaid architecture and deployment diagrams correctly within the documentation.

Why

Fixes #173

How

  • Fixed broken syntax errors in the README layout where plain text blocks had merged incorrectly.
  • Wrapped CLI usage commands, configurations, and scripts into appropriate syntax-highlighted code fences (bash, yaml).
  • Grouped peripheral details like shell completions and core metrics using HTML <details> blocks to keep the document highly readable.

Testing

  • go build ./... passes
  • Verified local Markdown rendering to ensure all sections, tables, and Mermaid workflows display without errors.

@avanibapna06 avanibapna06 requested a review from btwshivam as a code owner June 10, 2026 13:13
@github-actions

Copy link
Copy Markdown

🚀 First PR — welcome aboard!

A few things to expect:

  1. CI: every PR runs build + race tests + lint + (eventually) the kernel matrix. If something fails, the log will tell you exactly which gate.
  2. DCO: every commit needs Signed-off-by:git commit -s adds it automatically.
  3. Conventional Commits: PR titles like feat(doctor): add new rule or fix(bpf): handle X. We squash-merge by default.
  4. Review: a maintainer will review within 72 hours. Suggestions are conversations, not orders — push back if something doesn't fit your context.

If you get stuck, reply here or jump to Discussions. We want this PR to land.

@github-actions github-actions Bot added level:beginner Up to ~50 lines, isolated change (auto-applied) documentation Improvements or additions to documentation labels Jun 10, 2026
@avanibapna06 avanibapna06 changed the title feat: Improve README formatting and structure feat(readme): Improve formatting and structure Jun 10, 2026
@avanibapna06 avanibapna06 changed the title feat(readme): Improve formatting and structure feat(docs): Improve README formatting and structure Jun 10, 2026
@avanibapna06 avanibapna06 changed the title feat(docs): Improve README formatting and structure docs(readme): improve formatting and structure Jun 11, 2026
@avanibapna06 avanibapna06 changed the title docs(readme): improve formatting and structure docs(docs): improve formatting and structure Jun 11, 2026
@avanibapna06

avanibapna06 commented Jun 12, 2026

Copy link
Copy Markdown
Author

Hi @optiqor and @btwshivam , just wanted to leave a gentle reminder on this PR. All the automated bot checks have passed successfully and the documentation formatting is ready for review. Could you please check and merge it when you get some time? Thank you! 🙏 #gssoc26

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation level:beginner Up to ~50 lines, isolated change (auto-applied)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: Improve Readme Formatting and Structure

1 participant