-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.json
59 lines (56 loc) · 1.34 KB
/
index.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
[
{
"category": "Launcher",
"item": [
{
"title": "Introduction",
"subtitle": "About the launcher.",
"author": "Tungsten",
"path": "/_launcher/introduction.md"
}
]
},
{
"category": "Account",
"item": [
]
},
{
"category": "Multiplayer",
"item": [
{
"title": "Multiplayer Instructions",
"subtitle": "How to play with your friends without a private server.",
"author": "Tungsten",
"path": "/_multiplayer/multiplayer.md"
}
]
},
{
"category": "Control",
"item": [
]
},
{
"category": "Modpack",
"item": [
]
},
{
"category": "About",
"item": [
{
"title": "Contribute for HMCL-PE documentation",
"subtitle": "How to write a documentation.",
"author": "Tungsten",
"path": "/_about/contribution.md"
},
{
"title": "How to compile",
"subtitle": "How to compile HMCL-PE.",
"author": "Tungsten",
"path": "/_about/compilation.md"
}
]
}
]