Skip to content

Commit

Permalink
Set strict true to error on broken anchors
Browse files Browse the repository at this point in the history
  • Loading branch information
minottic committed Oct 30, 2024
1 parent 10683a9 commit 8278821
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/mkdocs/mkdocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,8 @@ markdown_extensions:

hooks:
- relative_to.py

strict: true
validation:
not_found: info
anchors: warn

0 comments on commit 8278821

Please sign in to comment.