From fd31a4a118e0fcd2f9fb4bfc7c171b1cdaa7ce89 Mon Sep 17 00:00:00 2001 From: James Pretorius Date: Tue, 10 Dec 2024 17:34:23 -0500 Subject: [PATCH 1/2] Disable docs tab navigation --- mkdocs.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index 09be16e1e23..9132c2e1832 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -9,7 +9,6 @@ theme: - header.autohide - navigation.footer - navigation.instant - - navigation.tabs - navigation.top palette: - media: "(prefers-color-scheme: light)" From 29156861fb22693f2ccf857e4a9894ca8eee0fdd Mon Sep 17 00:00:00 2001 From: James Pretorius Date: Tue, 10 Dec 2024 17:42:51 -0500 Subject: [PATCH 2/2] Flatten docs glossery tree --- mkdocs.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index 9132c2e1832..1c21d58491a 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -105,8 +105,7 @@ nav: - Recipes and Starter Themes: getting-started/starter-recipes.md - Code Generation Templates: getting-started/templates/README.md - Create a Theme: getting-started/theme.md - - Glossary: - - Terms and Concepts: glossary/README.md + - Glossary: glossary/README.md - How-to guides: - Follow the Guides: guides/README.md - Create a modular application: guides/create-modular-application-mvc/README.md