Skip to content

Commit c29a66e

Browse files
kwagyemanclaude
andcommitted
docs/conf: Match top-nav links to the sidebar.
Reorder Library before Boards to match the index toctree, rename to Libraries for consistency with the sidebar caption, and add the remaining toctree entries (Language, CPython, Internals, License) so the top nav and left sidebar surface the same set of sections. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent fe7cd62 commit c29a66e

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

docs/conf.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,10 +422,14 @@ def _render_landing_code(src):
422422
"nav_links": [
423423
{"title": "Home", "url": "index"},
424424
{"title": "Tutorial", "url": "openmvcam/tutorial/index"},
425+
{"title": "Libraries", "url": "library/index"},
425426
{"title": "Boards", "url": "openmvcam/quickref"},
426427
{"title": "Shields", "url": "openmvcam/shields"},
427428
{"title": "Sensors", "url": "openmvcam/sensors"},
428-
{"title": "Library", "url": "library/index"},
429+
{"title": "Language", "url": "reference/index"},
430+
{"title": "CPython", "url": "genrst/index"},
431+
{"title": "Internals", "url": "develop/index"},
432+
{"title": "License", "url": "license"},
429433
],
430434
}
431435

0 commit comments

Comments
 (0)