Skip to content

docs: give the Address Labels API its own top-level nav section - #237

Merged
buddies2705 merged 1 commit into
mainfrom
docs/address-labels-api
Aug 7, 2026
Merged

docs: give the Address Labels API its own top-level nav section#237
buddies2705 merged 1 commit into
mainfrom
docs/address-labels-api

Conversation

@buddies2705

Copy link
Copy Markdown
Contributor

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

  • page moves to docs/labels/address-labels-api.md/docs/labels/address-labels-api
  • new top-level sidebar category "Address Labels API", following the Stablecoin APIs pattern (generated-index over its own folder), positioned with the other API product sections between Stablecoin APIs and MCP
  • page carries sidebar_label: "Overview" so the nav reads Address Labels API › Overview instead of repeating the full page title
  • inbound link from the Balances cube repointed

Redirect (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.html redirects to /docs/labels/address-labels-api/.

Verification

npm run build passes. At the new URL, re-confirmed the title still renders at exactly 60 chars (so the | Bitquery Docs suffix survives the trimmer), the description, the canonical, and the FAQPage / TechArticle / BreadcrumbList JSON-LD. Sidebar renders as a top-level folder with Overview beneath it, and the breadcrumb reads Address Labels API › Overview.

Unrelated pre-existing issue spotted

npm run build on current main reports a broken anchor that this PR does not touch: docs/mcp/build-a-trading-agent.mdx links to /docs/mcp/mcp-server/#authentication-via-query-token-less-secure, an anchor removed by 2bfb9b3. Worth a separate fix — the surrounding ?token=YOUR_TOKEN instruction may be obsolete too, not just the anchor.

🤖 Generated with Claude Code

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>
@buddies2705
buddies2705 merged commit 3458533 into main Aug 7, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant