Skip to content

Commit 918c94a

Browse files
committed
Fold creating-a-browser-check into the browser check quickstart
Merge the welcome screenshot and setup bullets into the quickstart's first step, remove the orphaned page, and redirect its old URLs.
1 parent b9de65f commit 918c94a

3 files changed

Lines changed: 22 additions & 132 deletions

File tree

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

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,23 @@ Browser Checks are perfect for monitoring realistic user flows within your appli
2323

2424
<Steps>
2525
<Step title="Create a Browser Check">
26-
26+
<Frame>
27+
<img
28+
className="block dark:hidden"
29+
src="/images/next/quickstart-welcome-light.png"
30+
alt="Light mode interface"
31+
/>
32+
<img
33+
className="hidden dark:block"
34+
src="/images/next/quickstart-welcome-dark.png"
35+
alt="Dark mode interface"
36+
/>
37+
</Frame>
2738

2839
- **Head to [Create a Check](https://app.checklyhq.com/accounts/create)**
2940
- **Choose "Browser Check"** for comprehensive website monitoring
41+
- **Enter your website URL** (e.g., `https://your-website.com`)
42+
- **Click "Create Check"**
3043
</Step>
3144

3245
<Step title="Edit Your Test Script">

docs.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1359,6 +1359,14 @@
13591359
"source": "/quickstarts/playwright-check",
13601360
"destination": "/detect/synthetic-monitoring/playwright-checks/quickstart"
13611361
},
1362+
{
1363+
"source": "/quickstarts/creating-a-browser-check",
1364+
"destination": "/detect/synthetic-monitoring/browser-checks/quickstart"
1365+
},
1366+
{
1367+
"source": "/detect/synthetic-monitoring/browser-checks/creating-a-browser-check",
1368+
"destination": "/detect/synthetic-monitoring/browser-checks/quickstart"
1369+
},
13621370
{
13631371
"source": "/ai/rules",
13641372
"destination": "/ai/overview"

quickstarts/creating-a-browser-check.mdx

Lines changed: 0 additions & 131 deletions
This file was deleted.

0 commit comments

Comments
 (0)