Skip to content

Point the operator quick start links at the quick start - #131

Merged
guanzhousongmicrosoft merged 1 commit into
documentdb:mainfrom
GuanzhouSong:fix-operator-quickstart-404
Aug 3, 2026
Merged

Point the operator quick start links at the quick start#131
guanzhousongmicrosoft merged 1 commit into
documentdb:mainfrom
GuanzhouSong:fix-operator-quickstart-404

Conversation

@GuanzhouSong

@GuanzhouSongGuanzhouSong commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

Summary

All four links labelled "Open quick start" — three on /kubernetes-operator, one on the home page — resolve to the operator's documentation home rather than to a quick start. The reader still has to find it from there.

This renames the constant for what every caller actually wants and points it at the kind quick start, the operator's canonical local walkthrough:

https://documentdb.io/documentdb-kubernetes-operator/latest/preview/getting-started/quickstart-kind/
-> 200 ("Quickstart: Kind - DocumentDB-Kubernetes-Operator")

Linking the page directly also skips the redirect stubs at /documentdb-kubernetes-operator/ and .../latest/, which are meta refreshes that only browsers follow — fine for a human clicking through, not for anything that checks links.

No call site is left wanting the docs home, so the old export is gone rather than kept alongside the new one.

Rebased

This branch originally also fixed the 404 itself — the constant was missing its version segment. #135 has since fixed that, so what remains here is only the retargeting, which #135 did not do.

documentdb#135 fixed the 404 behind this constant by adding the missing version
segment, so the links work now, but all four call sites label themselves
"Open quick start" and land on the documentation home instead - the
reader still has to find the quick start from there.
Renamed the constant for what every caller actually wants and pointed it
at the kind quick start, which is the operator's canonical local
walkthrough. Linking the page directly also skips the redirect stubs at
/documentdb-kubernetes-operator/ and .../latest/, which are meta
refreshes that only browsers follow.
No call site is left wanting the docs home, so the old name is gone
rather than kept as a second export.
@GuanzhouSongGuanzhouSong changed the title Fix the 404 on every operator quick start linkPoint the operator quick start links at the quick startAug 3, 2026
@guanzhousongmicrosoft
guanzhousongmicrosoft merged commit e7e6135 into documentdb:mainAug 3, 2026
2 checks passed
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.

2 participants

@GuanzhouSong@guanzhousongmicrosoft