From f15c403ffcc9b1fc689222aa4811384e6f4a683f Mon Sep 17 00:00:00 2001 From: Simon Uhegbu Date: Tue, 10 Mar 2026 17:18:03 +0000 Subject: [PATCH 1/2] Update custom-domains.mdx Changing the 3 column layout to 2 column as per conversation in Slack with @jackgibson1 https://cloudsmith-io.slack.com/archives/C03RCPME8J3/p1772455542446799?thread_ts=1772452606.221399&cid=C03RCPME8J3 Needs a review to make sure the information is still correct --- src/content/workspaces/custom-domains.mdx | 62 +++++++++++------------ 1 file changed, 31 insertions(+), 31 deletions(-) diff --git a/src/content/workspaces/custom-domains.mdx b/src/content/workspaces/custom-domains.mdx index 92a1710..977b3c6 100644 --- a/src/content/workspaces/custom-domains.mdx +++ b/src/content/workspaces/custom-domains.mdx @@ -32,37 +32,37 @@ It is possible to have multiple download domains for a package type, however, al Please refer to the table below to see which package will utilize Download/API Native domains. -| Package Type | Download | Native Uploads | Native Downloads | -|:--- |:--- |:--- |:--- | -| Alpine | ✅ | ❌ | ❌ | -| Cargo (Rust) | ✅ | ❌ | ✅ | -| Chocolatey | - | ✅ | ✅ | -| Cocoapods | ✅ | ❌ | ❌ | -| Composer | ✅ | ❌ | ✅ | -| Conan | - | ✅ | ✅ | -| Conda | ✅ | ❌ | ✅ | -| CRAN | ✅ | ❌ | ❌ | -| Dart | - | ✅ | ✅ | -| Debian | ✅ | ❌ | ❌ | -| Docker | - | ✅ | ✅ | -| Go | ✅ | ❌ | ✅ | -| Gradle | ✅ | ✅ | ❌ | -| Helm | ✅ | ❌ | ❌ | -| Hex | - | ✅ | ✅ | -| LuaRocks | ✅ | ❌ | ❌ | -| Maven | ✅ | ✅ | ❌ | -| npm | - | ✅ | ✅ | -| NuGet | - | ✅ | ✅ | -| PowerShell | - | ✅ | ✅ | -| Python | ✅ | ✅ | ❌ | -| Raw | ✅ | - | - | -| RPM | ✅ | ❌ | ❌ | -| Ruby | - | ✅ | ✅ | -| sbt | ✅ | ✅ | ❌ | -| Swift | ✅ | ✅ | ❌ | -| Terraform | ✅ | ❌ | ✅ | -| Unity | - | ✅ | ✅ | -| Vagrant | ✅ | ❌ | ❌ | +| Package Type | Download | Native support | +|:--- |:--- |:--- | +| Alpine | ✅ | ❌ | +| Cargo (Rust) | ✅ | ❌ | +| Chocolatey | - | ✅ | +| Cocoapods | ✅ | ❌ | +| Composer | ✅ | ❌ | +| Conan | - | ✅ | +| Conda | ✅ | ❌ | +| CRAN | ✅ | ❌ | +| Dart | - | ✅ | +| Debian | ✅ | ❌ | +| Docker | - | ✅ | +| Go | ✅ | ❌ | +| Gradle | ✅ | ❌ | +| Helm | ✅ | ❌ | +| Hex | - | ✅ | +| LuaRocks | ✅ | ❌ | +| Maven | ✅ | ❌ | +| npm | - | ✅ | +| NuGet | - | ✅ | +| PowerShell | - | ✅ | +| Python | ✅ | ❌ | +| Raw | ✅ | ❌ | +| RPM | ✅ | ❌ | +| Ruby | - | ✅ | +| sbt | ✅ | ❌ | +| Swift | ✅ | ❌| +| Terraform | ✅ | ❌ | +| Unity | - | ✅ | +| Vagrant | ✅ | ❌ | ### Top Level Redirects From 2093c3d5aa20896500bc0ff1aefaadfd3b88cce3 Mon Sep 17 00:00:00 2001 From: Simon Uhegbu Date: Wed, 11 Mar 2026 09:32:00 +0000 Subject: [PATCH 2/2] Update custom-domains.mdx Updated as per @jackgibson1 's feedback --- src/content/workspaces/custom-domains.mdx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/content/workspaces/custom-domains.mdx b/src/content/workspaces/custom-domains.mdx index 977b3c6..1b673e1 100644 --- a/src/content/workspaces/custom-domains.mdx +++ b/src/content/workspaces/custom-domains.mdx @@ -32,20 +32,20 @@ It is possible to have multiple download domains for a package type, however, al Please refer to the table below to see which package will utilize Download/API Native domains. -| Package Type | Download | Native support | +| Package Type | Download | Native API | |:--- |:--- |:--- | | Alpine | ✅ | ❌ | -| Cargo (Rust) | ✅ | ❌ | +| Cargo (Rust) | ✅ | ✅ | | Chocolatey | - | ✅ | | Cocoapods | ✅ | ❌ | -| Composer | ✅ | ❌ | +| Composer | ✅ | ✅ | | Conan | - | ✅ | -| Conda | ✅ | ❌ | +| Conda | ✅ | ✅ | | CRAN | ✅ | ❌ | | Dart | - | ✅ | | Debian | ✅ | ❌ | | Docker | - | ✅ | -| Go | ✅ | ❌ | +| Go | ✅ | ✅ | | Gradle | ✅ | ❌ | | Helm | ✅ | ❌ | | Hex | - | ✅ | @@ -59,8 +59,8 @@ Please refer to the table below to see which package will utilize Download/API N | RPM | ✅ | ❌ | | Ruby | - | ✅ | | sbt | ✅ | ❌ | -| Swift | ✅ | ❌| -| Terraform | ✅ | ❌ | +| Swift | ✅ | ✅ | +| Terraform | ✅ | ✅ | | Unity | - | ✅ | | Vagrant | ✅ | ❌ |