From 280bebed2c4f47199e7b693206a865e12163ae42 Mon Sep 17 00:00:00 2001 From: phaer Date: Tue, 11 Jun 2024 14:41:16 +0200 Subject: [PATCH] docs: don't use navigation pruning --- docs/mkdocs.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index d4c99847..cb4c296f 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -12,10 +12,10 @@ extra_css: nav: - - "Introduction": index.md + - "Home": index.md - "Getting Started": gettingstarted.md - Concepts: - - Modules: modules.md + - "Modules": modules.md - "Overriding Dependencies": overrides.md - Examples: - "👉 example repository": https://github.com/nix-community/dream2nix/tree/main/examples/repo-with-packages @@ -56,9 +56,7 @@ theme: - navigation.instant.prefetch - navigation.instant.progress - navigation.tracking - - navigation.sections - navigation.path - - navigation.prune - navigation.top - toc.follow - toc.integrate