[docs-agent] Add back "Swap tokens" nav section under wallets/transactions - #1600
Closed
alchemy-bot wants to merge 3 commits into
Closed
[docs-agent] Add back "Swap tokens" nav section under wallets/transactions#1600alchemy-bot wants to merge 3 commits into
alchemy-bot wants to merge 3 commits into
Conversation
…tions Reinserts the Swap tokens section in content/docs.yml between EIP-7702 and Grant session keys under wallets → transactions, with two sub-pages: - Same-chain swaps → wallets/pages/transactions/swap-tokens/index.mdx - Cross-chain swaps → wallets/pages/transactions/cross-chain-swap-tokens/index.mdx Both MDX files already exist in the repo. Sponsor gas section is unchanged. Refs DOCS-218
🔗 Preview Mode
|
The nav-only change in the previous commit didn't cause the preview indexer's uploadChangedMdxFiles to push these files' content to the branch-scoped Redis keys, so the preview page render falls back to the main: cache, which has been stale/unpopulated since these pages lost their nav entry. Appending a no-op MDX comment to each file forces them into the branch diff so the preview picks them up. No user-visible content change — MDX comment nodes don't render. Refs DOCS-218
…tent sync" This reverts commit ce648d6.
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
Reinserts the
Swap tokenssection incontent/docs.ymlunder wallets → transactions, positioned betweenEIP-7702andGrant session keys. The section groups two sub-pages that already exist in the repo:wallets/pages/transactions/swap-tokens/index.mdxwallets/pages/transactions/cross-chain-swap-tokens/index.mdxSponsor gasis not touched.Nav-only change; no MDX edits, no redirects.
Linear
DOCS-218