From 74f6007e319ed4768697e74ad3d73bc8b0b298cd Mon Sep 17 00:00:00 2001 From: Kevin Zhang Date: Sat, 14 Jun 2025 15:08:51 +0800 Subject: [PATCH] Updated JSON schema (#8264) * Update schema.json * Update schema.json change the order --- docs/schema.json | 5 +++++ 1 file changed, 5 insertions(+) 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",