-
Notifications
You must be signed in to change notification settings - Fork 13
/
docs.json
111 lines (111 loc) · 3.22 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
{
"name": "Globe",
"description": "Build once, deploy everywhere.",
"favicon": "/assets/globe-logo.png",
"logo": {
"light": "/assets/globe-logo.png",
"dark": "/assets/globe-logo.png"
},
"theme": {
"primary": "#9140E6"
},
"header": {
"links": [
{
"title": "Dashboard",
"href": "https://globe.dev",
"cta": true
}
]
},
"social": {
"x": "dart_globe",
"website": "https://globe.dev",
"discord": "UCcCYjDaTy"
},
"tabs": [
{
"id": "root",
"title": "Documentation",
"href": "/"
},
{
"id": "cli",
"title": "CLI",
"href": "/cli"
},
{
"id": "infrastructure",
"title": "Infrastructure",
"href": "/infrastructure"
}
],
"sidebar": [
{
"group": "Getting Started",
"tab": "root",
"pages": [
{ "title": "Overview", "href": "/" },
{ "title": "Getting Started", "href": "/getting-started" },
{ "title": "Shelf Server", "href": "/getting-started/shelf-server" },
{ "title": "Flutter Web", "href": "/getting-started/flutter-web" }
]
},
{
"group": "Deployments",
"tab": "root",
"pages": [
{ "title": "Overview", "href": "/deployments" },
{ "title": "Build Settings", "href": "/deployments/build-settings" },
{ "title": "Domains", "href": "/deployments/domains" },
{
"title": "Environment Variables",
"href": "/deployments/environment-variables"
},
{
"title": "GitHub Integration",
"href": "/deployments/github-integration"
},
{ "title": "Hooks", "href": "/deployments/hooks" }
]
},
{
"group": "Frameworks",
"tab": "root",
"pages": [
{ "title": "Overview", "href": "/frameworks" },
{ "title": "Dart Frog", "href": "/frameworks/dart-frog" },
{ "title": "Flutter Web", "href": "/frameworks/flutter-web" }
]
},
{
"group": "CLI",
"tab": "cli",
"pages": [
{ "title": "Overview", "href": "/cli" },
{ "title": "Deploy", "href": "/cli/commands/deploy" },
{ "title": "Build Logs", "href": "/cli/commands/build-logs" },
{ "title": "Link", "href": "/cli/commands/link" },
{ "title": "Unlink", "href": "/cli/commands/unlink" },
{ "title": "Login", "href": "/cli/commands/login" },
{ "title": "Token", "href": "/cli/commands/token" },
{ "title": "Logout", "href": "/cli/commands/logout" },
{ "title": "Update", "href": "/cli/commands/update" },
{ "title": "Create", "href": "/cli/commands/create" }
]
},
{
"group": "Infrastructure",
"tab": "infrastructure",
"pages": [
{ "title": "Overview", "href": "/infrastructure" },
{ "title": "Limits", "href": "/infrastructure/limits" },
{ "title": "Cold Starts", "href": "/infrastructure/cold-starts" },
{ "title": "Cron Jobs", "href": "/infrastructure/cron-jobs" },
{ "title": "Headers", "href": "/infrastructure/headers" },
{ "title": "Regions", "href": "/infrastructure/regions" },
{ "title": "Web Sockets", "href": "/infrastructure/websockets" }
]
}
]
}