docs: canonical Throttle doc links + real clone URL - #3
Merged
Conversation
Throttle moved its docs from docs.usethrottle.dev to usethrottle.dev/docs (301). Rewrite all developer-doc links to the canonical host with the trailing slash the site normalizes to, so they resolve 200 with no redirect hop. Also replace the <this-repository-url> quickstart placeholder with the real clone URL, update the now-satisfied release-checklist note, and sync the documentation contract test's canonical-link list to match. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.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.
What
Throttle moved its developer docs from
docs.usethrottle.devtousethrottle.dev/docs(permanent 301). This PR brings the starter's documentation in line:README.mdanddocs/*.mdto the canonical host, adding the trailing slash the site normalizes to — so links resolve 200 with no redirect hop (spot-checked live).<this-repository-url>quickstart placeholder with the real clone URL.tests/documentation.test.ts) canonical-link list to match the rewrite.The dated historical plan snapshot under
docs/superpowers/plans/is intentionally left untouched (it's a record, not live guidance).Why
The old links still worked via redirect but were stale. This is doc hygiene only — no code, no contract changes. The platform contract (identity JWT, webhook signatures, event envelope) was separately verified to already match the current docs and changelog.
Verification
tests/documentation.test.ts— 82 passedpnpm verify:release— passes, 2 warnings (down from 3; the repo-URL check now ✅). Remaining two are the expectedwrangler.jsoncpublisher placeholders.🤖 Generated with Claude Code