From abab629648355ea532ef1b4195e218950b5c9fac Mon Sep 17 00:00:00 2001 From: Dalai Felinto Date: Tue, 6 Aug 2024 16:22:34 +0200 Subject: [PATCH 1/2] Fix navigation for Design docs The order of the items was different between the index and the navigation. --- Note that this is working as expected, however itnow throws a few warnings: INFO - The following pages exist in the docs directory, but are not included in the "nav" configuration: - handbook/guidelines/design/a4_design.md - handbook/guidelines/design/examples/assets.md - handbook/guidelines/design/examples/camera_lens.md - handbook/guidelines/design/examples/geometry_nodes.md - handbook/guidelines/design/examples/npr.md --- docs/handbook/guidelines/design/navigation.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 docs/handbook/guidelines/design/navigation.md diff --git a/docs/handbook/guidelines/design/navigation.md b/docs/handbook/guidelines/design/navigation.md new file mode 100644 index 00000000..b4a50a9c --- /dev/null +++ b/docs/handbook/guidelines/design/navigation.md @@ -0,0 +1,4 @@ +- [Decision Tree](decision_tree.md) +- [Idea, Concept, Design](ideas_concept.md) +- [Communication and Presentation](communication_presentation.md) +- [Examples](examples/index.md) \ No newline at end of file -- 2.30.2 From d8393da80955f8959b89132329dc2230af70ec91 Mon Sep 17 00:00:00 2001 From: Dalai Felinto Date: Tue, 6 Aug 2024 17:45:34 +0200 Subject: [PATCH 2/2] From review: add pages to not_in_nav section --- mkdocs.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mkdocs.yml b/mkdocs.yml index 274b053a..66f61ff9 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -73,6 +73,10 @@ not_in_nav: | /license.md /programs/index.md /programs/navigation.md + /handbook/guidelines/design/a4_design.md + /handbook/guidelines/design/examples/assets.md + /handbook/guidelines/design/examples/camera_lens.md + /handbook/guidelines/design/examples/geometry_nodes.md plugins: - search -- 2.30.2