From 29156861fb22693f2ccf857e4a9894ca8eee0fdd Mon Sep 17 00:00:00 2001 From: James Pretorius Date: Tue, 10 Dec 2024 17:42:51 -0500 Subject: [PATCH] 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