Skip to content

Commit 06b9a89

Browse files
Polish 'playwright vs cypress' and reshuffle left toolbar (#1263)
* formatting improvements, slight reshuffle of lefthand toolbar * change lefthand toolbar order * change lefthand toolbar order * add some metadata improvements
1 parent f30fea3 commit 06b9a89

25 files changed

+49
-57
lines changed

site/config.toml

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -192,29 +192,19 @@ disqusShortname = "checkly"
192192
url = "https://developers.checklyhq.com"
193193
weight = 200
194194

195-
[[menu.learn_playwright]]
196-
name = "Basics"
197-
pre = "/learn/icons/misc.svg"
198-
weight = 310
199-
200-
[[menu.learn_playwright]]
201-
name = "Interaction"
202-
pre = "/learn/icons/pages.svg"
203-
weight = 320
204-
205195
[[menu.learn_playwright]]
206196
name = "Getting started"
207197
pre = "/learn/icons/playwright-logo.svg"
208198
weight = 300
209199

210200
[[menu.learn_playwright]]
211-
name = "Basics"
212-
pre = "/learn/icons/misc.svg"
201+
name = "Interaction"
202+
pre = "/learn/icons/pages.svg"
213203
weight = 310
214204

215205
[[menu.learn_playwright]]
216-
name = "Interaction"
217-
pre = "/learn/icons/pages.svg"
206+
name = "Basics"
207+
pre = "/learn/icons/misc.svg"
218208
weight = 320
219209

220210
[[menu.learn_playwright]]

site/content/guides/monitoring-as-code.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
2-
title: What is monitoring as code?
2+
title: Monitoring as Code - A Practical Guide from Checkly
3+
displayTitle: What is monitoring as code?
34
description: >-
4-
Monitoring as code is the practice of managing monitoring configurations and alerts through code. This approach offers several benefits for engineering teams at scale, including codified, version-controlled, and reusable monitoring configurations.
5+
Learn how to implement monitoring as code with Checkly's guide. Bring transparency, scalability, and efficiency to your cloud infrastructure management.
56
author: Daniel Giordano
67
avatar: 'images/avatars/daniel-giordano.png'
78
tags:

site/content/learn/incidents/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: Incident Response
2+
title: Incident Response - Improve Recovery & Avoid Downtime
33
displayTitle: Learn the fundamentals of Incident Response
4-
description: Learn Incident Response
4+
description: Master incident response with real-world insights. Learn how to reduce downtime, regain user trust, and build a resilient incident management workflow.
55
date: 2025-04-07
66
author: Nocnica Mellifera
77
githubUser: serverless-mom

site/content/learn/monitoring/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: monitoring index
2+
title: Monitoring Resources - Tools, Metrics & Best Practices
33
displayTitle: Monitoring
4-
description: Learn Monitoring
4+
description: Browse essential monitoring resources from Checkly. Learn key metrics, performance tools, and best practices to optimize your systems and user experience.
55
date: 2024-10-17
66
author: Nocnica Mellifera
77
githubUser: serverless-mom

site/content/learn/playwright/assertions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ githubUser: serverless-mom
1212
tags:
1313
- basics
1414

15-
weight: 5
15+
weight: 90
1616
navTitle: Assertions
1717
menu:
1818
learn_playwright:

site/content/learn/playwright/authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ tags:
1111
- storageState
1212
- 2fa
1313
- cookies
14-
weight: 3
14+
weight: 105
1515
navTitle: Authentication
1616
menu:
1717
learn_playwright:

site/content/learn/playwright/clicking-typing-hovering.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ githubUser:
1111
tags:
1212
- basics
1313

14-
weight: 2
14+
weight: 70
1515
navTitle: Clicking and typing
1616
menu:
1717
learn_playwright:

site/content/learn/playwright/codegen.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ githubUser: serverless-mom
77
tags:
88
- basics
99

10-
weight: 12
10+
weight: 40
1111
navTitle: Codegen
1212
menu:
1313
learn_playwright:

site/content/learn/playwright/emulating-mobile-devices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ githubUser:
1111
tags:
1212
- basics
1313
navTitle: Emulating mobile devices
14-
weight: 6
14+
weight: 130
1515

1616
menu:
1717
learn_playwright:

site/content/learn/playwright/generating-pdfs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: Giovanni Rago
66
githubUser: ragog
77
tags:
88
- pdf
9-
weight: 2
9+
weight: 130
1010
navTitle: Generating PDFs
1111
menu:
1212
learn_playwright:

0 commit comments

Comments
 (0)