Skip to content

Add Table of Contents for better README navigation#3450

Open
anmolverma1309 wants to merge 1 commit intoopenMF:devfrom
anmolverma1309:patch-1
Open

Add Table of Contents for better README navigation#3450
anmolverma1309 wants to merge 1 commit intoopenMF:devfrom
anmolverma1309:patch-1

Conversation

@anmolverma1309
Copy link
Copy Markdown

@anmolverma1309 anmolverma1309 commented Mar 28, 2026

Add comprehensive Table of Contents for better README navigation

Changes:

  • Added ## 📋 Table of Contents after Overview section
  • 30+ anchor links covering Installation, Docker, Proxy, Environment Vars, RBAC
  • Improves scannability for 2000+ line document

Impact:

  • New contributors find sections instantly
  • Reduces support questions about "how to install"
  • Standard open source README best practice

Description

Describe the changes made and why they were made instead of how they were made. List any dependencies that are required for this change.

Related issues and discussion

#{Issue Number}

Screenshots, if any

Checklist

Please make sure these boxes are checked before submitting your pull request - thanks!

  • If you have multiple commits please combine them into one commit by squashing them.

  • Read and understood the contribution guidelines at web-app/.github/CONTRIBUTING.md.

Summary by CodeRabbit

  • Documentation
    • Added a Table of Contents section to the README for improved navigation and easier access to key sections throughout the documentation.

Add comprehensive Table of Contents for better README navigation

**Changes:**
- Added `## 📋 Table of Contents` after Overview section
- 30+ anchor links covering Installation, Docker, Proxy, Environment Vars, RBAC
- Improves scannability for 2000+ line document

**Impact:** 
- New contributors find sections instantly
- Reduces support questions about "how to install"
- Standard open source README best practice
@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Mar 28, 2026

Note

.coderabbit.yaml has unrecognized properties

CodeRabbit is using all valid settings from your configuration. Unrecognized properties (listed below) have been ignored and may indicate typos or deprecated fields that can be removed.

⚠️ Parsing warnings (1)
Validation error: Unrecognized key(s) in object: 'pre_merge_checks'
⚙️ Configuration instructions
  • Please see the configuration documentation for more information.
  • You can also validate your configuration using the online YAML validator.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Walkthrough

A Table of Contents section was added to README.md with navigational links to existing document sections including Overview, Installation Guide, Development Commands, Proxy Configuration, RBAC, and other existing sections. No other content was modified.

Changes

Cohort / File(s) Summary
Documentation
README.md
Added new Table of Contents section with navigational links to existing document sections for improved navigation and accessibility.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~5 minutes

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title directly and clearly summarizes the main change: adding a Table of Contents to the README for improved navigation, which matches the PR's primary objective.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🧹 Nitpick comments (1)
README.md (1)

13-49: Optional: automate TOC generation to prevent link drift over time.

Since this README is large and frequently updated, consider using a TOC generator/check (e.g., CI docs lint step) so heading renames don’t silently break anchors.

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@README.md` around lines 13 - 49, The README's static "## 📋 Table of
Contents" is prone to anchor drift; add an automated TOC generation/check so
changes to headings won't break links. Update the repo to generate the TOC for
README.md (the "## 📋 Table of Contents" section) using a tool like
markdown-toc, doctoc, or gh-md-toc (or a Node script that runs markdown-toc and
writes the TOC into README) and add an npm script (e.g., "generate:toc") to
update it; then add a CI job that runs the same generator and fails if the
generated TOC differs from the committed README to catch drift during PRs.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Nitpick comments:
In `@README.md`:
- Around line 13-49: The README's static "## 📋 Table of Contents" is prone to
anchor drift; add an automated TOC generation/check so changes to headings won't
break links. Update the repo to generate the TOC for README.md (the "## 📋 Table
of Contents" section) using a tool like markdown-toc, doctoc, or gh-md-toc (or a
Node script that runs markdown-toc and writes the TOC into README) and add an
npm script (e.g., "generate:toc") to update it; then add a CI job that runs the
same generator and fails if the generated TOC differs from the committed README
to catch drift during PRs.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 9a37b443-9783-46ba-a2b6-dced2107350e

📥 Commits

Reviewing files that changed from the base of the PR and between b6d6d80 and c737ff5.

📒 Files selected for processing (1)
  • README.md

@IOhacker
Copy link
Copy Markdown
Contributor

@anmolverma1309 which is your username in Jira? so then I can give you a ticket for this and then you can change the PR title

Copy link
Copy Markdown
Contributor

@IOhacker IOhacker left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review my comments

@anmolverma1309
Copy link
Copy Markdown
Author

anmolverma1309 commented Mar 30, 2026 via email

Copy link
Copy Markdown
Author

@anmolverma1309 anmolverma1309 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add Table of Contents for better README navigation

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants