We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c7e954 commit c1336aeCopy full SHA for c1336ae
docs/schema/validation.json
@@ -22,6 +22,7 @@
22
"title": "Validation of links",
23
"markdownDescription": "https://www.mkdocs.org/user-guide/configuration/#validation",
24
"properties": {
25
+ "anchors": { "$ref": "#/$defs/anchors" },
26
"not_found": { "$ref": "#/$defs/not_found" },
27
"absolute_links": { "$ref": "#/$defs/absolute_links" },
28
"unrecognized_links": { "$ref": "#/$defs/unrecognized_links" }
@@ -47,6 +48,10 @@
47
48
"title": "warning level when a relative link cannot be resolved to a document",
49
"$ref": "#/$defs/warning_levels"
50
},
51
+ "anchors": {
52
+ "title": "warning level when an #anchor does not exist on the linked document",
53
+ "$ref": "#/$defs/warning_levels"
54
+ },
55
"warning_levels": {
56
"enum": ["warn", "info", "ignore"]
57
}
0 commit comments