docs/self-hosted: fix typo in Kubernetes troubleshooting page - #1891
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
|
Direct preview links to pages changed in this PR: |
pjlast
approved these changes
Sep 11, 2026
marcleblanc2
enabled auto-merge (squash)
September 11, 2026 01:01
Amp-Thread-ID: https://ampcode.com/threads/T-01a08573-3d6c-7491-ac34-61b4800612a8 Co-authored-by: Amp <amp@ampcode.com>
marcleblanc2
force-pushed
the
fix-admin-typos
branch
from
September 11, 2026 01:02
2474d93 to
b32a517
Compare
marcleblanc2
added a commit
that referenced
this pull request
Sep 11, 2026
## Problem - Vercel bot's build preview comment on every docs PR links to the **root** (home page) of the preview deployment - When your PR changes only one page, you still have to click through the preview site to find it (search to be fixed in PR #1875) - Vercel has no setting to link directly at your changed page ## Solution - Adding our own PR comment with links to the pages your PR changes, as shown here #1891 (comment) ## Decisions made, and can be changed - Link list length capped at 40 pages - Deleted files are excluded - Renamed files link to the new path - PRs that change no `docs/` pages get no comment ## Amp threads - [Vercel preview page links](https://ampcode.com/threads/T-01a07e6e-2b53-73cb-be1c-faaf2308d033) - [Address PR 1874 feedback](https://ampcode.com/threads/T-01a08573-3d6c-7491-ac34-61b4800612a8) --------- Co-authored-by: Amp <amp@ampcode.com>
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.
Fixes
Foe example→For exampleon the Kubernetes troubleshooting page.Also serves as the live test target for #1874: that workflow was dispatched by hand against this PR's preview deployment, and the "Preview links for changed pages" comment below is its output.
Amp threads