From 413e188665057b4bc55c9b64ae0a1669f88d8eb9 Mon Sep 17 00:00:00 2001 From: Ju4tCode <42488585+yanyongyu@users.noreply.github.com> Date: Thu, 3 Oct 2024 12:20:47 +0800 Subject: [PATCH] Add missing anchors field in top-level of validation config --- docs/schema/validation.json | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/schema/validation.json b/docs/schema/validation.json index 58580c0f78c..94c0c3a69b3 100644 --- a/docs/schema/validation.json +++ b/docs/schema/validation.json @@ -7,6 +7,7 @@ "omitted_files": { "$ref": "#/$defs/omitted_files" }, "not_found": { "$ref": "#/$defs/not_found" }, "absolute_links": { "$ref": "#/$defs/absolute_links" }, + "anchors": { "$ref": "#/$defs/anchors" }, "unrecognized_links": { "$ref": "#/$defs/unrecognized_links" }, "nav": { "title": "validation of navigation",