Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
4 changes: 3 additions & 1 deletion src/content/docs/cloudflare-one/changelog/access.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ description: Review recent changes to Cloudflare Access.

---

import { ProductReleaseNotes } from "~/components"
import { ProductReleaseNotes, Render } from "~/components"

<Render file="changelog-note" />

{/* <!-- 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 --> */}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ description: Review recent changes to Cloudflare Browser Isolation.

---

import { ProductReleaseNotes } from "~/components"
import { ProductReleaseNotes, Render } from "~/components"

<Render file="changelog-note" />

{/* <!-- 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 --> */}

Expand Down
4 changes: 3 additions & 1 deletion src/content/docs/cloudflare-one/changelog/casb.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ description: Review recent changes to Cloudflare CASB.

---

import { ProductReleaseNotes } from "~/components"
import { ProductReleaseNotes, Render } from "~/components"

<Render file="changelog-note" />

{/* <!-- 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 --> */}

Expand Down
4 changes: 3 additions & 1 deletion src/content/docs/cloudflare-one/changelog/dex.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ description: Review recent changes to Digital Experience Monitoring.

---

import { ProductReleaseNotes } from "~/components"
import { ProductReleaseNotes, Render } from "~/components"

<Render file="changelog-note" />

{/* <!-- 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 --> */}

Expand Down
4 changes: 3 additions & 1 deletion src/content/docs/cloudflare-one/changelog/dlp.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ description: Review recent changes to Cloudflare DLP.

---

import { ProductReleaseNotes } from "~/components"
import { ProductReleaseNotes, Render } from "~/components"

<Render file="changelog-note" />

{/* <!-- 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 --> */}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ release_notes_file_name:

---

import { ProductReleaseNotes } from "~/components"
import { ProductReleaseNotes, Render } from "~/components"

<Render file="changelog-note" />

{/* <!-- 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 --> */}

Expand Down
4 changes: 3 additions & 1 deletion src/content/docs/cloudflare-one/changelog/gateway.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ description: Review recent changes to Cloudflare Gateway.

---

import { ProductReleaseNotes } from "~/components"
import { ProductReleaseNotes, Render } from "~/components"

<Render file="changelog-note" />

{/* <!-- 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 --> */}

Expand Down
4 changes: 3 additions & 1 deletion src/content/docs/cloudflare-one/changelog/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ description: Review recent changes to Cloudflare One.

---

import { ProductReleaseNotes } from "~/components"
import { ProductReleaseNotes, Render } from "~/components"

<Render file="changelog-note" />

{/* <!-- 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 --> */}

Expand Down
4 changes: 3 additions & 1 deletion src/content/docs/cloudflare-one/changelog/risk-score.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ description: Review recent changes to Cloudflare Zero Trust user risk scoring.

---

import { ProductReleaseNotes } from "~/components"
import { ProductReleaseNotes, Render } from "~/components"

<Render file="changelog-note" />

{/* <!-- 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 --> */}

Expand Down
4 changes: 3 additions & 1 deletion src/content/docs/cloudflare-one/changelog/tunnel.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ description: Review recent changes to Cloudflare Tunnel.

---

import { ProductReleaseNotes } from "~/components"
import { ProductReleaseNotes, Render } from "~/components"

<Render file="changelog-note" />

{/* <!-- 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 --> */}

Expand Down
4 changes: 3 additions & 1 deletion src/content/docs/cloudflare-one/changelog/warp.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ description: Review recent changes to the Zero Trust WARP client.

---

import { ProductReleaseNotes } from "~/components"
import { ProductReleaseNotes, Render } from "~/components"

<Render file="changelog-note" />

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

Expand Down
8 changes: 8 additions & 0 deletions src/content/partials/cloudflare-one/changelog-note.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
{}

---

:::note
This changelog page is no longer being updated. To read about the latest product features, refer to the [new changelog](/changelog/).
:::