Skip to content
Merged
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
4 changes: 2 additions & 2 deletions src/content/workspaces/custom-domains.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ A **per-repository** custom domain works for a single repository in your Cloudsm

### Package support (Download vs Native API)

For API-based (Native) package formats, such as NuGet, Docker, Cargo, npm, Conan, Conda and Terraform, you can have a specific custom domain, such as _docker.yourdomain.com_, _npm.yourdomain.com_ or _cargo.yourdomain.com_.
For API-based (Native) package formats, such as NuGet, Docker, Cargo, npm, Conan, Conda, Go and Terraform, you can have a specific custom domain, such as _docker.yourdomain.com_, _npm.yourdomain.com_ or _cargo.yourdomain.com_.

For other package formats, and downloads in general, you can have a custom domain such as _dl.yourdomain.com_.

Expand All @@ -45,7 +45,7 @@ Please refer to the table below to see which package will utilize Download/API N
| Dart | - | ✅ | ✅ |
| Debian | ✅ | ❌ | ❌ |
| Docker | - | ✅ | ✅ |
| Go | ✅ | ❌ | |
| Go | ✅ | ❌ | |
| Gradle | ✅ | ✅ | ❌ |
| Helm | ✅ | ❌ | ❌ |
| Hex | - | ✅ | ✅ |
Expand Down