Skip to content

Commit 839a244

Browse files
authored
Merge pull request #56 from CU-ESIIL/codex/fix-mkdocs-error-after-recent-changes
Silence MkDocs nav warnings for non-menu documents
2 parents a1a39b0 + 46c3a20 commit 839a244

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

mkdocs.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,18 @@ nav:
3232
- Code of conduct: orientation/code-of-conduct.md
3333
- Participant agreement: orientation/participant_agreement.md
3434

35+
not_in_nav: |
36+
data.md
37+
instructions.md
38+
project_template.md
39+
assets/cyverse_basics/README.md
40+
assets/docker_basics/README.md
41+
assets/template/README.md
42+
orientation/art_gallery.md
43+
orientation/cyverse_basics.md
44+
orientation/docker_basics.md
45+
orientation/markdown_basics.md
46+
3547
# Configuration
3648
theme:
3749
highlightjs: true

0 commit comments

Comments
 (0)