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.
1 parent 2313e0c commit 74f6007Copy full SHA for 74f6007
docs/schema.json
@@ -166,6 +166,11 @@
166
"markdownDescription": "https://www.mkdocs.org/user-guide/configuration/#exclude_docs",
167
"type": "string"
168
},
169
+ "draft_docs": {
170
+ "title": "Pattern to declare draft documents",
171
+ "markdownDescription": "https://www.mkdocs.org/user-guide/configuration/#draft_docs",
172
+ "type": "string"
173
+ },
174
"not_in_nav": {
175
"title": "Pattern to declare pages that do not appear in the navigation",
176
"markdownDescription": "https://www.mkdocs.org/user-guide/configuration/#not_in_nav",
0 commit comments