-
Notifications
You must be signed in to change notification settings - Fork 1
/
docs.json
43 lines (43 loc) · 1.08 KB
/
docs.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
{
"name": "Rapid",
"logo": "/assets/logo.svg",
"logoDark": "/assets/logo-dark.svg",
"theme": "#2862EC",
"favicon": "/assets/logo.svg",
"sidebar": [
["Overview", "/"],
["Getting Started", "/getting-started"],
[
"Architecture",
[
["Overview", "/architecture/overview"],
["UI Module", "/architecture/ui-module"],
["App Module", "/architecture/app-module"],
["Testing", "/architecture/testing"],
["Productivity", "/architecture/productivity"]
]
],
[
"CLI",
[
["activate", "/cli/activate"],
["<platform>", "/cli/platform"],
["begin", "/cli/begin"],
["create", "/cli/create"],
["deactivate", "/cli/deactivate"],
["domain", "/cli/domain"],
["end", "/cli/end"],
["infrastructure", "/cli/infrastructure"],
["pub", "/cli/pub"],
["ui", "/cli/ui"]
]
],
[
"Advanced",
[
["Command Group", "/advanced/command-group"]
]
],
["IDE Support", "/ide-support"]
]
}