diff --git a/__checks__/docs.spec.ts b/__checks__/docs.spec.ts index 33540d1d4..de5fe3423 100644 --- a/__checks__/docs.spec.ts +++ b/__checks__/docs.spec.ts @@ -5,5 +5,5 @@ test('homepage', async ({ page }) => { const checklyPage = new ChecklySitePage(page) await checklyPage.goto('/docs') await checklyPage.screenshot('docs') - expect(await page.title()).toEqual('Get Started | Checkly') + expect(await page.title()).toEqual('Getting started with Checkly | Checkly') }) diff --git a/site/content/docs/CICD/_index.md b/site/content/docs/CICD/_index.md index 535921d88..aeb2f958f 100644 --- a/site/content/docs/CICD/_index.md +++ b/site/content/docs/CICD/_index.md @@ -1,5 +1,6 @@ --- -title: Overview +title: Integrating Checkly in your CI/CD pipeline +navTitle: Overview weight: 1 slug: / menu: diff --git a/site/content/docs/CICD/github-actions.md b/site/content/docs/CICD/github-actions.md index 454c9aeaf..6db495f1c 100644 --- a/site/content/docs/CICD/github-actions.md +++ b/site/content/docs/CICD/github-actions.md @@ -1,5 +1,6 @@ --- -title: GitHub Actions +title: Integrating Checkly in GitHub Actions +navTitle: GitHub Actions weight: 2 menu: integrations: diff --git a/site/content/docs/CICD/gitlabci.md b/site/content/docs/CICD/gitlabci.md index cff62269b..da2479b9d 100644 --- a/site/content/docs/CICD/gitlabci.md +++ b/site/content/docs/CICD/gitlabci.md @@ -1,5 +1,6 @@ --- -title: GitLab CI +title: Integrating Checkly in GitLab CI +navTitle: GitLab CI weight: 4 menu: integrations: diff --git a/site/content/docs/CICD/jenkins.md b/site/content/docs/CICD/jenkins.md index 7b49c77fa..2758af5fc 100644 --- a/site/content/docs/CICD/jenkins.md +++ b/site/content/docs/CICD/jenkins.md @@ -1,5 +1,6 @@ --- -title: Jenkins +title: Integrating Checkly in a Jenkins pipeline +navTitle: Jenkins weight: 3 menu: integrations: diff --git a/site/content/docs/CICD/vercel.md b/site/content/docs/CICD/vercel.md index a5bee4ec2..851774900 100644 --- a/site/content/docs/CICD/vercel.md +++ b/site/content/docs/CICD/vercel.md @@ -1,6 +1,6 @@ --- -title: How to Integrate Vercel with Checkly? Step-by-Step Guide -displayTitle: Vercel +title: Integrating Vercel with Checkly +navTitle: Vercel description: >- Integrate Checkly with Vercel for app development and deployment to benefit from automated browser checks and production deployment testing. weight: 7 diff --git a/site/content/docs/_index.md b/site/content/docs/_index.md index ed60fd949..d3883ed03 100644 --- a/site/content/docs/_index.md +++ b/site/content/docs/_index.md @@ -1,5 +1,6 @@ --- -title: Get Started +title: Getting started with Checkly +navTitle: Get Started aliases: - /docs/ --- diff --git a/site/content/docs/alerting-and-retries/_index.md b/site/content/docs/alerting-and-retries/_index.md index 447680aca..97f7f1257 100644 --- a/site/content/docs/alerting-and-retries/_index.md +++ b/site/content/docs/alerting-and-retries/_index.md @@ -1,5 +1,6 @@ --- -title: 'Overview' +title: Alerting and retries with Checkly +navTitle: Overview weight: 29 slug: / menu: diff --git a/site/content/docs/analytics/_index.md b/site/content/docs/analytics/_index.md index d920371b4..1b4693ac8 100644 --- a/site/content/docs/analytics/_index.md +++ b/site/content/docs/analytics/_index.md @@ -1,5 +1,6 @@ --- -title: Overview +title: Checkly Analytics API +navTitle: Overview weight: 46 slug: / menu: diff --git a/site/content/docs/api-checks/_index.md b/site/content/docs/api-checks/_index.md index f0dc2083a..b5b66f80e 100644 --- a/site/content/docs/api-checks/_index.md +++ b/site/content/docs/api-checks/_index.md @@ -1,5 +1,6 @@ --- -title: Overview +title: Monitoring APIs with Checks +navTitle: Overview weight: 7 slug: / menu: diff --git a/site/content/docs/browser-checks/_index.md b/site/content/docs/browser-checks/_index.md index 7407ded52..a49100fbd 100644 --- a/site/content/docs/browser-checks/_index.md +++ b/site/content/docs/browser-checks/_index.md @@ -1,5 +1,6 @@ --- -title: Getting started +title: Getting started with Browser Monitoring +navTitle: Getting started weight: 14 slug: / menu: diff --git a/site/content/docs/browser-checks/playwright-test.md b/site/content/docs/browser-checks/playwright-test.md index 111f46c39..48880c4ff 100644 --- a/site/content/docs/browser-checks/playwright-test.md +++ b/site/content/docs/browser-checks/playwright-test.md @@ -1,5 +1,6 @@ --- -title: Using Playwright Test +title: Using The Playwright Test Runner With Checkly +navTitle: Using Playwright Test Runner description: How to use Playwright Test Runner natively within browser checks at Checkly weight: 14 menu: diff --git a/site/content/docs/cli/_index.md b/site/content/docs/cli/_index.md index b50426b86..65a482172 100644 --- a/site/content/docs/cli/_index.md +++ b/site/content/docs/cli/_index.md @@ -1,5 +1,6 @@ --- -title: Getting Started +title: Getting started with the Checkly CLI +navTitle: Getting started weight: 1 slug: / menu: diff --git a/site/content/docs/cli/installation.md b/site/content/docs/cli/installation.md index 595487029..9d805a494 100644 --- a/site/content/docs/cli/installation.md +++ b/site/content/docs/cli/installation.md @@ -1,5 +1,6 @@ --- -title: Installation +title: Installing the Checkly CLI +navTitle: Installation weight: 2 menu: platform: diff --git a/site/content/docs/dashboards/_index.md b/site/content/docs/dashboards/_index.md index 48221dc9b..63c1dd851 100644 --- a/site/content/docs/dashboards/_index.md +++ b/site/content/docs/dashboards/_index.md @@ -1,5 +1,6 @@ --- -title: Overview +title: Checkly Dashboards +navTitle: Overview weight: 46 slug: / menu: diff --git a/site/content/docs/dashboards/dashboard-customization.md b/site/content/docs/dashboards/dashboard-customization.md index 5033d11f7..42a49521a 100644 --- a/site/content/docs/dashboards/dashboard-customization.md +++ b/site/content/docs/dashboards/dashboard-customization.md @@ -1,5 +1,6 @@ --- -title: Customization +title: Customizing your dashboard +navTitle: Customization weight: 47 menu: resources: diff --git a/site/content/docs/groups/_index.md b/site/content/docs/groups/_index.md index ff495ea0c..b8f751212 100644 --- a/site/content/docs/groups/_index.md +++ b/site/content/docs/groups/_index.md @@ -1,5 +1,6 @@ --- -title: Overview +title: Organizing checks with groups +navTitle: Overview weight: 26 slug: / menu: diff --git a/site/content/docs/heartbeat-checks/_index.md b/site/content/docs/heartbeat-checks/_index.md index 910ba9635..c85ed3c73 100644 --- a/site/content/docs/heartbeat-checks/_index.md +++ b/site/content/docs/heartbeat-checks/_index.md @@ -1,5 +1,6 @@ --- -title: Getting started +title: Heartbeat Monitoring +navTitle: Getting started weight: 14 slug: / menu: diff --git a/site/content/docs/integrations/_index.md b/site/content/docs/integrations/_index.md index dbf65aa2f..17960aecd 100644 --- a/site/content/docs/integrations/_index.md +++ b/site/content/docs/integrations/_index.md @@ -1,5 +1,6 @@ --- -title: 'Overview' +title: Checkly Integrations +navTitle: Overview weight: 53 slug: / menu: diff --git a/site/content/docs/integrations/coralogix.md b/site/content/docs/integrations/coralogix.md index c2773fdae..ae02cbfed 100644 --- a/site/content/docs/integrations/coralogix.md +++ b/site/content/docs/integrations/coralogix.md @@ -1,5 +1,6 @@ --- -title: Coralogix +title: Export Metrics & Data via Coralogix with Checkly +navTitle: Coralogix weight: 69 menu: integrations: diff --git a/site/content/docs/integrations/discord.md b/site/content/docs/integrations/discord.md index dfcc3a587..b893ff8e8 100644 --- a/site/content/docs/integrations/discord.md +++ b/site/content/docs/integrations/discord.md @@ -1,5 +1,6 @@ --- -title: Discord +title: Send Alerts to Discord with Checkly +navTitle: Discord weight: 61 menu: integrations: diff --git a/site/content/docs/integrations/firehydrant.md b/site/content/docs/integrations/firehydrant.md index 25c08e10e..cdc1fc02d 100644 --- a/site/content/docs/integrations/firehydrant.md +++ b/site/content/docs/integrations/firehydrant.md @@ -1,5 +1,6 @@ --- -title: FireHydrant +title: Send Alerts to FireHydrant with Checkly +navTitle: FireHydrant weight: 68 menu: integrations: diff --git a/site/content/docs/integrations/gitlab_alerts.md b/site/content/docs/integrations/gitlab_alerts.md index 96f3bbdbc..ac55a9a02 100644 --- a/site/content/docs/integrations/gitlab_alerts.md +++ b/site/content/docs/integrations/gitlab_alerts.md @@ -1,5 +1,6 @@ --- -title: GitLab Alerts +title: Integrating GitLab Alerts and Checkly +navTitle: GitLab Alerts weight: 60 menu: integrations: diff --git a/site/content/docs/integrations/ilert.md b/site/content/docs/integrations/ilert.md index 22cb98aa9..687bcf6da 100644 --- a/site/content/docs/integrations/ilert.md +++ b/site/content/docs/integrations/ilert.md @@ -1,5 +1,6 @@ --- -title: ilert +title: Send Alerts to ilert with Checkly +navTitle: ilert weight: 70 menu: integrations: diff --git a/site/content/docs/integrations/incidentio.md b/site/content/docs/integrations/incidentio.md index 79a6e1d00..fcccbbdea 100644 --- a/site/content/docs/integrations/incidentio.md +++ b/site/content/docs/integrations/incidentio.md @@ -1,5 +1,6 @@ --- -title: Incident.io +title: Send Alerts to Incident.io with Checkly +navTitle: Incident.io weight: 58 menu: integrations: diff --git a/site/content/docs/integrations/msteams.md b/site/content/docs/integrations/msteams.md index aa547517e..95bea876f 100644 --- a/site/content/docs/integrations/msteams.md +++ b/site/content/docs/integrations/msteams.md @@ -1,5 +1,6 @@ --- -title: Microsoft Teams +title: Send Alerts to Microsoft Teams with Checkly +navTitle: Microsoft Teams weight: 58 menu: integrations: diff --git a/site/content/docs/integrations/opsgenie.md b/site/content/docs/integrations/opsgenie.md index b4efafea6..d9508c85b 100644 --- a/site/content/docs/integrations/opsgenie.md +++ b/site/content/docs/integrations/opsgenie.md @@ -1,6 +1,6 @@ --- -title: Opsgenie Integration with Checkly | How to Get Started -displayTitle: Opsgenie +title: Send Alerts to Opsgenie with Checkly +navTitle: Opsgenie description: >- Learn how to integrate Checkly with Opsgenie and deliver failure, degradation, and recovery events to any Opsgenie team. Check our guide! weight: 57 diff --git a/site/content/docs/integrations/pagerduty.md b/site/content/docs/integrations/pagerduty.md index 52d89e9b1..aa947fa1b 100644 --- a/site/content/docs/integrations/pagerduty.md +++ b/site/content/docs/integrations/pagerduty.md @@ -1,6 +1,6 @@ --- -title: Checkly Integration with PagerDuty - Trigger & Resolve Alerts -displayTitle: PagerDuty +title: Send Alerts to PagerDuty with Checkly +navTitle: PagerDuty description: Learn how Checkly integrates seamlessly with PagerDuty, delivering real-time failure and recovery alerts to your PagerDuty account. metatags: title: Checkly Integration with PagerDuty - Trigger & Resolve Alerts diff --git a/site/content/docs/integrations/prometheus-v2.md b/site/content/docs/integrations/prometheus-v2.md index fd976ad7e..b25c600a2 100644 --- a/site/content/docs/integrations/prometheus-v2.md +++ b/site/content/docs/integrations/prometheus-v2.md @@ -1,5 +1,6 @@ --- -title: Prometheus v2 +title: Exporting Metrics & Data via Prometheus and Checkly +navTitle: Prometheus v2 weight: 65 aliases: - "/docs/integrations/prometheus/" diff --git a/site/content/docs/integrations/prometheus.md b/site/content/docs/integrations/prometheus.md index cf411c3ea..9bc1c584b 100644 --- a/site/content/docs/integrations/prometheus.md +++ b/site/content/docs/integrations/prometheus.md @@ -1,5 +1,6 @@ --- -title: Prometheus v1 +title: Exporting Metrics & Data via Prometheus and Checkly +navTitle: Prometheus weight: 66 aliases: - "/docs/integrations/prometheus-v1/" diff --git a/site/content/docs/integrations/pulumi.md b/site/content/docs/integrations/pulumi.md index 2648a377b..dc9929a75 100644 --- a/site/content/docs/integrations/pulumi.md +++ b/site/content/docs/integrations/pulumi.md @@ -1,5 +1,6 @@ --- -title: Pulumi +title: Integrating Pulumi and Checkly +navTitle: Pulumi weight: 67 menu: integrations: diff --git a/site/content/docs/integrations/slack.md b/site/content/docs/integrations/slack.md index 0dd358ea8..72617dca0 100644 --- a/site/content/docs/integrations/slack.md +++ b/site/content/docs/integrations/slack.md @@ -1,5 +1,6 @@ --- -title: Slack +title: Sending Alerts to Slack and Checkly +navTitle: Slack weight: 55 menu: integrations: diff --git a/site/content/docs/integrations/spike.md b/site/content/docs/integrations/spike.md index 3d3f64982..002a70fa8 100644 --- a/site/content/docs/integrations/spike.md +++ b/site/content/docs/integrations/spike.md @@ -1,5 +1,6 @@ --- -title: Spike.sh +title: Integrating Spike.sh and Checkly +navTitle: Spike.sh weight: 62 menu: integrations: diff --git a/site/content/docs/integrations/splunk_on_call.md b/site/content/docs/integrations/splunk_on_call.md index 2917f55d2..6a53d4226 100644 --- a/site/content/docs/integrations/splunk_on_call.md +++ b/site/content/docs/integrations/splunk_on_call.md @@ -1,5 +1,6 @@ --- -title: Splunk On-Call +title: Send Alerts via Splunk On-Call and Checkly +navTitle: Splunk On-Call weight: 63 menu: integrations: diff --git a/site/content/docs/integrations/statuspage.md b/site/content/docs/integrations/statuspage.md index de98af557..6b8bb9adf 100644 --- a/site/content/docs/integrations/statuspage.md +++ b/site/content/docs/integrations/statuspage.md @@ -1,5 +1,6 @@ --- -title: StatusPage +title: Integrating StatusPage and Checkly +navTitle: StatusPage weight: 64 menu: integrations: diff --git a/site/content/docs/integrations/telegram.md b/site/content/docs/integrations/telegram.md index 2224f5e46..5e2c9c296 100644 --- a/site/content/docs/integrations/telegram.md +++ b/site/content/docs/integrations/telegram.md @@ -1,6 +1,6 @@ --- -title: Checkly Integration with Telegram - Enable Alert Channels -displayTitle: Telegram +title: Send Alerts via Telegram with Checkly +navTitle: Telegram description: Find out how Checkly integrates with Telegram to send failure, degradation, and recovery messages to any chat. weight: 58 menu: diff --git a/site/content/docs/maintenance-windows/_index.md b/site/content/docs/maintenance-windows/_index.md index 0f3813d77..4eec3e699 100644 --- a/site/content/docs/maintenance-windows/_index.md +++ b/site/content/docs/maintenance-windows/_index.md @@ -1,5 +1,6 @@ --- -title: Overview +title: Setting Maintenance Windows in Checkly +navTitle: Overview weight: 46 slug: / menu: diff --git a/site/content/docs/multistep-checks/_index.md b/site/content/docs/multistep-checks/_index.md index 4c5d38b67..e627f5182 100644 --- a/site/content/docs/multistep-checks/_index.md +++ b/site/content/docs/multistep-checks/_index.md @@ -1,5 +1,6 @@ --- -title: Getting started +title: Getting started with Multistep API Checks +navTitle: Getting started weight: 14 slug: / menu: diff --git a/site/content/docs/multistep-checks/example-checks.md b/site/content/docs/multistep-checks/example-checks.md index 3d39fe213..4426688d6 100644 --- a/site/content/docs/multistep-checks/example-checks.md +++ b/site/content/docs/multistep-checks/example-checks.md @@ -1,5 +1,6 @@ --- -title: Example checks +title: Multistep check examples +navTitle: Examples weight: 22 menu: resources: diff --git a/site/content/docs/private-locations/_index.md b/site/content/docs/private-locations/_index.md index f6486d95a..a1f127f60 100644 --- a/site/content/docs/private-locations/_index.md +++ b/site/content/docs/private-locations/_index.md @@ -1,5 +1,6 @@ --- title: Getting started with Private Locations +navTitle: Getting started weight: 51 slug: / menu: diff --git a/site/content/docs/pulumi-provider/_index.md b/site/content/docs/pulumi-provider/_index.md index ac1162cef..5b960dcdb 100644 --- a/site/content/docs/pulumi-provider/_index.md +++ b/site/content/docs/pulumi-provider/_index.md @@ -1,5 +1,6 @@ --- -title: Getting started +title: Getting started with the Pulumi provider for Checkly +navTitle: Overview weight: 10 menu: integrations: diff --git a/site/content/docs/reporting/_index.md b/site/content/docs/reporting/_index.md index 233c47b6f..b52c21da9 100644 --- a/site/content/docs/reporting/_index.md +++ b/site/content/docs/reporting/_index.md @@ -1,5 +1,6 @@ --- -title: Dashboard +title: Reporting Dashboard +navTitle: Overview weight: 68 slug: / aliases: diff --git a/site/content/docs/terraform-provider/_index.md b/site/content/docs/terraform-provider/_index.md index f5a5bf468..088a1c3b3 100644 --- a/site/content/docs/terraform-provider/_index.md +++ b/site/content/docs/terraform-provider/_index.md @@ -1,5 +1,6 @@ --- -title: Getting started +title: Getting started with the Terraform provider for Checkly +navTitle: Overview weight: 1 menu: integrations: diff --git a/site/content/docs/testing/_index.md b/site/content/docs/testing/_index.md index 05b03d754..c02792a10 100644 --- a/site/content/docs/testing/_index.md +++ b/site/content/docs/testing/_index.md @@ -1,5 +1,6 @@ --- -title: Getting started with testing +title: Getting started with testing in Checkly +navTitle: Getting started weight: 1 slug: / aliases: