Commit 1d8448b
authored
📝 docs(platforms): fix RST formatting and TOC hierarchy (#447)
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.1 parent f656849 commit 1d8448b
1 file changed
+4
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
10 | 8 | | |
11 | 9 | | |
12 | 10 | | |
| |||
419 | 417 | | |
420 | 418 | | |
421 | 419 | | |
422 | | - | |
| 420 | + | |
423 | 421 | | |
424 | 422 | | |
425 | 423 | | |
| |||
439 | 437 | | |
440 | 438 | | |
441 | 439 | | |
442 | | - | |
| 440 | + | |
443 | 441 | | |
444 | 442 | | |
445 | 443 | | |
| |||
534 | 532 | | |
535 | 533 | | |
536 | 534 | | |
537 | | - | |
| 535 | + | |
538 | 536 | | |
539 | 537 | | |
540 | 538 | | |
| |||
571 | 569 | | |
572 | 570 | | |
573 | 571 | | |
574 | | - | |
| 572 | + | |
575 | 573 | | |
576 | 574 | | |
577 | 575 | | |
| |||
0 commit comments