Skip to content

Commit b4e04ac

Browse files
committed
Fix navbar More dropdown and desktop sidebar toctree hierarchy
- Bump header_links_before_dropdown from 8 to 9 so all nav items display without overflow into a More dropdown - Remove shared docs (using-executorch-cpp, building-from-source, raspberry_pi_llama_tutorial) from desktop-section toctree so Sphinx assigns them to their primary section, fixing missing left sidebar on those pages - Desktop section now owns only the three platform guides
1 parent d9215cd commit b4e04ac

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@
230230
],
231231
"show_version_warning_banner": True,
232232
"use_edit_page_button": True,
233-
"header_links_before_dropdown": 8,
233+
"header_links_before_dropdown": 9,
234234
"navbar_align": "left",
235235
"navbar_start": ["navbar-logo", "version-switcher"],
236236
"navbar_center": ["navbar-nav"],

docs/source/desktop-section.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,4 @@ Regardless of the target desktop platform, integrating ExecuTorch into a native
6262
desktop-macos
6363
desktop-linux
6464
desktop-windows
65-
using-executorch-cpp
66-
using-executorch-building-from-source
67-
raspberry_pi_llama_tutorial
6865
```

0 commit comments

Comments
 (0)