mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-07 21:35:00 +00:00
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:
parent
5c4e111a1b
commit
f28ce546cf
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -131,4 +131,3 @@ validation:
|
|||
omitted_files: warn
|
||||
absolute_links: warn
|
||||
unrecognized_links: warn
|
||||
anchors: warn
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue