Skip to content

Commit

Permalink
Enabled stricter validation of links and navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
squidfunk committed Dec 5, 2023
1 parent 5d6a8f6 commit 02e8211
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,22 @@ plugins:
cache: false
projects_dir: examples
projects_config_transform: !!python/name:examples.transform
log_level: warn

# Hooks
hooks:
- hooks/archive.py

validation:
nav:
omitted_files: warn
not_found: warn
absolute_links: warn
links:
not_found: warn
absolute_links: warn
unrecognized_links: warn

# Customization
extra:
analytics:
Expand Down

0 comments on commit 02e8211

Please sign in to comment.