Reorganize Solana and Cross-Chain docs navigation - #267
Merged
Conversation
- SVM tab: move 'Add Solana to EVM Projects' into Guides, promote Troubleshooting to top level, drop the duplicate Rate Limits link, and remove the now-empty Reference group - Cross-Chain tab: move 'Supported Chains and Providers' to top level directly below Introduction, promote Troubleshooting to top level, drop the duplicate Rate Limits link, and remove the now-empty Reference group - Add an 'API Reference' sidebar link to the EVM, SVM, and Cross-Chain tabs pointing at each product's API reference Based on Phil Liao's docs review. DEVREL-33
|
🌿 Preview your docs: https://0x-preview-e385a736-92c0-4951-b9a0-ba6ef930df62.docs.buildwithfern.com |
jlin27
approved these changes
Aug 3, 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.
Requested by Jessica Lin · Slack thread
Implements the docs-navigation cleanup suggested in Phil Liao's docs review. Linear: DEVREL-33
What a reader sees
SVM (Solana) tab
Before: Introduction · Guides · Example Code · Reference (Add Solana to EVM Projects, Troubleshooting, Rate Limits)
After: Introduction · Guides (now includes Add Solana to EVM Projects) · Example Code · API Reference (links to the Solana Swap API reference) · Troubleshooting (top level)
Cross-Chain tab
Before: Introduction · Guides · Example Code · Key Concepts · Reference (Supported Chains and Providers, Troubleshooting, Rate Limits) · Learn More
After: Introduction · Supported Chains and Providers (top level, directly below Introduction) · Guides · Example Code · API Reference (links to the Cross-Chain API reference) · Key Concepts · Troubleshooting (top level) · Learn More
API Reference links (all three product tabs)
Each product tab's sidebar now has an "API Reference" entry placed right after "Example Code", linking to that product's API reference:
/api-reference/evm-ap-is/swap/allowanceholder-getquote/api-reference/solana-swap-ap-is/swap/instructions/api-reference/cross-chain-ap-is/cross-chain/cross-chain-get-quotesHow
All changes are in
fern/docs.yml(the Fern config that drives the docs.0x.org sidebar) — only thenavigationentries for theevm,svm, andcross-chaintabs changed. No page files were added, moved, or deleted.fern checkpasses.Note: promoting the two Troubleshooting pages changes their URLs (
/svm/solana-swap-api/references/troubleshooting→/svm/solana-swap-api/troubleshooting, and/cross-chain/cross-chain-api/reference/troubleshooting→/cross-chain/cross-chain-api/troubleshooting). No internal docs links pointed at the old URLs; happy to addredirectsentries if we want to preserve external inbound links.Credit to Phil Liao for the suggestions from his docs review.
DEVREL-33
Generated by Claude Code