docs: redirect hash api-reference to API Reference - #60
Merged
JJasonSun merged 3 commits intoSep 15, 2026
Merged
Conversation
#api-reference (no slash) missed the legacy hash rules and fell through to Quickstart. Treat it like /api-reference. Co-authored-by: Cursor <cursoragent@cursor.com>
Collaborator
|
Merged as 9dba74a and deployed successfully: https://github.com/CALLE-AI/calle-docs/actions/runs/34954256815. Live Chromium navigation checks passed for /#api-reference, /#/api-reference, /#tag/Calls, /#models, /#calls?section=idempotency, the empty homepage hash, and an unknown hash. API links reach API Reference, guide anchors are preserved, the homepage opens Quickstart, and unknown hashes stay unchanged. |
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.
Legacy homepage links such as
/#api-referenceroute to the API Reference instead of Quickstart. The redirect accepts routes with or without a leading slash, preserves guide section anchors, and keeps legacy API tag, description, and models links working. An empty hash opens Quickstart; unknown non-empty hashes remain unchanged.The browser regression checks cover these routes, including an exact URL assertion for unknown hashes.
Validation:
pnpm run validatepassed locally using pnpm 8.10.2, Node 26.7.0, and Python 3.11.16: typecheck, build, distribution verification, 13 deployment tests, and 22 Chromium tests.No SDK/API behavior or package version changes. Production verification remains pending merge and deployment.