Skip to content

docs(user-guide): fix sequential numbering in table of contents#1103

Open
webdevpraveen wants to merge 1 commit into
ruvnet:mainfrom
webdevpraveen:fix/docs-toc-numbering-typo
Open

docs(user-guide): fix sequential numbering in table of contents#1103
webdevpraveen wants to merge 1 commit into
ruvnet:mainfrom
webdevpraveen:fix/docs-toc-numbering-typo

Conversation

@webdevpraveen

@webdevpraveen webdevpraveen commented Jun 15, 2026

Copy link
Copy Markdown

Summary

The Table of Contents in the user guide had broken list numbering due to copy-paste errors or missed updates during section additions. This PR corrects the numbering sequence.

Problem

The list numbering for sections 14 to 17 was completely misaligned, rendering as 14, 14, 14, 15, 16, 17, 16, causing confusion when navigating the document.

Solution

Re-numbered the table of contents sequentially starting from 13. [World Model Prediction] to 22. [FAQ].

Changes

  • docs/user-guide.md — fixed list numbering for sections 13-22 in the Table of Contents.

Testing

  • Manually verified the fix works
  • No existing tests broken
  • Change is minimal and focused

Type

  • Bug fix
  • Documentation fix
  • Refactor

The Table of Contents had broken list numbering (14, 14, 14, 15, 16, 17, 16)
due to copy-paste errors or missed updates during section additions. This
PR corrects the numbering sequence from 13 through 22.

Signed-off-by: webdevpraveen <pr4veensingh@proton.me>
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.

1 participant