docs: give the Address Labels API its own top-level nav section - #237
Merged
Conversation
It landed in #236 as one item under "Understanding Cubes", next to the EVM and Solana cube pages. Labels are a distinct product surface, not a cube variant, and the section needs room to grow. Moves the page into docs/labels/ and adds a top-level sidebar category following the Stablecoin APIs pattern (generated-index over its own folder), positioned with the other API product sections between Stablecoin APIs and MCP. The page carries sidebar_label "Overview" so the nav reads "Address Labels API > Overview" rather than repeating the full page title. The URL becomes /docs/labels/address-labels-api, still carrying the target keyword. #236 already shipped and deployed the cubes URL, which is live and serving, so this adds a client redirect from /docs/cubes/address-labels-api/ rather than leaving it to 404. Title, description, canonical, and the FAQPage/TechArticle/BreadcrumbList JSON-LD were re-verified in the production build at the new URL, the generated redirect page was confirmed to point at it, and the inbound link from the Balances cube was repointed. Co-Authored-By: Claude Opus 5 <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.
Follow-up to #236, which is already merged and deployed.
In #236 the page landed as a single item under Understanding Cubes, sitting next to the EVM and Solana cube pages. Labels are a distinct product surface rather than a cube variant, and the section needs room to grow.
What changes
docs/labels/address-labels-api.md→/docs/labels/address-labels-apisidebar_label: "Overview"so the nav readsAddress Labels API › Overviewinstead of repeating the full page titleRedirect (important)
#236 shipped and deployed the cubes URL —
https://docs.bitquery.io/docs/cubes/address-labels-api/is live and serving right now. So this is not a free rename: it adds a client redirect from the old path rather than leaving it to 404.Verified in the production build that the generated page at
build/docs/cubes/address-labels-api/index.htmlredirects to/docs/labels/address-labels-api/.Verification
npm run buildpasses. At the new URL, re-confirmed the title still renders at exactly 60 chars (so the| Bitquery Docssuffix survives the trimmer), the description, the canonical, and the FAQPage / TechArticle / BreadcrumbList JSON-LD. Sidebar renders as a top-level folder withOverviewbeneath it, and the breadcrumb readsAddress Labels API › Overview.Unrelated pre-existing issue spotted
npm run buildon current main reports a broken anchor that this PR does not touch:docs/mcp/build-a-trading-agent.mdxlinks to/docs/mcp/mcp-server/#authentication-via-query-token-less-secure, an anchor removed by 2bfb9b3. Worth a separate fix — the surrounding?token=YOUR_TOKENinstruction may be obsolete too, not just the anchor.🤖 Generated with Claude Code