Commit d5966e7
committed
docs(api[sidebar]): restore core module pages to sidebar navigation
why: The Library Skeleton redesign replaced toctree entries with
sphinx-design grid cards for core modules. Grid cards are purely
visual links — Sphinx only registers pages in the nav tree via
toctree directives, so the modules became orphaned (accessible by
URL but absent from the sidebar).
what:
- Add hidden toctree in docs/api/index.md listing all 10 core and
supporting modules (server, session, window, pane, common, neo,
options, hooks, constants, exc)
- :hidden: preserves grid cards as visual entry point while
restoring sidebar navigation1 parent 5cc1a6f commit d5966e7
1 file changed
+16
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
87 | 103 | | |
88 | 104 | | |
89 | 105 | | |
| |||
0 commit comments