|
47 | 47 | "group": "Getting Started", |
48 | 48 | "pages": [ |
49 | 49 | "/what-is-checkly", |
50 | | - { |
51 | | - "group": "Quickstarts", |
52 | | - "pages": [ |
53 | | - "quickstarts/general", |
54 | | - "quickstarts/tcp-monitor", |
55 | | - "quickstarts/url-monitor", |
56 | | - "quickstarts/browser-check", |
57 | | - "quickstarts/playwright-check", |
58 | | - "quickstarts/api-check", |
59 | | - "quickstarts/multistep-check", |
60 | | - "quickstarts/heartbeat-monitor", |
61 | | - "quickstarts/openapi-spec" |
62 | | - ] |
63 | | - }, |
| 50 | + "quickstart", |
64 | 51 | { |
65 | 52 | "group": "Concepts", |
66 | 53 | "pages": [ |
|
150 | 137 | { |
151 | 138 | "group": "URL Monitors", |
152 | 139 | "pages": [ |
| 140 | + "detect/uptime-monitoring/url-monitors/quickstart", |
153 | 141 | "detect/uptime-monitoring/url-monitors/overview", |
154 | 142 | "detect/uptime-monitoring/url-monitors/configuration" |
155 | 143 | ] |
156 | 144 | }, |
157 | 145 | { |
158 | 146 | "group": "TCP Monitors", |
159 | 147 | "pages": [ |
| 148 | + "detect/uptime-monitoring/tcp-monitors/quickstart", |
160 | 149 | "detect/uptime-monitoring/tcp-monitors/overview", |
161 | 150 | "detect/uptime-monitoring/tcp-monitors/configuration" |
162 | 151 | ] |
|
178 | 167 | { |
179 | 168 | "group": "Heartbeat Monitors", |
180 | 169 | "pages": [ |
| 170 | + "detect/uptime-monitoring/heartbeat-monitors/quickstart", |
181 | 171 | "detect/uptime-monitoring/heartbeat-monitors/overview", |
182 | 172 | "detect/uptime-monitoring/heartbeat-monitors/examples" |
183 | 173 | ] |
|
198 | 188 | { |
199 | 189 | "group": "API Checks", |
200 | 190 | "pages": [ |
| 191 | + "detect/synthetic-monitoring/api-checks/quickstart", |
201 | 192 | "detect/synthetic-monitoring/api-checks/overview", |
202 | 193 | "detect/synthetic-monitoring/api-checks/configuration", |
203 | 194 | "detect/synthetic-monitoring/api-checks/setup-and-teardown", |
204 | 195 | "detect/synthetic-monitoring/api-checks/snippets", |
205 | 196 | "detect/synthetic-monitoring/api-checks/api-structure", |
206 | 197 | "detect/synthetic-monitoring/api-checks/client-certificates", |
| 198 | + "detect/synthetic-monitoring/api-checks/openapi-spec", |
207 | 199 | "detect/synthetic-monitoring/api-checks/troubleshooting" |
208 | 200 | ] |
209 | 201 | }, |
210 | 202 | "detect/synthetic-monitoring/playwright-monitoring-comparison", |
211 | 203 | { |
212 | 204 | "group": "Multistep Checks", |
213 | 205 | "pages": [ |
| 206 | + "detect/synthetic-monitoring/multistep-checks/quickstart", |
214 | 207 | "detect/synthetic-monitoring/multistep-checks/overview", |
215 | 208 | "detect/synthetic-monitoring/multistep-checks/multistep-structure", |
216 | 209 | "detect/synthetic-monitoring/multistep-checks/degraded-states", |
|
222 | 215 | { |
223 | 216 | "group": "Browser Checks", |
224 | 217 | "pages": [ |
| 218 | + "detect/synthetic-monitoring/browser-checks/quickstart", |
225 | 219 | "detect/synthetic-monitoring/browser-checks/overview", |
226 | 220 | "detect/synthetic-monitoring/browser-checks/mac-structure", |
227 | 221 | "detect/synthetic-monitoring/browser-checks/performance-metrics", |
|
236 | 230 | { |
237 | 231 | "group": "Playwright Check Suites", |
238 | 232 | "pages": [ |
| 233 | + "detect/synthetic-monitoring/playwright-checks/quickstart", |
239 | 234 | "detect/synthetic-monitoring/playwright-checks/overview", |
240 | 235 | "detect/synthetic-monitoring/playwright-checks/configuration", |
241 | 236 | "detect/synthetic-monitoring/playwright-checks/test-organization", |
|
1328 | 1323 | } |
1329 | 1324 | }, |
1330 | 1325 | "redirects": [ |
| 1326 | + { |
| 1327 | + "source": "/quickstarts/general", |
| 1328 | + "destination": "/quickstart" |
| 1329 | + }, |
| 1330 | + { |
| 1331 | + "source": "/quickstarts/url-monitor", |
| 1332 | + "destination": "/detect/uptime-monitoring/url-monitors/quickstart" |
| 1333 | + }, |
| 1334 | + { |
| 1335 | + "source": "/quickstarts/tcp-monitor", |
| 1336 | + "destination": "/detect/uptime-monitoring/tcp-monitors/quickstart" |
| 1337 | + }, |
| 1338 | + { |
| 1339 | + "source": "/quickstarts/heartbeat-monitor", |
| 1340 | + "destination": "/detect/uptime-monitoring/heartbeat-monitors/quickstart" |
| 1341 | + }, |
| 1342 | + { |
| 1343 | + "source": "/quickstarts/api-check", |
| 1344 | + "destination": "/detect/synthetic-monitoring/api-checks/quickstart" |
| 1345 | + }, |
| 1346 | + { |
| 1347 | + "source": "/quickstarts/openapi-spec", |
| 1348 | + "destination": "/detect/synthetic-monitoring/api-checks/openapi-spec" |
| 1349 | + }, |
| 1350 | + { |
| 1351 | + "source": "/quickstarts/multistep-check", |
| 1352 | + "destination": "/detect/synthetic-monitoring/multistep-checks/quickstart" |
| 1353 | + }, |
| 1354 | + { |
| 1355 | + "source": "/quickstarts/browser-check", |
| 1356 | + "destination": "/detect/synthetic-monitoring/browser-checks/quickstart" |
| 1357 | + }, |
| 1358 | + { |
| 1359 | + "source": "/quickstarts/playwright-check", |
| 1360 | + "destination": "/detect/synthetic-monitoring/playwright-checks/quickstart" |
| 1361 | + }, |
1331 | 1362 | { |
1332 | 1363 | "source": "/ai/rules", |
1333 | 1364 | "destination": "/ai/overview" |
|
1354 | 1385 | }, |
1355 | 1386 | { |
1356 | 1387 | "source": "/constructs/quickstarts/playwright-check", |
1357 | | - "destination": "/quickstarts/playwright-check" |
| 1388 | + "destination": "/detect/synthetic-monitoring/playwright-checks/quickstart" |
1358 | 1389 | }, |
1359 | 1390 | { |
1360 | 1391 | "source": "/api-reference/checks/create-an-dns-monitor/", |
|
0 commit comments