Fix documentation section numbering after "11. Formfield Objects" #157
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.
Fixed the documentation table of contents ordering issue where sections were incorrectly numbered after "11. Formfield Objects", causing duplicate section numbers and breaking the sequential structure.
Problem
The documentation had duplicate main section numbers:
This caused all subsequent sections to be incorrectly numbered, breaking the logical flow and making navigation confusing.
Solution
Renumbered all affected sections to maintain proper sequential order:
Updated 70+ subsections across 6 files to maintain consistency with the new main section numbering.
Files Changed
doc/appdev-context-menu.rst- Updated from section 10 to 12doc/appdev-user-defaults.rst- Updated from section 11 to 13doc/appdev-backend.rst- Updated from section 12 to 14doc/appdev-event-system.rst- Updated from section 13 to 15doc/appdev-forms.rst- Updated from section 15 to 16doc/appdev-overlay.rst- Updated from section 16 to 17Result
Documentation now has correct sequential numbering: 7→8→9→10→11→12→13→14→15→16→17→18→19 without any duplicates or gaps.
Addresses the issue described in the PR where "TOC order must be renumbered (+1) from one (1) main topic after '11. Formfield Objects'".
💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.