docs: point cnpg subsite at the 1.29 release docs - #995
Merged
Conversation
sites.yaml resolved the CloudNativePG subsite to the cnpg-docs main branch (version: "main"), so ExternalSite links landed on the in-development docs instead of the released ones. Point it at the released version 1.29, matching the convention used by the other data-service subsites. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Deploying alauda-container-platform with
|
| Latest commit: |
09d7b77
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://0eea0474.alauda-container-platform.pages.dev |
| Branch Preview URL: | https://docs-cnpg-site-version-1-29-nn83.alauda-container-platform.pages.dev |
chinameok
added a commit
that referenced
this pull request
Aug 7, 2026
* [release-4.4] docs: clarify OCI Connector pull secret requirements (#981) (#984) * docs: clarify OCI Connector pull secret requirements * docs: remove Connector version references --------- (cherry picked from commit 565ca97) Signed-off-by: Xiaoxi He <xxhe@alauda.io> * update aml version * docs(upgrade): clarify required Aligned plugin packages (#989) * docs(upgrade): clarify required Aligned plugin packages * docs: clarify aligned plugin upgrade workflow --------- Co-authored-by: Chao Zhou <chaozhou@alauda.io> * docs: align ACP 4.4 version and upgrade guidance * docs: clarify Alauda OS preprocessing scope * docs: point cnpg subsite at the 1.29 release docs (#995) sites.yaml resolved the CloudNativePG subsite to the cnpg-docs main branch (version: "main"), so ExternalSite links landed on the in-development docs instead of the released ones. Point it at the released version 1.29, matching the convention used by the other data-service subsites. Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com> * docs: correct HCP OS support boundary * point to npu v26.6 (#1000) Signed-off-by: Yuan Fang <yuanfang@alauda.io> * feat: remove servicemeshv1 from sites.yaml (#998) Signed-off-by: 王然 <ranwang@alauda.io> * chore: updated kafka/rabbitmq site version (#1002) * docs: simplify OS compatibility guidance * docs: centralize upgrade and support boundaries * docs: address remaining ACP 4.4 review feedback * Revert "Merge remote-tracking branch 'origin/master' into chao/ait-73302-acp-44-doc-alignment" This reverts commit f28310b, reversing changes made to dd6f4ee. * docs: scope node baseline to Kubernetes 1.35 and later * docs: restore third-party validation scope * docs: route onboarding prerequisites to workflow guides --------- Signed-off-by: Xiaoxi He <xxhe@alauda.io> Signed-off-by: Yuan Fang <yuanfang@alauda.io> Signed-off-by: 王然 <ranwang@alauda.io> Co-authored-by: Shaw Ho <xxhe@alauda.io> Co-authored-by: Xiaolu Zhao <xlzhao@alauda.io> Co-authored-by: Chao Zhou <chaozhou@alauda.io> Co-authored-by: SuJinpei <jpsu@alauda.io> Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com> Co-authored-by: fyuan1316 <yuanfang@alauda.io> Co-authored-by: Alan Wang <ranwang@alauda.io> Co-authored-by: Seer <hfxia@alauda.io>
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.
What
sites.yamlresolved the CloudNativePG subsite to the main branch docs ofalauda/cnpg-docs:versionis the URL path segment doom uses to build cross-site links (<base><version>/..., seeExternalSiteLink), so<ExternalSite name="cnpg" href="/intro" />indocs/en/appservice/postgresql/cnpg.mdxpointed readers at/cnpg/main/— the in-development docs — instead of the released ones.Fix
Point it at the released subsite version
1.29(built fromcnpg-docsrelease-1.29), matching the convention used by the other data-service subsites (mysql-mgr: 4.4,postgresql: 4.3, …).Companion to #994, which applies the same fix on
release-4.4.🤖 Generated with Claude Code