From 5fe102cfe05c716609c98b28287d19a3fa267acb Mon Sep 17 00:00:00 2001 From: Marcus Baw Date: Fri, 15 Dec 2023 18:01:33 +0000 Subject: [PATCH] fix to formatting of `not_in_nav` directive --- mkdocs.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index ea0e2eb..375a47e 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -85,13 +85,13 @@ nav: - Contact: 'about/contact.md' # `not_in_nav` will prevent 'The following pages exist in the docs directory, but are not included in the "nav" configuration:' warnings -not_in_nav: - - _assets/_snippets/dgc-platform-comprises.md - - _assets/_snippets/docs-contributions.md - - _assets/_snippets/htn-award.md - - _assets/_snippets/self-host-warning.md - - _utilities/page-template.md - - internal/azure-apim.md +not_in_nav: | + _assets/_snippets/dgc-platform-comprises.md + _assets/_snippets/docs-contributions.md + _assets/_snippets/htn-award.md + _assets/_snippets/self-host-warning.md + _utilities/page-template.md + internal/azure-apim.md theme: name: material