diff --git a/docs/schema.json b/docs/schema.json index f4b349c8d..24bef893e 100644 --- a/docs/schema.json +++ b/docs/schema.json @@ -166,6 +166,11 @@ "markdownDescription": "https://www.mkdocs.org/user-guide/configuration/#exclude_docs", "type": "string" }, + "draft_docs": { + "title": "Pattern to declare draft documents", + "markdownDescription": "https://www.mkdocs.org/user-guide/configuration/#draft_docs", + "type": "string" + }, "not_in_nav": { "title": "Pattern to declare pages that do not appear in the navigation", "markdownDescription": "https://www.mkdocs.org/user-guide/configuration/#not_in_nav",