📝 docs(platforms): fix RST formatting and TOC hierarchy#447
Merged
gaborbernat merged 1 commit intotox-dev:mainfrom Feb 15, 2026
Merged
📝 docs(platforms): fix RST formatting and TOC hierarchy#447gaborbernat merged 1 commit intotox-dev:mainfrom
gaborbernat merged 1 commit intotox-dev:mainfrom
Conversation
The "Default paths" section header was leftover text that wasn't actually a section. Removed it to clean up the preamble. Platform-specific sections (macOS, Windows, Linux/Unix, Android) were using dashes (---) which render as level-2 headers, making them appear as main sections in the TOC. Changed to tildes (~~~) to render as level-3 headers, which aligns them with "User directories" and "Shared directories" subsections where they logically belong.
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.
The platforms documentation had RST formatting issues that affected the table of contents structure. 📌 A leftover "Default paths" header in the preamble with no corresponding section content has been removed to clean up the introduction.
Platform-specific sections (macOS, Windows, Linux/Unix, Android) were using dashes (
---) which render as level-2 headers, incorrectly appearing as main sections in the TOC. ✨ These are now level-3 headers (using~~~) to align them logically with "User directories" and "Shared directories" subsections they precede.The result is a cleaner, more intuitive table of contents that better reflects the actual documentation structure.