Skip to content

[docs-agent] Add per-chain UTXO sub-section with overview page (BTC/BCH/LTC/DOGE)#1292

Merged
mihaiciuciu3410 merged 1 commit into
mainfrom
docs/utxo-section-per-chain
May 12, 2026
Merged

[docs-agent] Add per-chain UTXO sub-section with overview page (BTC/BCH/LTC/DOGE)#1292
mihaiciuciu3410 merged 1 commit into
mainfrom
docs/utxo-section-per-chain

Conversation

@JackReacher0807
Copy link
Copy Markdown
Collaborator

Summary

Adds a dedicated UTXO sub-section to each of the four UTXO chains (Bitcoin, Bitcoin Cash, Litecoin, Dogecoin) in the sidebar. Each sub-section contains:

  1. A new UTXO overview page explaining the Unspent Transaction Output model. Content adapted from the existing UTXO vs Account models educational page, focused on the UTXO half with a chain-specific intro and ticker.
  2. A reference to the shared UTXO migration guide.
  3. The existing UTXO API Endpoints entry, moved from the chain's top level into the new sub-section.

skip-slug: true is set on each new sub-section, so existing /docs/chains/<chain>/utxo-api-endpoints/... URLs continue to resolve unchanged.

For BCH / LTC / DOGE, the migration guide is referenced via a link: entry pointing at the canonical /docs/bitcoin/utxo-migration-guide URL, rather than a duplicate page: path: (Fern requires each MDX path to appear at most once in the nav). For Bitcoin, the existing top-level migration guide entry is moved into the new UTXO sub-section as a normal page: reference.

Changes:

  • New pages: content/api-reference/{bitcoin,bitcoincash,litecoin,dogecoin}/utxo.mdx
  • content/docs.yml: restructured the four chain sections

Linear

DOCS-79

Requested by

@andra-catana (via Slack thread)

…CH/LTC/DOGE)

Creates a dedicated UTXO sub-section under each of the four UTXO chains. The sub-section contains a new UTXO overview page explaining the UTXO model, a reference to the shared UTXO migration guide, and the existing UTXO API Endpoints entry (moved from chain top level).

Implementation notes:

- New MDX overview pages at content/api-reference/{bitcoin,bitcoincash,litecoin,dogecoin}/utxo.mdx. Content adapted from /docs/utxo-vs-account-models, focused on explaining the UTXO model with a chain-specific intro and ticker.

- The new section uses skip-slug: true to preserve existing /docs/chains/<chain>/utxo-api-endpoints/... URLs.

- For Bitcoin, the existing top-level UTXO migration guide nav entry is moved into the new sub-section as a page: reference. For BCH/LTC/DOGE the migration guide is referenced via link: + href: to the canonical /docs/bitcoin/utxo-migration-guide URL (Fern doesn't allow the same MDX path in multiple sections).

Refs DOCS-79

Requested-by: @andra-catana
@JackReacher0807 JackReacher0807 requested a review from a team as a code owner May 12, 2026 11:48
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 12, 2026

🔗 Preview Mode

Name Status Preview Updated (UTC)
Alchemy Docs ✅ Ready 🔗 Visit Preview May 12, 2026, 11:49 AM

@github-actions
Copy link
Copy Markdown

🔍 Link Check

Status: ❌ Failed

Summary

Status Count
🔍 Total 8204
✅ Successful 7054
⏳ Timeouts 0
🔀 Redirected 455
👻 Excluded 683
❓ Unknown 0
🚫 Errors 11
⛔ Unsupported 1
Broken links (11) — click to expand

Errors per input

Errors in ./content/api-reference/arbitrum-nova/arbitrum-nova-deprecation-notice.mdx

Errors in ./content/wallets/pages/recipes/onramp-funds.mdx

Errors in ./content/api-reference/dogecoin/dogecoin-api-overview.mdx

Errors in ./content/wallets/pages/recipes/programmatic-wallet-creation.mdx

Errors in ./content/wallets/wallet-integrations/privy/signer-migration-overview.mdx

Errors in ./content/wallets/wallet-integrations/privy/jwt-auth-migration.mdx

Errors in ./content/api-reference/bitcoincash/bitcoincash-api-overview.mdx

Errors in ./content/api-reference/litecoin/litecoin-api-overview.mdx

Errors in ./content/api-reference/data/webhooks/custom-webhooks-quickstart/custom-webhooks-quickstart.mdx

Errors in ./content/tutorials/smart-wallets/learn-account-abstraction/introduction-to-account-abstraction.mdx

View workflow run

@mihaiciuciu3410 mihaiciuciu3410 merged commit d081f35 into main May 12, 2026
14 of 15 checks passed
@mihaiciuciu3410 mihaiciuciu3410 deleted the docs/utxo-section-per-chain branch May 12, 2026 13:50
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.

3 participants