From 516fa197543539d9c06ae9097ed269feb8c49be6 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 20:17:45 +0000 Subject: [PATCH 1/2] Updated mintlify pages - Updated integrations/alerts/slack.mdx - Updated integrations/alerts/gitlab_alerts.mdx - Updated communicate/status-pages/overview.mdx - Moved learn/playwright/how-to-parameterize-playwright-projects.mdx - Moved learn/playwright/login-automation.mdx - Moved learn/playwright/error-element-not-found.mdx - Moved learn/incidents/automation-incident-response.mdx - Moved learn/kubernetes/monitoring-challenges.mdx - Moved comparisons/frameworks/playwright-vs-cypress.mdx - Updated docs.json Mintlify-Source: dashboard-editor --- communicate/status-pages/overview.mdx | 21 +++++++++++---------- docs.json | 6 ------ integrations/alerts/gitlab_alerts.mdx | 2 +- integrations/alerts/slack.mdx | 17 ++++++++++++++++- 4 files changed, 28 insertions(+), 18 deletions(-) diff --git a/communicate/status-pages/overview.mdx b/communicate/status-pages/overview.mdx index 97758f43..34632a2d 100644 --- a/communicate/status-pages/overview.mdx +++ b/communicate/status-pages/overview.mdx @@ -30,13 +30,13 @@ Components belong to one status page. You manage them in the page's settings, wh Each component has one of five statuses: -| Status | Meaning | -|--------|---------| -| Operational | Everything works | -| Under maintenance | Planned maintenance is running | -| Degraded performance | Slow, but working | -| Partial outage | Some functionality is unavailable | -| Major outage | The component is down | +| Status | Meaning | Uptime calculation | +| --- | --- | --- | +| Operational | Everything works | N/A | +| Under maintenance | Planned maintenance is running | 0% | +| Degraded performance | Slow, but working | 0% | +| Partial outage | Some functionality is unavailable | 30% | +| Major outage | The component is down | 100% | A component's status is set by open [incidents](/communicate/status-pages/incidents): each incident declares an impact per affected component. The page header shows the worst status across all components. @@ -54,9 +54,10 @@ Incident automation is available on Communicate Team and Enterprise plans. [View Uptime is calculated over the **last 90 days**, per component, from incident impacts: -- **Major outage** time counts as full downtime. -- **Partial outage** time counts as 30% downtime. -- **Degraded performance** and **under maintenance** do not lower uptime. +- **Major outage** counts as 100% downtime. +- **Partial outage** counts as 30% downtime. +- **Degraded performance** counts as 0% dowtime as the service is still usable. +- **Under maintenance** counts as 0% downtime as it signals intentional shutdown of a service. ``` Uptime = ((Total time - Weighted downtime) / Total time) × 100 diff --git a/docs.json b/docs.json index 593aa683..01a1d997 100644 --- a/docs.json +++ b/docs.json @@ -1226,7 +1226,6 @@ "pages": [ "learn/playwright/challenging-flows", "learn/playwright/handling-test-data", - "learn/playwright/how-to-parameterize-playwright-projects", "learn/playwright/performance", "learn/playwright/scraping-behind-login", "learn/playwright/script-recorders", @@ -1245,7 +1244,6 @@ "learn/playwright/file-download", "learn/playwright/google-login-automation", "learn/playwright/how-to-search", - "learn/playwright/login-automation", "learn/playwright/microsoft-login-automation", "learn/playwright/testing-coupons", "learn/playwright/testing-file-uploads", @@ -1258,7 +1256,6 @@ "learn/playwright/debugging-errors", "learn/playwright/debugging", "learn/playwright/error-click-not-executed", - "learn/playwright/error-element-not-found", "learn/playwright/error-element-not-visible", "learn/playwright/error-target-closed", "learn/playwright/error-wait-not-respected" @@ -1290,7 +1287,6 @@ { "group": "Classification", "pages": [ - "learn/incidents/automation-incident-response", "learn/incidents/incident-assessment-severity", "learn/incidents/on-call-schedule", "learn/incidents/playbooks" @@ -1330,7 +1326,6 @@ "learn/kubernetes/events", "learn/kubernetes/klog", "learn/kubernetes/logging-best-practices", - "learn/kubernetes/monitoring-challenges", "learn/kubernetes/node-problem-detector", "learn/kubernetes/operators-metrics", "learn/kubernetes/structured-logging" @@ -1410,7 +1405,6 @@ { "group": "Frameworks", "pages": [ - "comparisons/frameworks/playwright-vs-cypress", "comparisons/frameworks/playwright-vs-selenium", "comparisons/frameworks/playwright-vs-others" ] diff --git a/integrations/alerts/gitlab_alerts.mdx b/integrations/alerts/gitlab_alerts.mdx index 31408c0f..8b22d96a 100644 --- a/integrations/alerts/gitlab_alerts.mdx +++ b/integrations/alerts/gitlab_alerts.mdx @@ -27,4 +27,4 @@ Checkly integrates with [GitLab Alerts](https://docs.gitlab.com/ee/operations/in > Note that we provide a preconfigured message payload but you are free to edit the payload and add more or different variables. Just click the "Edit payload" button and reference the "Help & variables tab". -Congratulations! You have successfully integrated Checkly with GitLab Alerts! \ No newline at end of file +Congratulations! You have successfully integrated Checkly with GitLab Alerts! diff --git a/integrations/alerts/slack.mdx b/integrations/alerts/slack.mdx index fd9750fa..e595fb84 100644 --- a/integrations/alerts/slack.mdx +++ b/integrations/alerts/slack.mdx @@ -52,6 +52,21 @@ After this, you can safely delete the deprecated channel. Checkly requests these Slack permissions for the Checkly Slack app to work within your workspace: +| Permission | Description | +| --- | --- | +| `app_mentions:read` | Detects @mentions to start Cloud Agents and respond to requests | +| `channels:history` | Reads previous messages in threads for extra context | +| `channels:join` | Automatically joins public channels when invited or requested. | +| `channels:read` | Accesses channel metadata (IDs and names) to post replies and updates | +| `chat:write` | Sends status updates and notifications on triggered actions like rerunning checks | +| `groups:history` | Reads previous messages in private channels for extra context | +| `groups:read` | Accesses private channel metadata to post responses | +| `im:history` | Accesses direct message history for extra context | +| `mpim:history` | Accesses group DM history for multi-participant conversations | +| `users:read` | Matches Slack users with Checkly accounts for permissions and secure access | +| `links:read` | Read links for allow-listed domains like [app.checklyhq.com](http://app.checklyhq.com) to provide rich context | +| `links:write` | Writes rich context for allow-listed domains like [app.checklyhq.com](http://app.checklyhq.com) | + | Permission | Description | | :-- | :-- | | `app_mentions:read` | Detects @mentions to start Cloud Agents and respond to requests | @@ -69,4 +84,4 @@ Checkly requests these Slack permissions for the Checkly Slack app to work withi ## Privacy Policy -For information about how Checkly collects, uses, and protects your data, see our [Privacy Policy](https://checklyhq.com/privacy). \ No newline at end of file +For information about how Checkly collects, uses, and protects your data, see our [Privacy Policy](https://checklyhq.com/privacy). From d808af4751f5593de55ce15f5ee2476fe0e5fb78 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 20:20:29 +0000 Subject: [PATCH 2/2] Updated mintlify pages - Updated sitemap-crawl.md Mintlify-Source: dashboard-editor --- sitemap-crawl.md | 93 ++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 87 insertions(+), 6 deletions(-) diff --git a/sitemap-crawl.md b/sitemap-crawl.md index 8b13fe2b..84ba23a3 100644 --- a/sitemap-crawl.md +++ b/sitemap-crawl.md @@ -3,9 +3,11 @@ This file contains all valid URLs extracted from docs.json organized by directory structure. ## Root Pages + - /what-is-checkly ## Quickstarts + - /quickstarts/url-monitor - /quickstarts/browser-check - /quickstarts/api-check @@ -14,6 +16,7 @@ This file contains all valid URLs extracted from docs.json organized by director - /quickstarts/tcp-monitor ## Concepts + - /concepts/checks - /concepts/monitoring-as-code - /concepts/locations @@ -22,6 +25,7 @@ This file contains all valid URLs extracted from docs.json organized by director - /concepts/metrics ## Platform + - /platform/groups - /platform/secrets - /platform/variables @@ -30,6 +34,7 @@ This file contains all valid URLs extracted from docs.json organized by director - /platform/managing-false-positives ### Platform - Private Locations + - /platform/private-locations/overview - /platform/private-locations/quick-start - /platform/private-locations/use-cases @@ -40,21 +45,25 @@ This file contains all valid URLs extracted from docs.json organized by director - /platform/private-locations/scaling-redundancy ### Platform - Reporting + - /platform/reporting/overview - /platform/reporting/analytics-api ### Platform - Runtimes + - /platform/runtimes/overview - /platform/runtimes/runtime-specification - /platform/runtimes/dependencies ## Admin + - /admin/creating-api-key - /admin/changing-your-email-password - /admin/data-storage - /admin/ip-information ### Admin - Team Management + - /admin/team-management/overview - /admin/team-management/adding-team-members - /admin/team-management/microsoft-azure-ad @@ -63,30 +72,37 @@ This file contains all valid URLs extracted from docs.json organized by director - /admin/team-management/single-sign-on ## Detect + - /detect/overview ### Detect - Uptime Monitoring + - /detect/uptime-monitoring/overview #### Detect - URL Monitors + - /detect/uptime-monitoring/url-monitors/overview - /detect/uptime-monitoring/url-monitors/configuration - /detect/uptime-monitoring/url-monitors/creating-your-first-url-monitor #### Detect - Heartbeat Monitors + - /detect/uptime-monitoring/heartbeat-monitors/overview - /detect/uptime-monitoring/heartbeat-monitors/creating-your-first-heartbeat-monitor - /detect/uptime-monitoring/heartbeat-monitors/examples #### Detect - TCP Monitors + - /detect/uptime-monitoring/tcp-monitors/overview - /detect/uptime-monitoring/tcp-monitors/configuration - /detect/uptime-monitoring/tcp-monitors/creating-your-first-tcp-monitor ### Detect - Synthetic Monitoring + - /detect/synthetic-monitoring/overview #### Detect - API Checks + - /detect/synthetic-monitoring/api-checks/overview - /detect/synthetic-monitoring/api-checks/creating-your-first-api-check - /detect/synthetic-monitoring/api-checks/api-structure @@ -97,6 +113,7 @@ This file contains all valid URLs extracted from docs.json organized by director - /detect/synthetic-monitoring/api-checks/troubleshooting #### Detect - Multistep Checks + - /detect/synthetic-monitoring/multistep-checks/overview - /detect/synthetic-monitoring/multistep-checks/creating-your-first-multistep-check - /detect/synthetic-monitoring/multistep-checks/multistep-structure @@ -106,6 +123,7 @@ This file contains all valid URLs extracted from docs.json organized by director - /detect/synthetic-monitoring/multistep-checks/examples #### Detect - Browser Checks + - /detect/synthetic-monitoring/browser-checks/overview - /detect/synthetic-monitoring/browser-checks/creating-a-browser-check - /detect/synthetic-monitoring/browser-checks/mac-structure @@ -118,6 +136,7 @@ This file contains all valid URLs extracted from docs.json organized by director - /detect/synthetic-monitoring/browser-checks/troubleshooting #### Detect - Playwright Checks Suite + - /detect/synthetic-monitoring/playwright-checks/overview - /detect/synthetic-monitoring/playwright-checks/quickstart - /detect/synthetic-monitoring/playwright-checks/reference @@ -125,14 +144,17 @@ This file contains all valid URLs extracted from docs.json organized by director - /detect/synthetic-monitoring/playwright-checks/custom-dependencies ### Detect - Testing + - /detect/testing/overview - /detect/testing/creating-your-first-test - /detect/testing/using-env-variables ## Communicate + - /communicate/overview ### Communicate - Alerts + - /communicate/alerts/overview - /communicate/alerts/configuration - /communicate/alerts/channels @@ -141,41 +163,49 @@ This file contains all valid URLs extracted from docs.json organized by director - /communicate/alerts/notification-log ### Communicate - Status Pages + - /communicate/status-pages/overview - /communicate/status-pages/creating-a-status-page - /communicate/status-pages/customization - /communicate/status-pages/incidents ### Communicate - Dashboards + - /communicate/dashboards/overview - /communicate/dashboards/configuration - /communicate/dashboards/custom-css - /communicate/dashboards/incidents ### Communicate - Maintenance Windows + - /communicate/maintenance-windows/overview ## Resolve + - /resolve/overview - /resolve/rocky-ai/overview ### Resolve - Traces + - /resolve/traces/overview - /resolve/traces/how-it-works #### Resolve - Traces - Importing + - /resolve/traces/import/overview - /resolve/traces/import/open-telemetry - /resolve/traces/import/missing-spans - /resolve/traces/import/https-grpc #### Resolve - Traces - Exporting + - /resolve/traces/export/grafana-tempo - /resolve/traces/export/honeycomb - /resolve/traces/export/new-relic - /resolve/traces/export/dash0 #### Resolve - Traces - Instrumentation + - /resolve/traces/instrumentation/nextjs - /resolve/traces/instrumentation/nodejs - /resolve/traces/instrumentation/express @@ -198,6 +228,7 @@ This file contains all valid URLs extracted from docs.json organized by director ## Integrations ### Integrations - Alerts & Notifications + - /integrations/alerts/discord - /integrations/alerts/email - /integrations/alerts/gitlab_alerts @@ -211,6 +242,7 @@ This file contains all valid URLs extracted from docs.json organized by director - /integrations/alerts/webhooks ### Integrations - Incident Management + - /integrations/incident-management/firehydrant - /integrations/incident-management/pagerduty - /integrations/incident-management/opsgenie @@ -220,20 +252,24 @@ This file contains all valid URLs extracted from docs.json organized by director - /integrations/incident-management/splunk-on-call ### Integrations - CI/CD + - /integrations/ci-cd/overview - /integrations/ci-cd/gitlab/overview - /integrations/ci-cd/jenkins/overview #### Integrations - GitHub + - /integrations/ci-cd/github/actions - /integrations/ci-cd/github/deployments #### Integrations - Vercel + - /integrations/ci-cd/vercel/overview - /integrations/ci-cd/vercel/deployment-protection - /integrations/ci-cd/vercel/managing-plan ### Integrations - Observability + - /integrations/observability/prometheus - /integrations/observability/prometheus-v2 - /integrations/observability/coralogix @@ -241,6 +277,7 @@ This file contains all valid URLs extracted from docs.json organized by director ### Integrations - Infrastructure as Code #### Integrations - Terraform + - /integrations/iac/terraform/overview - /integrations/iac/terraform/alerting - /integrations/iac/terraform/maintenance-windows @@ -252,17 +289,20 @@ This file contains all valid URLs extracted from docs.json organized by director - /integrations/iac/terraform/troubleshooting #### Integrations - Pulumi + - /integrations/iac/pulumi/overview - /integrations/iac/pulumi/best-practices - /integrations/iac/pulumi/setup - /integrations/iac/pulumi/ci-cd ## Constructs + - /constructs/overview - /constructs/quickstart - /constructs/including-checks ### Constructs - DETECT + - /constructs/url-monitor - /constructs/tcp-monitor - /constructs/heartbeat-monitor @@ -272,12 +312,14 @@ This file contains all valid URLs extracted from docs.json organized by director - /constructs/playwright-check ### Constructs - COMMUNICATE + - /constructs/alert-escalation-policy - /constructs/retry-strategy - /constructs/dashboard - /constructs/maintenance-window #### Constructs - Alert Channels + - /constructs/email-alert-channel - /constructs/sms-alert-channel - /constructs/phone-call-alert-channel @@ -286,15 +328,18 @@ This file contains all valid URLs extracted from docs.json organized by director - /constructs/webhook-alert-channel #### Constructs - Status Pages + - /constructs/status-page - /constructs/status-page-service ### Constructs - Project & Configuration + - /constructs/project - /constructs/check-group-v2 - /constructs/check-group ## CLI + - /cli/overview - /cli/authentication - /cli/basic-workflow @@ -302,6 +347,7 @@ This file contains all valid URLs extracted from docs.json organized by director - /cli/importing ### CLI Commands + - /cli/checkly-deploy - /cli/checkly-destroy - /cli/checkly-env @@ -319,14 +365,17 @@ This file contains all valid URLs extracted from docs.json organized by director ## API Reference ### API - Platform + - /api-reference/authentication #### API - Accounts + - /api-reference/accounts/list - /api-reference/accounts/get - /api-reference/accounts/me #### API - Analytics + - /api-reference/analytics/metrics - /api-reference/analytics/api-checks - /api-reference/analytics/browser-checks @@ -336,6 +385,7 @@ This file contains all valid URLs extracted from docs.json organized by director - /api-reference/analytics/url-monitors #### API - Environment Variables + - /api-reference/environment-variables/list - /api-reference/environment-variables/get - /api-reference/environment-variables/create @@ -343,13 +393,16 @@ This file contains all valid URLs extracted from docs.json organized by director - /api-reference/environment-variables/delete #### API - Locations + - /api-reference/locations/list #### API - Runtimes + - /api-reference/runtimes/list - /api-reference/runtimes/get #### API - Static IPs + - /api-reference/static-ips/list - /api-reference/static-ips/by-region - /api-reference/static-ips/text-format @@ -358,9 +411,11 @@ This file contains all valid URLs extracted from docs.json organized by director - /api-reference/static-ips/ipv6-text-format #### API - Reporting + - /api-reference/reporting/generate #### API - Snippets + - /api-reference/snippets/list - /api-reference/snippets/get - /api-reference/snippets/create @@ -370,6 +425,7 @@ This file contains all valid URLs extracted from docs.json organized by director ### API - Detect #### API - Checks + - /api-reference/checks/list - /api-reference/checks/get - /api-reference/checks/update @@ -400,6 +456,7 @@ This file contains all valid URLs extracted from docs.json organized by director - /api-reference/checks/heartbeat-delete #### API - Check Groups + - /api-reference/check-groups/list - /api-reference/check-groups/create - /api-reference/check-groups/get @@ -407,22 +464,27 @@ This file contains all valid URLs extracted from docs.json organized by director - /api-reference/check-groups/delete #### API - Check Results + - /api-reference/check-results/list - /api-reference/check-results/get #### API - Check Status + - /api-reference/check-status/list - /api-reference/check-status/get #### API - Check Alerts + - /api-reference/check-alerts/list - /api-reference/check-alerts/get #### API - Heartbeats + - /api-reference/heartbeats/list - /api-reference/heartbeats/create #### API - Private Locations + - /api-reference/private-locations/list - /api-reference/private-locations/create - /api-reference/private-locations/get @@ -434,19 +496,23 @@ This file contains all valid URLs extracted from docs.json organized by director - /api-reference/private-locations/metrics #### API - Badges + - /api-reference/badges/check-badge - /api-reference/badges/group-badge #### API - Triggers + - /api-reference/triggers/trigger-check - /api-reference/triggers/trigger-group #### API - Heartbeat Events + - /api-reference/heartbeat-events/list - /api-reference/heartbeat-events/get - /api-reference/heartbeat-events/availability #### API - Client Certificates + - /api-reference/client-certificates/list - /api-reference/client-certificates/get - /api-reference/client-certificates/create @@ -454,6 +520,7 @@ This file contains all valid URLs extracted from docs.json organized by director - /api-reference/client-certificates/delete #### API - V2 API + - /api-reference/v2/check-groups-list - /api-reference/v2/check-groups-get - /api-reference/v2/check-results-get @@ -461,6 +528,7 @@ This file contains all valid URLs extracted from docs.json organized by director ### API - Communicate #### API - Alert Channels + - /api-reference/alert-channels/list - /api-reference/alert-channels/create - /api-reference/alert-channels/get @@ -469,25 +537,30 @@ This file contains all valid URLs extracted from docs.json organized by director - /api-reference/alert-channels/subscriptions #### API - Alert Notifications + - /api-reference/alert-notifications/list #### API - Dashboards + - /api-reference/dashboards/list - /api-reference/dashboards/get - /api-reference/dashboards/create #### API - Status Pages + - /api-reference/status-pages/list - /api-reference/status-pages/create - /api-reference/status-pages/get - /api-reference/status-pages/update #### API - Incidents + - /api-reference/incidents/list ### API - Resolve #### API - Maintenance Windows + - /api-reference/maintenance-windows/list - /api-reference/maintenance-windows/create - /api-reference/maintenance-windows/get @@ -495,9 +568,11 @@ This file contains all valid URLs extracted from docs.json organized by director - /api-reference/maintenance-windows/delete ## Guides + - /guides/overview ### Guides - Monitoring Guides + - /guides/end-to-end-monitoring - /guides/startup-guide-detect-communicate-resolve - /guides/getting-started-with-monitoring-as-code @@ -509,27 +584,32 @@ This file contains all valid URLs extracted from docs.json organized by director - /guides/create-multiple-monitors ### Guides - API Monitoring + - /guides/monitoring-an-openapi-spec - /guides/monitoring-the-stripe-api - /guides/setup-scripts-for-apis ### Guides - E-commerce Monitoring + - /guides/monitoring-ecommerce-apps-using-playwright - /guides/monitoring-ecommerce-apps-using-terraform ### Guides - Playwright Guides + - /guides/moving-from-puppeteer-to-playwright - /guides/developer-fixtures - /guides/auto-waiting-methods - /guides/reading-traces ### Guides - Advanced Topics + - /guides/claude-code-monitoring - /guides/how-to-monitor-broken-links ## Learn ### Learn - Playwright + - /learn/playwright/overview - /learn/playwright/what-is-playwright - /learn/playwright/how-to-set-up-locally @@ -580,6 +660,7 @@ This file contains all valid URLs extracted from docs.json organized by director - /learn/playwright/error-wait-not-respected ### Learn - Incidents + - /learn/incidents/overview - /learn/incidents/detection-best-practices - /learn/incidents/incident-management-challenges @@ -600,6 +681,7 @@ This file contains all valid URLs extracted from docs.json organized by director - /learn/incidents/postmortems ### Learn - Kubernetes + - /learn/kubernetes/overview - /learn/kubernetes/centralized-logging - /learn/kubernetes/events @@ -611,6 +693,7 @@ This file contains all valid URLs extracted from docs.json organized by director - /learn/kubernetes/structured-logging ### Learn - Monitoring + - /learn/monitoring/overview - /learn/monitoring/intro-to-sdlc - /learn/monitoring/metrics-every-team-needs @@ -626,6 +709,7 @@ This file contains all valid URLs extracted from docs.json organized by director - /learn/monitoring/what-is-tcp ### Learn - OpenTelemetry + - /learn/opentelemetry/overview - /learn/opentelemetry/getting-started-with-observability - /learn/opentelemetry/how-to-instrument @@ -641,6 +725,7 @@ This file contains all valid URLs extracted from docs.json organized by director ## Comparisons ### Comparisons - Frameworks + - /comparisons/frameworks/playwright-vs-cypress - /comparisons/frameworks/playwright-vs-selenium - /comparisons/frameworks/playwright-vs-others @@ -650,26 +735,22 @@ This file contains all valid URLs extracted from docs.json organized by director ## Common URL Patterns for Link Fixing: ### BROKEN → CORRECT MAPPINGS: + - `/alerting/` → `/communicate/alerts/` - `/alerting-and-retries/` → `/communicate/alerts/` - `/alerting-and-retries/retries/` → `/communicate/alerts/retries` - `/alerting-and-retries/alert-channels/` → `/communicate/alerts/channels` - `/alerting-and-retries/webhooks/` → `/communicate/alerts/webhooks` - `/alerting-and-retries/alert-settings/` → `/communicate/alerts/configuration` - - `/api-checks/` → `/detect/synthetic-monitoring/api-checks/` - `/api-checks/setup-teardown-scripts/` → `/detect/synthetic-monitoring/api-checks/set-up-and-tear-down` - `/api-checks/setup-script-examples/` → `/detect/synthetic-monitoring/api-checks/examples` - `/api-checks/limits/` → `/detect/synthetic-monitoring/api-checks/response-limits` - - `/browser-checks/` → `/detect/synthetic-monitoring/browser-checks/` - `/browser-checks/partials-code-snippets/` → `/detect/synthetic-monitoring/browser-checks/snippets` - `/browser-checks/degraded-state/` → `/detect/synthetic-monitoring/multistep-checks/degraded-states` - `/browser-checks/login-scenarios/` → `/detect/synthetic-monitoring/browser-checks/examples` - - `/private-locations/` → `/platform/private-locations/overview` - - `/status-pages/` → `/communicate/status-pages/` - - `/monitoring/global-locations/` → `/concepts/locations` (likely) -- `/maintenance-windows/` → `/communicate/maintenance-windows/overview` \ No newline at end of file +- `/maintenance-windows/` → `/communicate/maintenance-windows/overview`