Uh oh!
There was an error while loading. Please reload this page.
Point the operator quick start links at the quick start - #131
Merged
guanzhousongmicrosoft merged 1 commit intoAug 3, 2026
Merged
Conversation
GuanzhouSongforce-pushed
the
fix-operator-quickstart-404
branch
from
August 3, 2026 19:16
aaadecb to
9dc5780Comparedocumentdb#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.
guanzhousongmicrosoft
approved these changes
Aug 3, 2026
Uh oh!
There was an error while loading. Please reload this page.
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 freeto 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.
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:
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.