We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd8c8e2 commit fc7245cCopy full SHA for fc7245c
navigation/structure.yaml
@@ -14,7 +14,7 @@ wiki:
14
- title: "Introduction to Scripting"
15
path: "/guides/introduction-to-scripting"
16
article: "guides/introduction-to-scripting"
17
-
+
18
# Reference Index
19
- title: "Lua API Reference"
20
path: "/lua"
schemas/structure.yaml
@@ -1,10 +1,11 @@
1
$schema: "https://json-schema.org/draft/2020-12/schema"
2
$id: "/schemas/structure"
3
4
title: "Wiki Navigation Schema"
5
-type: "array"
6
-items:
7
- $ref: "#/$defs/section"
+type: "object"
+properties:
+ wiki:
8
+ $ref: "#/$defs/section"
9
10
$defs:
11
section:
0 commit comments