Skip to content

Commit 3f71394

Browse files
authored
[ZT] Point users to new changelog (#21822)
* point users to new changelog * edit wording
1 parent 9be5ef4 commit 3f71394

File tree

12 files changed

+41
-11
lines changed

12 files changed

+41
-11
lines changed

src/content/docs/cloudflare-one/changelog/access.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ description: Review recent changes to Cloudflare Access.
1010

1111
---
1212

13-
import { ProductReleaseNotes } from "~/components"
13+
import { ProductReleaseNotes, Render } from "~/components"
14+
15+
<Render file="changelog-note" />
1416

1517
{/* <!-- All changelog entries live in src/content/changelogs/access.yaml. For more details, refer to https://developers.cloudflare.com/style-guide/documentation-content-strategy/content-types/changelog/#yaml-file --> */}
1618

src/content/docs/cloudflare-one/changelog/browser-isolation.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ description: Review recent changes to Cloudflare Browser Isolation.
1010

1111
---
1212

13-
import { ProductReleaseNotes } from "~/components"
13+
import { ProductReleaseNotes, Render } from "~/components"
14+
15+
<Render file="changelog-note" />
1416

1517
{/* <!-- All changelog entries live in src/content/changelogs/browser-isolation.yaml. For more details, refer to https://developers.cloudflare.com/style-guide/documentation-content-strategy/content-types/changelog/#yaml-file --> */}
1618

src/content/docs/cloudflare-one/changelog/casb.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ description: Review recent changes to Cloudflare CASB.
1010

1111
---
1212

13-
import { ProductReleaseNotes } from "~/components"
13+
import { ProductReleaseNotes, Render } from "~/components"
14+
15+
<Render file="changelog-note" />
1416

1517
{/* <!-- All changelog entries live in src/content/changelogs/casb.yaml. For more details, refer to https://developers.cloudflare.com/style-guide/documentation-content-strategy/content-types/changelog/#yaml-file --> */}
1618

src/content/docs/cloudflare-one/changelog/dex.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ description: Review recent changes to Digital Experience Monitoring.
1010

1111
---
1212

13-
import { ProductReleaseNotes } from "~/components"
13+
import { ProductReleaseNotes, Render } from "~/components"
14+
15+
<Render file="changelog-note" />
1416

1517
{/* <!-- All changelog entries live in src/content/changelogs/dex.yaml. For more details, refer to https://developers.cloudflare.com/style-guide/documentation-content-strategy/content-types/changelog/#yaml-file --> */}
1618

src/content/docs/cloudflare-one/changelog/dlp.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ description: Review recent changes to Cloudflare DLP.
1010

1111
---
1212

13-
import { ProductReleaseNotes } from "~/components"
13+
import { ProductReleaseNotes, Render } from "~/components"
14+
15+
<Render file="changelog-note" />
1416

1517
{/* <!-- All changelog entries live in src/content/changelogs/dlp.yaml. For more details, refer to https://developers.cloudflare.com/style-guide/documentation-content-strategy/content-types/changelog/#yaml-file --> */}
1618

src/content/docs/cloudflare-one/changelog/email-security.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ release_notes_file_name:
66

77
---
88

9-
import { ProductReleaseNotes } from "~/components"
9+
import { ProductReleaseNotes, Render } from "~/components"
10+
11+
<Render file="changelog-note" />
1012

1113
{/* <!-- Actual content lives in /src/content/release-notes/email-security.yaml. Update the file there for new entries to appear here. For more details, refer to https://developers.cloudflare.com/style-guide/documentation-content-strategy/content-types/changelog/#yaml-file --> */}
1214

src/content/docs/cloudflare-one/changelog/gateway.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ description: Review recent changes to Cloudflare Gateway.
1010

1111
---
1212

13-
import { ProductReleaseNotes } from "~/components"
13+
import { ProductReleaseNotes, Render } from "~/components"
14+
15+
<Render file="changelog-note" />
1416

1517
{/* <!-- All changelog entries live in src/content/changelogs/gateway.yaml. For more details, refer to https://developers.cloudflare.com/style-guide/documentation-content-strategy/content-types/changelog/#yaml-file --> */}
1618

src/content/docs/cloudflare-one/changelog/index.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ description: Review recent changes to Cloudflare One.
1010

1111
---
1212

13-
import { ProductReleaseNotes } from "~/components"
13+
import { ProductReleaseNotes, Render } from "~/components"
14+
15+
<Render file="changelog-note" />
1416

1517
{/* <!-- All changelog entries live in associated src/content/changelogs/{productName}.yaml. For more details, refer to https://developers.cloudflare.com/style-guide/documentation-content-strategy/content-types/changelog/#yaml-file --> */}
1618

src/content/docs/cloudflare-one/changelog/risk-score.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ description: Review recent changes to Cloudflare Zero Trust user risk scoring.
1010

1111
---
1212

13-
import { ProductReleaseNotes } from "~/components"
13+
import { ProductReleaseNotes, Render } from "~/components"
14+
15+
<Render file="changelog-note" />
1416

1517
{/* <!-- All changelog entries live in src/content/changelogs/risk-score.yaml. For more details, refer to https://developers.cloudflare.com/style-guide/documentation-content-strategy/content-types/changelog/#yaml-file --> */}
1618

src/content/docs/cloudflare-one/changelog/tunnel.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ description: Review recent changes to Cloudflare Tunnel.
1010

1111
---
1212

13-
import { ProductReleaseNotes } from "~/components"
13+
import { ProductReleaseNotes, Render } from "~/components"
14+
15+
<Render file="changelog-note" />
1416

1517
{/* <!-- All changelog entries live in src/content/changelogs/tunnel.yaml. For more details, refer to https://developers.cloudflare.com/style-guide/documentation-content-strategy/content-types/changelog/#yaml-file --> */}
1618

0 commit comments

Comments
 (0)