Skip to content
Open
Changes from all commits
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
62 changes: 31 additions & 31 deletions src/content/workspaces/custom-domains.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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 API |
|:--- |:--- |:--- |
| Alpine | ✅ | ❌ |
| Cargo (Rust) | ✅ | ✅ |
| Chocolatey | - | ✅ |
| Cocoapods | ✅ | ❌ |
| Composer | ✅ | ✅ |
| Conan | - | ✅ |
| Conda | ✅ | ✅ |
| CRAN | ✅ | ❌ |
| Dart | - | ✅ |
| Debian | ✅ | ❌ |
| Docker | - | ✅ |
| Go | ✅ | ✅ |
| Gradle | ✅ | ❌ |
| Helm | ✅ | ❌ |
| Hex | - | ✅ |
Comment on lines +47 to +51
Copy link

Copilot AI Mar 10, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Several API-based formats appear to be incorrectly marked as lacking native support (e.g., Docker/Go/Gradle/Hex). Please update these values (or adjust the column definition) so the table matches the behavior described in the “API-based (Native) package formats” paragraph above.

Copilot uses AI. Check for mistakes.
| LuaRocks | ✅ | ❌ |
| Maven | ✅ | ❌ |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Technically Maven has it's own native API too (which uploads occur on). Downloads are redirected to the DL domain from it too.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think with this one, if the way we set up the Custom Domains will differ to the rest of the formats with Native API support we should avoid labelling as such, even if it's technically supported.

Native API support being termed that a customer could set up both Upload and Download routes

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yep this makes sense!

| npm | - | ✅ |
| NuGet | - | ✅ |
| PowerShell | - | ✅ |
| Python | ✅ | ❌ |
| Raw | ✅ | |
Copy link

Copilot AI Mar 10, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

More API-based formats are marked as not having native support (npm/NuGet/PowerShell/Python), which conflicts with the earlier description. Also, "Raw" previously had “not applicable” for native; consider using “-” (or another explicit N/A marker) rather than ❌ if native domains don’t apply to that package type.

Suggested change
| Raw || |
| Raw || - |

Copilot uses AI. Check for mistakes.
| RPM | ✅ | ❌ |
| Ruby | - | ✅ |
| sbt | ✅ | ❌ |
| Swift | ✅ | ✅ |
| Terraform | ✅ | ✅ |
| Unity | - | ✅ |
| Vagrant | ✅ | ❌ |

### Top Level Redirects

Expand Down