docs(user-guide): fix sequential numbering in table of contents#1103
Open
webdevpraveen wants to merge 1 commit into
Open
docs(user-guide): fix sequential numbering in table of contents#1103webdevpraveen wants to merge 1 commit into
webdevpraveen wants to merge 1 commit into
Conversation
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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]to22. [FAQ].Changes
docs/user-guide.md— fixed list numbering for sections 13-22 in the Table of Contents.Testing
Type