From d93d62b2176248743b158d63481f8312de1aeafd Mon Sep 17 00:00:00 2001 From: James Pretorius <50090107+jbytes1027@users.noreply.github.com> Date: Thu, 12 Dec 2024 13:17:04 -0500 Subject: [PATCH] Disable tabs in docs (#17211) --- mkdocs.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index d2e1f626b9d..83112887870 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)" @@ -107,8 +106,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