File tree 3 files changed +10
-27
lines changed
3 files changed +10
-27
lines changed Original file line number Diff line number Diff line change 9
9
section :
10
10
type : " object"
11
11
required :
12
- - title
13
12
- path
14
13
properties :
15
- title :
16
- type : " string"
17
- description : " The title of the section."
18
14
path :
19
15
type : " string"
20
16
description : " The URL path for this section."
25
21
category :
26
22
type : " string"
27
23
description : " The name of the category."
28
- children :
29
- type : " array"
30
- description : " A list of subsections."
31
- items :
32
- $ref : " #/$defs/section"
Original file line number Diff line number Diff line change 1
- - name : " Official guides"
2
- articles :
3
- path : " official-guides"
1
+ - name : " Guides"
2
+ subcategories :
3
+ - name : " Official guides"
4
+ articles :
5
+ path : " official-guides"
4
6
5
- - name : " Community guides"
6
- articles :
7
- path : " community-guides"
7
+ - name : " Community guides"
8
+ articles :
9
+ path : " community-guides"
8
10
9
11
- name : " Lua reference"
10
12
subcategories :
Original file line number Diff line number Diff line change 1
1
# Homepage
2
2
- path : " /"
3
- title : " Multi Theft Auto: Wiki"
4
3
article : " introduction"
5
4
6
5
# Guides Index
7
6
- path : " /guides"
8
- title : " Guides"
9
- children :
10
- - path : " /official"
11
- title : " Official Guides"
12
- category : " Official guides"
13
-
14
- - path : " /community"
15
- title : " Community Guides"
16
- category : " Community guides"
7
+ category : " Guides"
17
8
18
9
# Reference Index
19
- - title : " Lua API Reference"
20
- path : " /lua"
10
+ - path : " /lua"
21
11
category : " Lua reference"
You can’t perform that action at this time.
0 commit comments