docs(platform): rebrand ACE → KubeDB Platform in API reference#142
Merged
Conversation
|
Visit the preview URL for this PR (updated for commit 8507228): https://kubedb-v2-hugo--pr142-docs-rebrand-ace-to-sp5w656q.web.app (expires Tue, 21 Jul 2026 07:17:39 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: 0f29ae8ae0bd54a99bf2b223b6833be47acd5943 |
Rename the AppsCode Cloud/Container Engine (ACE) brand to KubeDB Platform and
remove the b3 backend name from the low-level API reference (docs/platform/api),
the OpenAPI spec (openapi.yaml), and the Swagger UI viewer (api.html).
- 'ACE Platform' / 'AppsCode Cloud Engine (ACE)' -> 'KubeDB Platform'
- b3 -> 'KubeDB Platform API' / 'KubeDB Platform API Server' by context
- group names: ACE Installer -> Platform Installer, ACE Upgrade -> Platform Upgrade
On-the-wire artifacts are preserved: clusterManagers enum value "ACE",
appName "ACE", AceOptionsSpec, cookie i_like_ace, tenant id ace.user.{id},
and the ace-installer / ace-upgrade URL slugs (routes unchanged).
Signed-off-by: Tamal Saha <tamal@appscode.com>
tamalsaha
force-pushed
the
docs/rebrand-ace-to-kubedb
branch
from
July 14, 2026 07:16
8e577b9 to
8507228
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Renames the AppsCode Cloud/Container Engine (ACE) brand to KubeDB Platform and removes the b3 backend name from the API reference. Follow-up to #140 / #141 (which were already merged, so this ships as a separate PR).
Scope
docs/platform/api/— all reference.mdpages incl. the docs(platform): high-level API design pages (overview + per-group) #141overview.mddesign pagesdocs/platform/api/openapi.yaml— spec title/description/serversapi.html— Swagger UI viewer title + topbar (inlined spec regenerated)Replacements
ACE Platform/AppsCode Cloud Engine (ACE)→ KubeDB Platformb3→ KubeDB Platform API / KubeDB Platform API Server (by context)Preserved deliberately (on-the-wire, not branding)
clusterManagers: ["ACE","OCMHub"],appName: "ACE"(confirmed a real constant inkmodules.xyz/client-go/api/v1/clustermanager.go)AceOptionsSpec, cookiei_like_ace, tenant idace.user.{id}ace-installer/ace-upgrade, so no routes break