From 14f155cdf29b7ac2b16dbf99534a33951fef3caf Mon Sep 17 00:00:00 2001 From: Mykhailo Rohalskyy Date: Fri, 10 Jul 2026 13:54:58 +0300 Subject: [PATCH] docs(cdn-distributions): clarify platform-agnostic content delivery --- src/content/docs/crowdin/integrations/cdn-distributions.mdx | 2 ++ src/content/docs/enterprise/integrations/cdn-distributions.mdx | 2 ++ 2 files changed, 4 insertions(+) diff --git a/src/content/docs/crowdin/integrations/cdn-distributions.mdx b/src/content/docs/crowdin/integrations/cdn-distributions.mdx index bbed6bf2..83296843 100644 --- a/src/content/docs/crowdin/integrations/cdn-distributions.mdx +++ b/src/content/docs/crowdin/integrations/cdn-distributions.mdx @@ -19,6 +19,8 @@ import usageStats from '!/crowdin/integrations/cdn_distributions_usage_statistic CDN Distributions allow you to instantly update sources and translations in your mobile, server, desktop, or web apps with a single click without preparing a new release. +Distributions are platform-agnostic (for example, iOS, macOS, Android, Windows, or Linux). Crowdin delivers your content over the CDN as regular files that any app can retrieve, regardless of its platform. You can access this content through one of the Crowdin SDKs, the Crowdin OTA JavaScript client, or directly by URL. + ## How It Works The following illustrations provide a visual representation of how source and translation content delivery works for different types of applications. diff --git a/src/content/docs/enterprise/integrations/cdn-distributions.mdx b/src/content/docs/enterprise/integrations/cdn-distributions.mdx index 885fe843..95e49344 100644 --- a/src/content/docs/enterprise/integrations/cdn-distributions.mdx +++ b/src/content/docs/enterprise/integrations/cdn-distributions.mdx @@ -19,6 +19,8 @@ import usageStats from '!/enterprise/integrations/cdn_distributions_usage_statis CDN Distributions allow you to instantly update sources and translations in your mobile, server, desktop, or web apps with a single click without preparing a new release. +Distributions are platform-agnostic (for example, iOS, macOS, Android, Windows, or Linux). Crowdin delivers your content over the CDN as regular files that any app can retrieve, regardless of its platform. You can access this content through one of the Crowdin SDKs, the Crowdin OTA JavaScript client, or directly by URL. + ## How It Works The following illustrations provide a visual representation of how source and translation content delivery works for different types of applications.