From 5c7b293621d15d217267dea04a3e6b01aef5836a Mon Sep 17 00:00:00 2001 From: jeremystretch Date: Wed, 12 Oct 2022 08:35:09 -0400 Subject: [PATCH] Omit landing page from docs nav menu --- mkdocs.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index c110d5320..58617cbad 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -59,7 +59,6 @@ markdown_extensions: - pymdownx.tabbed: alternate_style: true nav: - - NetBox: 'index.md' - Introduction: 'introduction.md' - Features: - Facilities: 'features/facilities.md'