-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathdocs.json
164 lines (164 loc) · 4.81 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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
{
"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"
},
{
"id": "releases",
"title": "Releases",
"href": "/releases"
},
{
"id": "terms-privacy",
"title": "Terms & Privacy",
"href": "/terms-privacy"
}
],
"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" }
]
},
{
"group": "Release Notes",
"tab": "releases",
"pages": [
{ "title": "Releases", "href": "/releases" },
{ "title": "Known Bugs", "href": "/releases/known-bugs" },
{
"group": "Version History",
"pages": [
{ "title": "0.9.0 (Oct 24)", "href": "/releases/v/0.9.0" },
{ "title": "0.8.0 (Sep 24)", "href": "/releases/v/0.8.0" },
{ "title": "0.7.0 (Aug 24)", "href": "/releases/v/0.7.0" },
{ "title": "0.6.0 (Jul 24)", "href": "/releases/v/0.6.0" },
{ "title": "0.5.0 (Jun 24)", "href": "/releases/v/0.5.0" },
{ "title": "0.4.0 (May 24)", "href": "/releases/v/0.4.0" },
{ "title": "0.3.0 (Apr 24)", "href": "/releases/v/0.3.0" }
]
}
]
},
{
"group": "Public Roadmap",
"tab": "releases",
"pages": [
{ "title": "Roadmap", "href": "/releases/roadmap" },
{ "title": "Ideas", "href": "/releases/roadmap/ideas" },
{
"title": "Feature Request",
"href": "/releases/roadmap/feature-request"
}
]
},
{
"group": "Terms & Privacy",
"tab": "terms-privacy",
"pages": [
{
"title": "Terms of Service",
"href": "/terms-privacy/terms-of-service"
},
{ "title": "Privacy Policy", "href": "/terms-privacy/privacy-policy" }
]
}
]
}