-
Notifications
You must be signed in to change notification settings - Fork 38
/
docs.json
55 lines (55 loc) · 1.43 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
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "Zapp!",
"logo": "https://storage.googleapis.com/static.invertase.io/assets/zapp/logo.svg",
"favicon": "https://static.invertase.io/assets/zapp/favicon-32x32.png",
"socialPreview": "https://static.invertase.io/assets/zapp/zapp-social-preview.jpg",
"twitter": "zapp_run",
"theme": "#60A5FA",
"anchors": [
{
"title": "Homepage",
"icon": "house",
"link": "https://zapp.run"
},
{
"title": "Changelog",
"icon": "bars-staggered",
"link": "https://zapp.run/changelog"
},
{
"title": "Blog",
"icon": "blog",
"link": "https://zapp.run/blog"
},
{
"title": "Discord",
"icon": "discord",
"link": "https://invertase.link/discord"
}
],
"sidebar": [
[
"Getting Started",
[
["Welcome", "/"],
["Choosing a template", "/templates"],
["Using the editor", "/editor"],
["Forking", "/forking"],
["Running & Saving", "/running-and-saving"]
]
],
[
"Features",
[
["Packages", "/features/packages"],
["File Explorer", "/features/file-explorer"],
["Assets", "/features/assets"],
["Previews", "/features/previews"],
["Share & Embed", "/features/share-and-embed"],
["Pub Import", "/features/pubdev-import"],
["GitHub Import", "/features/github-import"],
["Integrations", "/features/integrations"]
]
]
]
}