Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions constructs/overview.mdx
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
---
title: Using Constructs
description: 'Build monitoring infrastructure with reusable TypeScript classes'
title: Using Checkly CLI Constructs
description: 'Build monitoring infrastructure using JavaScript/TypeScript and the Checkly CLI'
sidebarTitle: 'Overview'
---

import JsTsNote from '/snippets/js-ts-note.mdx';
import ChecklyConfigCodeBlock from '/snippets/checkly-config-example-code-block.mdx';

Constructs are JavaScript/TypeScript classes that represent your all monitoring resources. Import them from `checkly/constructs` to create checks, alert channels, and other resources in code.
<Tip>
You must install the [Checkly CLI](/cli/overview) before you can use constructs.
</Tip>

Constructs are JavaScript/TypeScript classes that represent your all monitoring resources. Import them from `checkly/constructs` to create checks, alert channels, and other resources in code.

<CodeGroup dropdown>

Expand Down
133 changes: 0 additions & 133 deletions constructs/quickstarts/browser-check.mdx

This file was deleted.

141 changes: 0 additions & 141 deletions constructs/quickstarts/playwright-check.mdx

This file was deleted.

9 changes: 1 addition & 8 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -464,14 +464,7 @@
"pages": [

"constructs/overview",
"constructs/including-checks",
{
"group": "Quickstarts",
"pages": [
"constructs/quickstarts/browser-check",
"constructs/quickstarts/playwright-check"
]
}
"constructs/including-checks"

]
},
Expand Down