diff --git a/navigation/structure.yaml b/navigation/structure.yaml index 60af389..1392df9 100644 --- a/navigation/structure.yaml +++ b/navigation/structure.yaml @@ -14,7 +14,7 @@ wiki: - title: "Introduction to Scripting" path: "/guides/introduction-to-scripting" article: "guides/introduction-to-scripting" - + # Reference Index - title: "Lua API Reference" path: "/lua" diff --git a/schemas/structure.yaml b/schemas/structure.yaml index 3125149..a17dbd1 100644 --- a/schemas/structure.yaml +++ b/schemas/structure.yaml @@ -1,10 +1,11 @@ $schema: "https://json-schema.org/draft/2020-12/schema" $id: "/schemas/structure" - title: "Wiki Navigation Schema" -type: "array" -items: - $ref: "#/$defs/section" +type: "object" + +properties: + wiki: + $ref: "#/$defs/section" $defs: section: