Move anchors validation to only the public mkdocs config (#6099)

See https://github.com/astral-sh/uv/pull/6096#issuecomment-2290151150
This commit is contained in:
Zanie Blue 2024-08-14 19:37:25 -05:00 committed by GitHub
parent 5c4e111a1b
commit f28ce546cf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View file

@ -2,3 +2,5 @@ INHERIT: mkdocs.template.yml
# Omit the `typeset` plugin which is only available in the Insiders version.
plugins:
- search
validation:
anchors: warn

View file

@ -131,4 +131,3 @@ validation:
omitted_files: warn
absolute_links: warn
unrecognized_links: warn
anchors: warn