[docs-agent] Add per-chain UTXO sub-section with overview page (BTC/BCH/LTC/DOGE)#1292
Merged
Merged
Conversation
…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
🔗 Preview Mode
|
🔍 Link CheckStatus: ❌ Failed Summary
Broken links (11) — click to expandErrors per inputErrors 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
|
mihaiciuciu3410
approved these changes
May 12, 2026
SahilAujla
approved these changes
May 12, 2026
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.
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:
skip-slug: trueis 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-guideURL, rather than a duplicatepage: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 normalpage:reference.Changes:
content/api-reference/{bitcoin,bitcoincash,litecoin,dogecoin}/utxo.mdxcontent/docs.yml: restructured the four chain sectionsLinear
DOCS-79
Requested by
@andra-catana (via Slack thread)