Uh oh!
There was an error while loading. Please reload this page.
Update website for v0.109-0 release - #62
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
guanzhousongmicrosoft
commented
Mar 9, 2026
This PR carries the remaining v0.109-0 website doc updates (package examples and package lists). The public package repo has already been published from main; once this PR receives an approving review, it can be merged to bring the docs page in sync with the released packages. |
guanzhousongmicrosoft
commented
Mar 10, 2026
@abinav2307@shuaitian-git@normtown@patty-chow@lichoil the v0.109-0 release is already live for packages and containers; this PR is the last step to sync the public /packages docs with the published 0.109 artifacts. GitHub still reports that it needs an approving review from a reviewer with write access before merge. When one of you has a moment, please approve so I can merge and complete the release. |
Uh oh!
There was an error while loading. Please reload this page.
documentdb/docs#62 merged a kubernetes-operator section, and it is unreachable: content.config.json enumerates the folders copied out of the docs repository, so a section missing from that list is never copied, never exported, and 404s permanently rather than until the next deploy. /docs/kubernetes-operator returns the not-found fallback today. Added the mapping alongside the other four. With the section building, the /docs landing entry for the operator can point at documentation instead of at the marketing page, which is what every other entry on that page does. This is the follow-up this branch previously deferred on merge-order grounds; documentdb#62 has landed, so the target exists.
…nt sync (#135) * Fix the Kubernetes operator links and install command Every "read the documentation" link we point at the Kubernetes operator is a 404. documentdbKubernetesOperatorDocsUrl is /documentdb-kubernetes-operator/preview/, but the operator publishes its docs under a version segment, at /documentdb-kubernetes-operator/latest/ preview/. The constant is used five times - three on the operator page, including its primary call to action, and once on the home page - so every route we offer a reader who wants to learn about the operator ends at GitHub Pages' not-found page. The install command on the operator page is stale in a quieter way. It installs from the classic chart repository at documentdb.github.io/documentdb-kubernetes-operator, whose index still tops out at chart 0.2.0, published 2026-03-26. The current chart is 0.3.0, and the operator has moved to publishing the chart as an OCI artifact on ghcr.io, which is what its README and its own quickstarts now use. Following our page gets you a four-month-old operator - which matters more than the version gap suggests, because 0.3.0 is where the ImageVolume capability check and its admission webhook landed. Replaced with the OCI install the operator documents. Also fixed a moved link in the March operator blog post: the backup and restore guide is now under preview/operations/. All four URLs were checked against the live site, before and after. Not included, to avoid a cross-repo merge order hazard: the /docs landing entry for the operator points at this marketing page rather than at documentation. documentdb/docs#62 adds a /docs/kubernetes-operator section for it to point to, so that entry is worth updating once #62 lands. * Sync the kubernetes-operator section so its pages actually build documentdb/docs#62 merged a kubernetes-operator section, and it is unreachable: content.config.json enumerates the folders copied out of the docs repository, so a section missing from that list is never copied, never exported, and 404s permanently rather than until the next deploy. /docs/kubernetes-operator returns the not-found fallback today. Added the mapping alongside the other four. With the section building, the /docs landing entry for the operator can point at documentation instead of at the marketing page, which is what every other entry on that page does. This is the follow-up this branch previously deferred on merge-order grounds; #62 has landed, so the target exists.
Summary
Validation
Co-authored-by: Copilot 223556219+Copilot@users.noreply.github.com