From 480069a5b527d905fe8c92812ab4aad72621bf14 Mon Sep 17 00:00:00 2001 From: Dan Nolan Date: Wed, 13 Aug 2025 17:39:40 -0400 Subject: [PATCH] docs: move FA redirects above dynamic redirects --- fern/docs.yml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/fern/docs.yml b/fern/docs.yml index cfbc1896f..b7e894bf4 100644 --- a/fern/docs.yml +++ b/fern/docs.yml @@ -5969,6 +5969,21 @@ redirects: destination: /docs/reference/how-to-sponsor-gas-on-evm permanent: true + # ======================================= Wallet Docs Migration Redirects ======================================== + + - source: /docs/wallets/react/overview + destination: /docs/wallets/react/quickstart + permanent: true + - source: /docs/wallets/react/getting-started + destination: /docs/wallets/authentication/login-methods/social-login + permanent: true + - source: /docs/wallets/api/bundler-api/bundler-api-endpoints/eth-send-user-operation + destination: /docs/wallets/api-reference/bundler-api/bundler-api-endpoints/eth-send-user-operation + permanent: true + - source: /docs/wallets/react/sponsor-gas + destination: /docs/wallets/transactions/sponsor-gas/sponsor-gas + permanent: true + # ======================================= Marketing Redirects ======================================== - source: /docs/alchemy-build @@ -6272,18 +6287,3 @@ redirects: - source: /docs/data/nft-api/api-reference/:folder/:method destination: /docs/reference/nft-api-endpoints/nft-api-endpoints/:folder/:method permanent: true - - # ======================================= Wallet Docs Migration Redirects ======================================== - - - source: /docs/wallets/react/overview - destination: /docs/wallets/react/quickstart - permanent: true - - source: /docs/wallets/react/getting-started - destination: /docs/wallets/authentication/login-methods/social-login - permanent: true - - source: /docs/wallets/api/bundler-api/bundler-api-endpoints/eth-send-user-operation - destination: /docs/wallets/api-reference/bundler-api/bundler-api-endpoints/eth-send-user-operation - permanent: true - - source: /docs/wallets/react/sponsor-gas - destination: /docs/wallets/transactions/sponsor-gas/sponsor-gas - permanent: true