Skip to content

Commit dc1467c

Browse files
Add file exclusions
Adding a configuration for file exclusions during builds (and when utilizing the development server). This should alleviate a few of errors during the webpage build process.
1 parent b56a5bc commit dc1467c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

mkdocs.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,17 @@ extra_javascript:
341341

342342

343343
# Configures webpage navigation
344+
345+
# Excludes README.md files from being built as webpages
346+
exclude_docs: |
347+
README.md
348+
349+
# Pages that are built, but not in the navigation tabs
350+
not_in_nav: |
351+
index.md
352+
print_view.md
353+
354+
# Webpage navigation tabs
344355
nav:
345356
- Getting Started:
346357
- Introduction: introduction.md

0 commit comments

Comments
 (0)