We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
"relative_to_docs"
absolute_links
1 parent 51e4d4b commit 7199342Copy full SHA for 7199342
docs/schema/validation.json
@@ -43,7 +43,10 @@
43
},
44
"absolute_links": {
45
"title": "warning level when absolute links are used",
46
- "$ref": "#/$defs/warning_levels"
+ "oneOf": [
47
+ { "$ref": "#/$defs/warning_levels" },
48
+ { "enum": ["relative_to_docs"] }
49
+ ]
50
51
"unrecognized_links": {
52
"title": "warning level when a relative link cannot be resolved to a document",
0 commit comments