mirror of https://github.com/astral-sh/uv
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,3 +2,5 @@ INHERIT: mkdocs.template.yml
|
||||||
# Omit the `typeset` plugin which is only available in the Insiders version.
|
# Omit the `typeset` plugin which is only available in the Insiders version.
|
||||||
plugins:
|
plugins:
|
||||||
- search
|
- search
|
||||||
|
validation:
|
||||||
|
anchors: warn
|
||||||
|
|
|
||||||
|
|
@ -131,4 +131,3 @@ validation:
|
||||||
omitted_files: warn
|
omitted_files: warn
|
||||||
absolute_links: warn
|
absolute_links: warn
|
||||||
unrecognized_links: warn
|
unrecognized_links: warn
|
||||||
anchors: warn
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue