Skip to content

Commit a3925fb

Browse files
committed
Move check-type quickstarts into their Detect sections
Relabel each relocated quickstart to 'Quickstart' and list it first in its section group, promote the general guide to a top-level Quickstart page, add redirects from the old /quickstarts/* URLs, and update internal links.
1 parent 4e9ba39 commit a3925fb

13 files changed

Lines changed: 65 additions & 34 deletions

File tree

detect/overview.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,11 @@ Ready to start monitoring your applications? Choose the approach that best fits
7474
Begin with automated testing for development workflows
7575
</Card>
7676

77-
<Card title="Create Your First Uptime Monitor" href="/quickstarts/url-monitor">
77+
<Card title="Create Your First Uptime Monitor" href="/detect/uptime-monitoring/url-monitors/quickstart">
7878
Set up basic availability monitoring for critical services
7979
</Card>
8080

81-
<Card title="Create Your First Synthetic Check" href="/quickstarts/api-check">
81+
<Card title="Create Your First Synthetic Check" href="/detect/synthetic-monitoring/api-checks/quickstart">
8282
Create comprehensive user experience validation
8383
</Card>
8484
</CardGroup>

detect/synthetic-monitoring/api-checks/quickstart.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: 'Creating An API Check'
33
description: 'Step-by-step guide to creating your first API check in Checkly using the web UI and CLI.'
4-
sidebarTitle: 'API Check'
4+
sidebarTitle: 'Quickstart'
55
---
66

77
<Tip>

detect/synthetic-monitoring/browser-checks/quickstart.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: 'Creating A Browser Check'
33
description: 'Get started with Checkly by creating your first Browser Check'
4-
sidebarTitle: 'Browser Check'
4+
sidebarTitle: 'Quickstart'
55
---
66

77
import CliAuth from '/snippets/cli-auth.mdx';
@@ -13,7 +13,7 @@ Learn more about all the [Browser Check capabilities](/detect/synthetic-monitori
1313

1414
This guide will walk you through creating your first Browser Check with Checkly.
1515

16-
Browser Checks are perfect for monitoring realistic user flows within your application or services. If you are looking for monitoring general availability, check out the [Uptime Monitor Quickstart](/quickstarts/url-monitor).
16+
Browser Checks are perfect for monitoring realistic user flows within your application or services. If you are looking for monitoring general availability, check out the [Uptime Monitor Quickstart](/detect/uptime-monitoring/url-monitors/quickstart).
1717

1818
<Accordion title="Prerequisites">
1919
- A Checkly account (sign up at [checklyhq.com](https://checklyhq.com))

detect/synthetic-monitoring/multistep-checks/quickstart.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: 'Creating A Multistep Check'
33
description: 'Step-by-step guide to creating your first multistep check in Checkly for monitoring complex API workflows and business processes.'
4-
sidebarTitle: 'Multistep Check'
4+
sidebarTitle: 'Quickstart'
55
---
66

77
<Tip>

detect/synthetic-monitoring/playwright-checks/overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Customize how your checks run:
112112
## Getting Started
113113

114114
<Columns cols={2}>
115-
<Card title="Quickstart Guide" href="/quickstarts/playwright-check">
115+
<Card title="Quickstart Guide" href="/detect/synthetic-monitoring/playwright-checks/quickstart">
116116
Deploy your first Playwright Check Suite
117117
</Card>
118118

detect/synthetic-monitoring/playwright-checks/quickstart.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: 'Creating a Playwright Check Suite'
33
description: 'Turn your Playwright tests into production monitors by creating a checkly.config.ts file'
4-
sidebarTitle: 'Playwright Check Suite'
4+
sidebarTitle: 'Quickstart'
55
---
66

77
import { CopyPromptButton } from "/snippets/copy-prompt-button.jsx";

detect/uptime-monitoring/heartbeat-monitors/quickstart.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: 'Creating A Heartbeat Monitor'
33
description: 'Step-by-step guide to set up your first heartbeat monitor in Checkly. Learn about configuration, timing, alerts, and best practices.'
4-
sidebarTitle: Heartbeat Monitor
4+
sidebarTitle: 'Quickstart'
55
---
66

77
<Tip>

detect/uptime-monitoring/tcp-monitors/quickstart.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: 'Creating A TCP Monitor'
33
description: 'Step-by-step guide to set up your first TCP monitor and ensure your network services are always available.'
4-
sidebarTitle: 'TCP Monitor'
4+
sidebarTitle: 'Quickstart'
55
---
66

77
<Tip>

detect/uptime-monitoring/url-monitors/quickstart.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: 'Creating A URL Monitor'
33
description: 'Step-by-step guide to set up your first URL monitor and ensure your websites and APIs are always accessible.'
4-
sidebarTitle: 'URL Monitor'
4+
sidebarTitle: 'Quickstart'
55
---
66

77
<Tip>

docs.json

Lines changed: 46 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -47,20 +47,7 @@
4747
"group": "Getting Started",
4848
"pages": [
4949
"/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",
6451
{
6552
"group": "Concepts",
6653
"pages": [
@@ -150,13 +137,15 @@
150137
{
151138
"group": "URL Monitors",
152139
"pages": [
140+
"detect/uptime-monitoring/url-monitors/quickstart",
153141
"detect/uptime-monitoring/url-monitors/overview",
154142
"detect/uptime-monitoring/url-monitors/configuration"
155143
]
156144
},
157145
{
158146
"group": "TCP Monitors",
159147
"pages": [
148+
"detect/uptime-monitoring/tcp-monitors/quickstart",
160149
"detect/uptime-monitoring/tcp-monitors/overview",
161150
"detect/uptime-monitoring/tcp-monitors/configuration"
162151
]
@@ -178,6 +167,7 @@
178167
{
179168
"group": "Heartbeat Monitors",
180169
"pages": [
170+
"detect/uptime-monitoring/heartbeat-monitors/quickstart",
181171
"detect/uptime-monitoring/heartbeat-monitors/overview",
182172
"detect/uptime-monitoring/heartbeat-monitors/examples"
183173
]
@@ -198,19 +188,22 @@
198188
{
199189
"group": "API Checks",
200190
"pages": [
191+
"detect/synthetic-monitoring/api-checks/quickstart",
201192
"detect/synthetic-monitoring/api-checks/overview",
202193
"detect/synthetic-monitoring/api-checks/configuration",
203194
"detect/synthetic-monitoring/api-checks/setup-and-teardown",
204195
"detect/synthetic-monitoring/api-checks/snippets",
205196
"detect/synthetic-monitoring/api-checks/api-structure",
206197
"detect/synthetic-monitoring/api-checks/client-certificates",
198+
"detect/synthetic-monitoring/api-checks/openapi-spec",
207199
"detect/synthetic-monitoring/api-checks/troubleshooting"
208200
]
209201
},
210202
"detect/synthetic-monitoring/playwright-monitoring-comparison",
211203
{
212204
"group": "Multistep Checks",
213205
"pages": [
206+
"detect/synthetic-monitoring/multistep-checks/quickstart",
214207
"detect/synthetic-monitoring/multistep-checks/overview",
215208
"detect/synthetic-monitoring/multistep-checks/multistep-structure",
216209
"detect/synthetic-monitoring/multistep-checks/degraded-states",
@@ -222,6 +215,7 @@
222215
{
223216
"group": "Browser Checks",
224217
"pages": [
218+
"detect/synthetic-monitoring/browser-checks/quickstart",
225219
"detect/synthetic-monitoring/browser-checks/overview",
226220
"detect/synthetic-monitoring/browser-checks/mac-structure",
227221
"detect/synthetic-monitoring/browser-checks/performance-metrics",
@@ -236,6 +230,7 @@
236230
{
237231
"group": "Playwright Check Suites",
238232
"pages": [
233+
"detect/synthetic-monitoring/playwright-checks/quickstart",
239234
"detect/synthetic-monitoring/playwright-checks/overview",
240235
"detect/synthetic-monitoring/playwright-checks/configuration",
241236
"detect/synthetic-monitoring/playwright-checks/test-organization",
@@ -1328,6 +1323,42 @@
13281323
}
13291324
},
13301325
"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+
},
13311362
{
13321363
"source": "/ai/rules",
13331364
"destination": "/ai/overview"
@@ -1354,7 +1385,7 @@
13541385
},
13551386
{
13561387
"source": "/constructs/quickstarts/playwright-check",
1357-
"destination": "/quickstarts/playwright-check"
1388+
"destination": "/detect/synthetic-monitoring/playwright-checks/quickstart"
13581389
},
13591390
{
13601391
"source": "/api-reference/checks/create-an-dns-monitor/",

0 commit comments

Comments
 (0)