Skip to content

Commit ee22a1b

Browse files
authored
fix h2 and h3 headings with consistency (#1313)
1 parent 4e80073 commit ee22a1b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

site/content/docs/playwright-checks/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ Detailed session summary at: https://chkly.link/...
146146

147147
The CLI command will then return a link leading to results, traces and more details.
148148

149-
## 5. Deploy your Playwright Check Suites
149+
### 5. Deploy your Playwright Check Suites
150150

151151
If your Playwright monitoring passes and you are ready to start monitoring your applications with your Playwright tests, transform your Playwright Check Suite into global monitoring with `npx checkly deploy`.
152152

@@ -160,7 +160,7 @@ Successfully deployed project "playwright-check-suite" to account "Checkly E2E P
160160

161161
Once deployed, your checks will run on a schedule and results will appear in your [home dashboard](https://app.checklyhq.com/).
162162

163-
## 6. Set up Alerts
163+
### 6. Set up Alerts
164164

165165
Configure alert channels and alert groups to get notified when checks fail. You can receive alerts via email, Slack, webhooks, and more.
166166

site/content/docs/playwright-checks/add-to-group.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export const myGroup = new CheckGroup('production-group', {
4141

4242
Learn more about [using groups](https://www.checklyhq.com/docs/cli/constructs-reference/#checkgroup) to unify checks in Checkly.
4343

44-
## 2. Associate the group to the check
44+
### 2. Associate the group to the check
4545

4646
When specifying your Playwright Check Suite, you can reference the new or existing group, using its name:
4747

@@ -72,7 +72,7 @@ When specifying your Playwright Check Suite, you can reference the new or existi
7272
export default config
7373
```
7474

75-
## 3. Deploy to apply the changes
75+
### 3. Deploy to apply the changes
7676

7777
```bash {title="Terminal"}
7878
npx checkly deploy --preview #confirm what will be deployed

0 commit comments

Comments
 (0)