|
10 | 10 | }, |
11 | 11 | "favicon": "/images/favicon.png", |
12 | 12 | "contextual": { |
13 | | - "options": ["copy", "view", "claude"] |
| 13 | + "options": [ |
| 14 | + "copy", |
| 15 | + "view", |
| 16 | + "claude" |
| 17 | + ] |
14 | 18 | }, |
15 | 19 | "navigation": { |
16 | 20 | "dropdowns": [ |
|
24 | 28 | "pages": [ |
25 | 29 | "introduction", |
26 | 30 | "quick-start", |
| 31 | + "manual-setup", |
27 | 32 | "video-walkthrough", |
28 | 33 | "how-it-works", |
29 | 34 | "limits", |
|
35 | 40 | "pages": [ |
36 | 41 | { |
37 | 42 | "group": "Tasks", |
38 | | - "pages": ["tasks/overview", "tasks/schemaTask", "tasks/scheduled"] |
| 43 | + "pages": [ |
| 44 | + "tasks/overview", |
| 45 | + "tasks/schemaTask", |
| 46 | + "tasks/scheduled" |
| 47 | + ] |
39 | 48 | }, |
40 | 49 | "triggering", |
41 | 50 | "runs", |
|
50 | 59 | "errors-retrying", |
51 | 60 | { |
52 | 61 | "group": "Wait", |
53 | | - "pages": ["wait", "wait-for", "wait-until", "wait-for-token"] |
| 62 | + "pages": [ |
| 63 | + "wait", |
| 64 | + "wait-for", |
| 65 | + "wait-until", |
| 66 | + "wait-for-token" |
| 67 | + ] |
54 | 68 | }, |
55 | 69 | "queue-concurrency", |
56 | 70 | "versioning", |
|
96 | 110 | }, |
97 | 111 | { |
98 | 112 | "group": "Development", |
99 | | - "pages": ["cli-dev"] |
| 113 | + "pages": [ |
| 114 | + "cli-dev" |
| 115 | + ] |
100 | 116 | }, |
101 | 117 | { |
102 | 118 | "group": "Deployment", |
|
108 | 124 | "deployment/atomic-deployment", |
109 | 125 | { |
110 | 126 | "group": "Deployment integrations", |
111 | | - "pages": ["vercel-integration"] |
| 127 | + "pages": [ |
| 128 | + "vercel-integration" |
| 129 | + ] |
112 | 130 | } |
113 | 131 | ] |
114 | 132 | }, |
|
161 | 179 | }, |
162 | 180 | { |
163 | 181 | "group": "Using the Dashboard", |
164 | | - "pages": ["run-tests", "troubleshooting-alerts", "replaying", "bulk-actions"] |
| 182 | + "pages": [ |
| 183 | + "run-tests", |
| 184 | + "troubleshooting-alerts", |
| 185 | + "replaying", |
| 186 | + "bulk-actions" |
| 187 | + ] |
165 | 188 | }, |
166 | 189 | { |
167 | 190 | "group": "Troubleshooting", |
|
183 | 206 | "self-hosting/kubernetes", |
184 | 207 | { |
185 | 208 | "group": "Environment variables", |
186 | | - "pages": ["self-hosting/env/webapp", "self-hosting/env/supervisor"] |
| 209 | + "pages": [ |
| 210 | + "self-hosting/env/webapp", |
| 211 | + "self-hosting/env/supervisor" |
| 212 | + ] |
187 | 213 | } |
188 | 214 | ], |
189 | | - "tags": ["v4"], |
| 215 | + "tags": [ |
| 216 | + "v4" |
| 217 | + ], |
190 | 218 | "tag": "v4" |
191 | 219 | }, |
192 | 220 | { |
193 | 221 | "group": "Self-hosting", |
194 | | - "pages": ["open-source-self-hosting"] |
| 222 | + "pages": [ |
| 223 | + "open-source-self-hosting" |
| 224 | + ] |
195 | 225 | }, |
196 | 226 | { |
197 | 227 | "group": "Open source", |
198 | | - "pages": ["open-source-contributing", "github-repo", "changelog", "roadmap"] |
| 228 | + "pages": [ |
| 229 | + "open-source-contributing", |
| 230 | + "github-repo", |
| 231 | + "changelog", |
| 232 | + "roadmap" |
| 233 | + ] |
199 | 234 | }, |
200 | 235 | { |
201 | 236 | "group": "Help", |
202 | | - "pages": ["community", "help-slack", "help-email"] |
| 237 | + "pages": [ |
| 238 | + "community", |
| 239 | + "help-slack", |
| 240 | + "help-email" |
| 241 | + ] |
203 | 242 | } |
204 | 243 | ] |
205 | 244 | }, |
|
220 | 259 | }, |
221 | 260 | { |
222 | 261 | "group": "Tasks API", |
223 | | - "pages": ["management/tasks/trigger", "management/tasks/batch-trigger"] |
| 262 | + "pages": [ |
| 263 | + "management/tasks/trigger", |
| 264 | + "management/tasks/batch-trigger" |
| 265 | + ] |
224 | 266 | }, |
225 | 267 | { |
226 | 268 | "group": "Runs API", |
|
266 | 308 | "groups": [ |
267 | 309 | { |
268 | 310 | "group": "Introduction", |
269 | | - "pages": ["guides/introduction"] |
| 311 | + "pages": [ |
| 312 | + "guides/introduction" |
| 313 | + ] |
270 | 314 | }, |
271 | 315 | { |
272 | 316 | "group": "Frameworks", |
|
0 commit comments