From 2eb2b184fbc58fdb7e1e4c5ac5ddb59a5d4d8310 Mon Sep 17 00:00:00 2001 From: tristantelleb Date: Wed, 29 Jul 2026 17:38:03 +0200 Subject: [PATCH] docs(data-governance): rename ZDR page to Provider Data Policies Retitle the provider data page and move it to the top of the Data Governance group, since it is the page users look for first. - sidebarTitle: "Provider Data & ZDR" -> "Provider Data Policies" - title: "Provider Data Use & Zero Data Retention" -> "Provider Data Use & Retention" - slug: /v3/data-governance/zdr -> /v3/data-governance/provider-data-policies - now the first page in the Data Governance nav group - redirect added for the old URL so existing inbound links keep resolving Page content is unchanged; only the titles, slug and nav position move. Co-Authored-By: Claude Opus 5 --- docs.json | 8 ++++++-- .../{zdr.mdx => provider-data-policies.mdx} | 10 +++++----- 2 files changed, 11 insertions(+), 7 deletions(-) rename v3/data-governance/{zdr.mdx => provider-data-policies.mdx} (96%) diff --git a/docs.json b/docs.json index b62c621..7dee118 100644 --- a/docs.json +++ b/docs.json @@ -39,6 +39,10 @@ { "source": "/v3/general/users-organisation", "destination": "/v3/organization/users-organisation" + }, + { + "source": "/v3/data-governance/zdr", + "destination": "/v3/data-governance/provider-data-policies" } ], "navigation": { @@ -220,10 +224,10 @@ "icon": "shield-halved", "expanded": false, "pages": [ + "v3/data-governance/provider-data-policies", "v3/data-governance/servers-location", "v3/data-governance/eu-endpoint", - "v3/data-governance/data-retention", - "v3/data-governance/zdr" + "v3/data-governance/data-retention" ] }, { diff --git a/v3/data-governance/zdr.mdx b/v3/data-governance/provider-data-policies.mdx similarity index 96% rename from v3/data-governance/zdr.mdx rename to v3/data-governance/provider-data-policies.mdx index 2d61b8c..cbaa8e7 100644 --- a/v3/data-governance/zdr.mdx +++ b/v3/data-governance/provider-data-policies.mdx @@ -1,6 +1,6 @@ --- -sidebarTitle: "Provider Data & ZDR" -title: "Provider Data Use & Zero Data Retention" +sidebarTitle: "Provider Data Policies" +title: "Provider Data Use & Retention" icon: "user-shield" description: "Whether each AI provider trains on your data, how long they keep it, and which ones offer Zero Data Retention (ZDR), for every model available through Eden AI." --- @@ -8,15 +8,15 @@ description: "Whether each AI provider trains on your data, how long they keep i import { TechArticleSchema } from "/snippets/TechArticleSchema.mdx"; When you call a model through Eden AI, your request is forwarded to the underlying provider, whose own policy governs what happens to it.