File tree 2 files changed +21
-26
lines changed
2 files changed +21
-26
lines changed Original file line number Diff line number Diff line change 1
1
$schema : " https://json-schema.org/draft/2020-12/schema"
2
2
$id : " /schemas/navigation"
3
3
title : " Wiki Navigation Schema"
4
- type : " object"
5
-
6
- properties :
7
- wiki :
8
- type : " array"
9
- items :
10
- $ref : " #/$defs/section"
4
+ type : " array"
5
+ items :
6
+ $ref : " #/$defs/section"
11
7
12
8
$defs :
13
9
section :
Original file line number Diff line number Diff line change 1
- wiki :
2
- # Homepage
3
- - path : " /"
4
- title : " Multi Theft Auto: Wiki"
5
- article : " introduction"
1
+ # Homepage
2
+ - path : " /"
3
+ title : " Multi Theft Auto: Wiki"
4
+ article : " introduction"
6
5
7
- # Guides Index
8
- - path : " /guides"
9
- title : " Guides"
10
- children :
11
- - path : " /guides/official"
12
- title : " Official Guides"
13
- category : " Official guides"
6
+ # Guides Index
7
+ - path : " /guides"
8
+ title : " Guides"
9
+ children :
10
+ - path : " /guides/official"
11
+ title : " Official Guides"
12
+ category : " Official guides"
14
13
15
- - path : " /guides/community"
16
- title : " Community Guides"
17
- category : " Community guides"
14
+ - path : " /guides/community"
15
+ title : " Community Guides"
16
+ category : " Community guides"
18
17
19
- # Reference Index
20
- - title : " Lua API Reference"
21
- path : " /lua"
22
- category : " Lua reference"
18
+ # Reference Index
19
+ - title : " Lua API Reference"
20
+ path : " /lua"
21
+ category : " Lua reference"
You can’t perform that action at this time.
0 commit comments