Skip to content

Commit 3182957

Browse files
fix: exclude images/ from just-the-docs sidebar navigation
Add defaults scope to set nav_exclude: true for all pages under images/ to prevent 'Lab XX Screenshots' entries from appearing in the sidebar. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 9f7bfe9 commit 3182957

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

_config.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,11 @@ exclude:
1313
- package-lock.json
1414
- Gemfile.lock
1515

16+
defaults:
17+
- scope:
18+
path: "images"
19+
values:
20+
nav_exclude: true
21+
1622
nav_order_base: 0
1723
heading_anchors: true

0 commit comments

Comments
 (0)