Skip to content

Migrate one.dash.cloudflare.com links to dash.cloudflare.com#31669

Draft
nikitacano wants to merge 1 commit into
productionfrom
ncano/one-dash-migration
Draft

Migrate one.dash.cloudflare.com links to dash.cloudflare.com#31669
nikitacano wants to merge 1 commit into
productionfrom
ncano/one-dash-migration

Conversation

@nikitacano

Copy link
Copy Markdown
Contributor

Summary

The Zero Trust dashboard is now embedded within the Core Cloudflare dashboard at dash.cloudflare.com/:account/one/. This PR migrates all one.dash.cloudflare.com references across 136 documentation files.

Changes

136 files, 225 line replacements (purely mechanical — same number of insertions and deletions):

  • Bare markdown links: [Cloudflare One](https://one.dash.cloudflare.com/)[Cloudflare dashboard](https://dash.cloudflare.com/)
  • HTML links: <a href="https://one.dash.cloudflare.com/">Cloudflare One</a><a href="https://dash.cloudflare.com/">Cloudflare dashboard</a>
  • Deeplinks (4 instances): one.dash.cloudflare.com/?to=/:account/<path>dash.cloudflare.com/?to=/:account/one/<path>

All deeplink paths validated against ztx-frontend route definitions (verified the /one/ prefix maps correctly to internal ZT routes like access-controls/apps, email-security/settings, networks/connectors, home).

Intentionally unchanged

  • global-policies.mdx: one.dash.cloudflare.com appears as a literal DNS hostname in policy tables (not a clickable link).
  • dash-routes/core.json: route registry entry (internal, not user-facing).

How to verify

Search the rendered docs for any remaining one.dash.cloudflare.com clickable links — there should be none. The only remaining instances should be the DNS hostname references in the global policies page.

@cloudflare-docs-bot

cloudflare-docs-bot Bot commented Jun 24, 2026

Copy link
Copy Markdown
Contributor

Review

⚠️ 2 warnings found in commit e5d0047.

Code Review

This code review is in beta and may not always be helpful — use your judgment.

Warnings (2)
File Issue
cloudflare-one/email-security/setup/post-delivery-deployment/api/m365-api.mdx line 28 Double period typo in instruction — The added line ends with \*\*Email security\*\*.. — a duplicated period after the bold text. Fix: Remove the extra period so the instruction ends with \*\*Email security\*\*.
cloudflare-network-firewall/how-to/add-policies.mdx line 32 Duplicated word after link — The line reads "In the Cloudflare dashboard dashboard", producing "Cloudflare dashboard dashboard" after the URL migration. Fix: Remove the trailing "dashboard" after the link so the text reads "In the Cloudflare dashboard, go to ...".

Style Guide Review

✅ No style-guide issues found.

Commands

Only codeowners can run commands. Post a comment with the command to trigger it.

Command Description
/review Runs a review now. Incremental if a prior review exists, full if not.
/full-review Re-reviews the entire PR diff from scratch, ignoring incremental history. Useful after a rebase, when you want a fresh review, or if the bot gets out of sync and reports issues that no longer exist.
/ignore-review-limit Permanently lifts the 2-review automatic limit for this PR. Future pushes will trigger reviews as normal.

@github-actions

github-actions Bot commented Jun 24, 2026

Copy link
Copy Markdown
Contributor

This pull request requires reviews from CODEOWNERS as it changes files that match the following patterns:

Pattern Owners
*.astro @cloudflare/content-engineering, @kodster28
/src/content/changelog/ @cloudflare/pm-changelogs, @cloudflare/product-owners
/src/content/changelog/cloudflare-one/ @kennyj42, @asamborski, @ranbel, @cloudflare/pm-changelogs, @cloudflare/cf1-reviewers, @elithrar, @cloudflare/product-owners
/src/content/docs/billing/ @cloudflare/customer-support, @cloudflare/product-owners, @shanecloudflare, @dalexeenko
/src/content/docs/cloudflare-network-firewall/ @steve-cloudflare, @jeffh-cloudflare, @alpdot, @cloudflare/cf1-reviewers, @elithrar, @cloudflare/product-owners
/src/content/docs/cloudflare-one/ @ranbel, @Maddy-Cloudflare, @codyanthony850, @cloudflare/cf1-reviewers, @elithrar, @cloudflare/product-owners
/src/content/docs/cloudflare-one/cloud-and-saas-findings/ @Maddy-Cloudflare, @codyanthony850, @cloudflare/cf1-reviewers, @elithrar, @cloudflare/product-owners
/src/content/docs/cloudflare-one/insights/dex/ @codyanthony850, @cloudflare/cf1-reviewers, @elithrar, @cloudflare/product-owners
/src/content/docs/cloudflare-one/remote-browser-isolation/ @codyanthony850, @cloudflare/cf1-reviewers, @elithrar, @cloudflare/product-owners
/src/content/docs/dns/internal-dns/ @RebeccaTamachiro, @hannes-cf, @cloudflare/cf1-reviewers, @elithrar, @cloudflare/product-owners, @esomoza-cf, @fattouche, @xofyarg, @dklbreitling, @chreo, @svenr-cf, @kerolasa, @matildeopbravo, @vavrusa, @mworsley-cloudflare, @sebastiaanyn, @vendemiat, @Woutifier
/src/content/docs/email-security/ @Maddy-Cloudflare, @cloudflare/cf1-reviewers, @elithrar, @cloudflare/product-owners
/src/content/docs/learning-paths/ @cloudflare/product-owners
/src/content/docs/reference-architecture/ @securitypedant, @cloudflare/product-owners, @ncrouch-cflare
/src/content/docs/security-center/ @alexmoraru7, @cloudflare/appsec-reviewers, @elithrar, @danielegm, @cloudflare/product-owners, @davejbax, @zrkn, @hemanthk1099, @bseel-cfone
/src/content/partials/cloudflare-one/ @ranbel, @Maddy-Cloudflare, @codyanthony850, @cloudflare/cf1-reviewers, @elithrar, @cloudflare/product-owners
* @cloudflare/product-owners

@nikitacano nikitacano marked this pull request as draft June 24, 2026 12:54
@ask-bonk ask-bonk Bot added documentation Documentation edits content:edit Request for content edits labels Jun 24, 2026

@ask-bonk ask-bonk Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

14 inline suggestions posted.

HIGH — Redundant phrasing introduced by the bulk replacement:

  • 7 instances of Cloudflare [Cloudflare dashboard] (e.g., the Cloudflare [Cloudflare dashboard], your Cloudflare [Cloudflare dashboard])
  • 5 instances of [Cloudflare dashboard] dashboard (original [Cloudflare One] dashboard left a duplicate word)

MEDIUM — Missing articles across ~93 files: every In [Cloudflare dashboard] and Log in to [Cloudflare dashboard] should include the before the link. Suggested fixes on 2 representative lines; apply the same pattern everywhere:

  • In [Cloudflare dashboard]In the [Cloudflare dashboard]
  • Log in to [Cloudflare dashboard]Log in to the [Cloudflare dashboard]

![Browser Isolation Overview](~/assets/images/changelog/browser-isolation/browser-isolation-overview.png)

To access the new overview, log in to your Cloudflare [Zero Trust dashboard](https://one.dash.cloudflare.com/) and find Browser Isolation in the side navigation bar.
To access the new overview, log in to your Cloudflare [Cloudflare dashboard](https://dash.cloudflare.com/) and find Browser Isolation in the side navigation bar.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove redundant word:

Suggested change
To access the new overview, log in to your Cloudflare [Cloudflare dashboard](https://dash.cloudflare.com/) and find Browser Isolation in the side navigation bar.
To access the new overview, log in to the [Cloudflare dashboard](https://dash.cloudflare.com/) and find Browser Isolation in the side navigation bar.

These application statuses can also be used in Gateway HTTP policies, so you can block, isolate, limit uploads and downloads, and more based on the application status.

Both the analytics and policies are accessible in the Cloudflare [Zero Trust dashboard](https://one.dash.cloudflare.com/), empowering organizations with better visibility and control.
Both the analytics and policies are accessible in the Cloudflare [Cloudflare dashboard](https://dash.cloudflare.com/), empowering organizations with better visibility and control.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove redundant word:

Suggested change
Both the analytics and policies are accessible in the Cloudflare [Cloudflare dashboard](https://dash.cloudflare.com/), empowering organizations with better visibility and control.
Both the analytics and policies are accessible in the [Cloudflare dashboard](https://dash.cloudflare.com/), empowering organizations with better visibility and control.

These metrics can be filtered by all available filters on the dashboard, including user, application, or content category.

Both the analytics and policies are accessible in the Cloudflare [Zero Trust dashboard](https://one.dash.cloudflare.com/), empowering organizations with better visibility and control.
Both the analytics and policies are accessible in the Cloudflare [Cloudflare dashboard](https://dash.cloudflare.com/), empowering organizations with better visibility and control.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove redundant word:

Suggested change
Both the analytics and policies are accessible in the Cloudflare [Cloudflare dashboard](https://dash.cloudflare.com/), empowering organizations with better visibility and control.
Both the analytics and policies are accessible in the [Cloudflare dashboard](https://dash.cloudflare.com/), empowering organizations with better visibility and control.

![Access Analytics](~/assets/images/changelog/cloudflare-one/accessanalytics.png)

To access the new overview, log in to your Cloudflare [Zero Trust dashboard](https://one.dash.cloudflare.com/) and find Analytics in the side navigation bar.
To access the new overview, log in to your Cloudflare [Cloudflare dashboard](https://dash.cloudflare.com/) and find Analytics in the side navigation bar.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove redundant word:

Suggested change
To access the new overview, log in to your Cloudflare [Cloudflare dashboard](https://dash.cloudflare.com/) and find Analytics in the side navigation bar.
To access the new overview, log in to the [Cloudflare dashboard](https://dash.cloudflare.com/) and find Analytics in the side navigation bar.

![Cloudflare One Analytics Dashboards](~/assets/images/changelog/cloudflare-one/access-report.png)

Both features are accessible in the Cloudflare [Zero Trust dashboard](https://one.dash.cloudflare.com/), empowering organizations with better visibility and control.
Both features are accessible in the Cloudflare [Cloudflare dashboard](https://dash.cloudflare.com/), empowering organizations with better visibility and control.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove redundant word:

Suggested change
Both features are accessible in the Cloudflare [Cloudflare dashboard](https://dash.cloudflare.com/), empowering organizations with better visibility and control.
Both features are accessible in the [Cloudflare dashboard](https://dash.cloudflare.com/), empowering organizations with better visibility and control.

<Tabs syncKey="dashPlusAPI"> <TabItem label="Dashboard">

1. In the [Cloudflare One](https://one.dash.cloudflare.com) dashboard, go to **Network visibility** > **Diagnostics**.
1. In the [Cloudflare dashboard](https://dash.cloudflare.com/) dashboard, go to **Network visibility** > **Diagnostics**.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove duplicate word:

Suggested change
1. In the [Cloudflare dashboard](https://dash.cloudflare.com/) dashboard, go to **Network visibility** > **Diagnostics**.
1. In the [Cloudflare dashboard](https://dash.cloudflare.com/), go to **Network visibility** > **Diagnostics**.

<Tabs syncKey="dashPlusAPI"> <TabItem label="Dashboard">

1. In the [Cloudflare One](https://one.dash.cloudflare.com) dashboard, go to ***Insights** > *Network visibility** > **Diagnostics**.
1. In the [Cloudflare dashboard](https://dash.cloudflare.com/) dashboard, go to ***Insights** > *Network visibility** > **Diagnostics**.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove duplicate word:

Suggested change
1. In the [Cloudflare dashboard](https://dash.cloudflare.com/) dashboard, go to ***Insights** > *Network visibility** > **Diagnostics**.
1. In the [Cloudflare dashboard](https://dash.cloudflare.com/), go to ***Insights** > *Network visibility** > **Diagnostics**.

<Tabs syncKey="dashPlusAPI"> <TabItem label="Dashboard">

1. In the [Cloudflare One](https://one.dash.cloudflare.com) dashboard, go to **Network visibility** > **Diagnostics**.
1. In the [Cloudflare dashboard](https://dash.cloudflare.com/) dashboard, go to **Network visibility** > **Diagnostics**.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove duplicate word:

Suggested change
1. In the [Cloudflare dashboard](https://dash.cloudflare.com/) dashboard, go to **Network visibility** > **Diagnostics**.
1. In the [Cloudflare dashboard](https://dash.cloudflare.com/), go to **Network visibility** > **Diagnostics**.

To enable read-only mode:

1. In [Cloudflare One](https://one.dash.cloudflare.com/), go to **Settings** > **Admin controls**.
1. In [Cloudflare dashboard](https://dash.cloudflare.com/), go to **Settings** > **Admin controls**.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add missing article:

Suggested change
1. In [Cloudflare dashboard](https://dash.cloudflare.com/), go to **Settings** > **Admin controls**.
1. In the [Cloudflare dashboard](https://dash.cloudflare.com/), go to **Settings** > **Admin controls**.

### Get started

1. In [Cloudflare One](https://one.dash.cloudflare.com/), go to **Networks** > **Resolvers & Proxies** > **Proxy endpoints**.
1. In [Cloudflare dashboard](https://dash.cloudflare.com/), go to **Networks** > **Resolvers & Proxies** > **Proxy endpoints**.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add missing article:

Suggested change
1. In [Cloudflare dashboard](https://dash.cloudflare.com/), go to **Networks** > **Resolvers & Proxies** > **Proxy endpoints**.
1. In the [Cloudflare dashboard](https://dash.cloudflare.com/), go to **Networks** > **Resolvers & Proxies** > **Proxy endpoints**.

@ask-bonk

ask-bonk Bot commented Jun 24, 2026

Copy link
Copy Markdown
Contributor

Review posted to PR #31669 with 14 inline suggestions.

Labels applied: documentation, product:cloudflare-one, content:edit

Issues found:

  • HIGH — Mechanical replacement artifacts:

    • 7 instances of redundant phrasing like the Cloudflare [Cloudflare dashboard] or your Cloudflare [Cloudflare dashboard]
    • 5 instances of [Cloudflare dashboard] dashboard (the original [Cloudflare One] dashboard left a trailing duplicate word)
  • MEDIUM — Missing articles across ~93 files. The bulk regex changed In [Cloudflare One]In [Cloudflare dashboard] and Log in to [Cloudflare One]Log in to [Cloudflare dashboard] without adding the. Run a bulk replacement to fix:

    • In [Cloudflare dashboard]In the [Cloudflare dashboard]
    • Log in to [Cloudflare dashboard]Log in to the [Cloudflare dashboard]

What looks good:

  • Deeplink path updates (e.g., /:account/one/networks/connectors) verify correctly against the ZT route structure
  • No remaining one.dash.cloudflare.com clickable links outside the intentionally excluded files (global-policies.mdx, dash-routes/core.json)

No commits were pushed.

github run

@nikitacano nikitacano force-pushed the ncano/one-dash-migration branch from e5d0047 to 5d3d0c2 Compare June 24, 2026 13:01
@github-actions

Copy link
Copy Markdown
Contributor

Preview URL: https://5d3d0c24.preview.developers.cloudflare.com
Preview Branch URL: https://ncano-one-dash-migration.preview.developers.cloudflare.com

Files with changes (up to 15)

Original Link Updated Link
https://developers.cloudflare.com/cloudflare-one/cloud-and-saas-findings/manage-findings/ https://ncano-one-dash-migration.preview.developers.cloudflare.com/cloudflare-one/cloud-and-saas-findings/manage-findings/
https://developers.cloudflare.com/cloudflare-one/integrations/cloud-and-saas/findings/ https://ncano-one-dash-migration.preview.developers.cloudflare.com/cloudflare-one/integrations/cloud-and-saas/findings/
https://developers.cloudflare.com/cloudflare-one/email-security/investigation/search-email/ https://ncano-one-dash-migration.preview.developers.cloudflare.com/cloudflare-one/email-security/investigation/search-email/
https://developers.cloudflare.com/cloudflare-one/networks/resolvers-and-proxies/proxy-endpoints/ https://ncano-one-dash-migration.preview.developers.cloudflare.com/cloudflare-one/networks/resolvers-and-proxies/proxy-endpoints/
https://developers.cloudflare.com/cloudflare-one/email-security/setup/manage-domains/ https://ncano-one-dash-migration.preview.developers.cloudflare.com/cloudflare-one/email-security/setup/manage-domains/
https://developers.cloudflare.com/cloudflare-one/email-security/setup/post-delivery-deployment/api/m365-api/ https://ncano-one-dash-migration.preview.developers.cloudflare.com/cloudflare-one/email-security/setup/post-delivery-deployment/api/m365-api/
https://developers.cloudflare.com/cloudflare-one/insights/dex/rules/ https://ncano-one-dash-migration.preview.developers.cloudflare.com/cloudflare-one/insights/dex/rules/
https://developers.cloudflare.com/cloudflare-one/email-security/monitoring/download-report/ https://ncano-one-dash-migration.preview.developers.cloudflare.com/cloudflare-one/email-security/monitoring/download-report/
https://developers.cloudflare.com/cloudflare-one/email-security/setup/post-delivery-deployment/bcc-journaling/bcc-setup/gmail-bcc-setup/enable-gmail-integration/ https://ncano-one-dash-migration.preview.developers.cloudflare.com/cloudflare-one/email-security/setup/post-delivery-deployment/bcc-journaling/bcc-setup/gmail-bcc-setup/enable-gmail-integration/
https://developers.cloudflare.com/cloudflare-one/integrations/cloud-and-saas/webhooks/ https://ncano-one-dash-migration.preview.developers.cloudflare.com/cloudflare-one/integrations/cloud-and-saas/webhooks/
https://developers.cloudflare.com/cloudflare-one/setup/replace-vpn/device-to-network/ https://ncano-one-dash-migration.preview.developers.cloudflare.com/cloudflare-one/setup/replace-vpn/device-to-network/
https://developers.cloudflare.com/changelog/post/2025-04-30-zero-trust-dashboard-dark-mode/ https://ncano-one-dash-migration.preview.developers.cloudflare.com/changelog/post/2025-04-30-zero-trust-dashboard-dark-mode/
https://developers.cloudflare.com/cloudflare-network-firewall/how-to/add-policies/ https://ncano-one-dash-migration.preview.developers.cloudflare.com/cloudflare-network-firewall/how-to/add-policies/
https://developers.cloudflare.com/cloudflare-one/email-security/settings/detection-settings/trusted-domains/ https://ncano-one-dash-migration.preview.developers.cloudflare.com/cloudflare-one/email-security/settings/detection-settings/trusted-domains/
https://developers.cloudflare.com/cloudflare-one/email-security/setup/post-delivery-deployment/bcc-journaling/bcc-setup/gmail-bcc-setup/add-bcc-rules/ https://ncano-one-dash-migration.preview.developers.cloudflare.com/cloudflare-one/email-security/setup/post-delivery-deployment/bcc-journaling/bcc-setup/gmail-bcc-setup/add-bcc-rules/

@nikitacano nikitacano force-pushed the ncano/one-dash-migration branch from 5d3d0c2 to 4e77114 Compare June 24, 2026 15:22
@github-actions

github-actions Bot commented Jun 24, 2026

Copy link
Copy Markdown
Contributor

CI run failed: build logs

The Zero Trust dashboard is now embedded within the Core Cloudflare dashboard
at dash.cloudflare.com/:account/one/. Update all 231 instances of
one.dash.cloudflare.com across 136 files:

- Bare links: [Cloudflare One](https://one.dash.cloudflare.com/) →
  [Cloudflare dashboard](https://dash.cloudflare.com/)
- HTML links: <a href="https://one.dash.cloudflare.com/">Cloudflare One</a> →
  <a href="https://dash.cloudflare.com/">Cloudflare dashboard</a>
- Deeplinks: one.dash.cloudflare.com/?to=/:account/<path> →
  dash.cloudflare.com/?to=/:account/one/<path>

Intentionally left unchanged:
- global-policies.mdx: one.dash.cloudflare.com appears as a literal DNS
  hostname in policy tables, not as a clickable link.
- core.json: dash-routes registry entry.

All deeplink paths validated against ztx-frontend route definitions.
@nikitacano nikitacano force-pushed the ncano/one-dash-migration branch from 4e77114 to 904e002 Compare June 24, 2026 17:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.