docs: don't use navigation pruning

This commit is contained in:
phaer 2024-06-11 14:41:16 +02:00
parent ddf9ba346b
commit 280bebed2c

View File

@ -12,10 +12,10 @@ extra_css:
nav: nav:
- "Introduction": index.md - "Home": index.md
- "Getting Started": gettingstarted.md - "Getting Started": gettingstarted.md
- Concepts: - Concepts:
- Modules: modules.md - "Modules": modules.md
- "Overriding Dependencies": overrides.md - "Overriding Dependencies": overrides.md
- Examples: - Examples:
- "👉 example repository": https://github.com/nix-community/dream2nix/tree/main/examples/repo-with-packages - "👉 example repository": https://github.com/nix-community/dream2nix/tree/main/examples/repo-with-packages
@ -56,9 +56,7 @@ theme:
- navigation.instant.prefetch - navigation.instant.prefetch
- navigation.instant.progress - navigation.instant.progress
- navigation.tracking - navigation.tracking
- navigation.sections
- navigation.path - navigation.path
- navigation.prune
- navigation.top - navigation.top
- toc.follow - toc.follow
- toc.integrate - toc.integrate