Skip to content

Update website for v0.109-0 release - #62

Merged
guanzhousongmicrosoft merged 1 commit into
mainfrom
release/v0.109-0-website-20260309
Mar 10, 2026
Merged

Update website for v0.109-0 release#62
guanzhousongmicrosoft merged 1 commit into
mainfrom
release/v0.109-0-website-20260309

Conversation

@guanzhousongmicrosoft

Copy link
Copy Markdown
Contributor

Summary

  • update package docs and examples from 0.107 to 0.109
  • reflect the currently published package set for PostgreSQL 16/17/18
  • pin website package publishing to GitHub release v0.109-0

Validation

  • npm ci
  • npm run build

Co-authored-by: Copilot 223556219+Copilot@users.noreply.github.com

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@guanzhousongmicrosoft

Copy link
Copy Markdown
ContributorAuthor

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

Copy link
Copy Markdown
ContributorAuthor

@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.

@guanzhousongmicrosoft
guanzhousongmicrosoft merged commit 1c7625f into mainMar 10, 2026
4 of 6 checks passed
@guanzhousongmicrosoft
guanzhousongmicrosoft deleted the release/v0.109-0-website-20260309 branch March 10, 2026 15:46
GuanzhouSong added a commit to GuanzhouSong/documentdb.github.io that referenced this pull request Aug 3, 2026
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.
guanzhousongmicrosoft pushed a commit that referenced this pull request Aug 3, 2026
…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.
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@guanzhousongmicrosoft@nitinahuja89@xgerman