Skip to content

Commit

Permalink
fix to formatting of not_in_nav directive
Browse files Browse the repository at this point in the history
  • Loading branch information
pacharanero committed Dec 15, 2023
1 parent cc4290f commit 5fe102c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5fe102c

Please sign in to comment.