From 74da26839994db19cd2e047762ff2aef7a694db6 Mon Sep 17 00:00:00 2001
From: trajan0x <83933037+trajan0x@users.noreply.github.com>
Date: Thu, 3 Oct 2024 14:16:23 -0400
Subject: [PATCH] Revert "Hide Routes component (#3225)"
This reverts commit b93ba4b6f4db964f987acde9082e1b35d700ad25.
---
docs/bridge/docs/01-About/03-Routes.md | 7 +++++++
.../{04-Sample-Code.md => 04-Code-Examples.md} | 4 ++--
.../docs/02-Bridge/05-Supported-Routes.md | 14 --------------
.../docs/02-Bridge/_05-Supported-Routes.md | 17 -----------------
docs/bridge/docs/02-Bridge/index.md | 2 +-
5 files changed, 10 insertions(+), 34 deletions(-)
create mode 100644 docs/bridge/docs/01-About/03-Routes.md
rename docs/bridge/docs/02-Bridge/{04-Sample-Code.md => 04-Code-Examples.md} (99%)
delete mode 100644 docs/bridge/docs/02-Bridge/05-Supported-Routes.md
delete mode 100644 docs/bridge/docs/02-Bridge/_05-Supported-Routes.md
diff --git a/docs/bridge/docs/01-About/03-Routes.md b/docs/bridge/docs/01-About/03-Routes.md
new file mode 100644
index 0000000000..5a6f844eb6
--- /dev/null
+++ b/docs/bridge/docs/01-About/03-Routes.md
@@ -0,0 +1,7 @@
+import Routes from '@site/src/components/Routes'
+
+# Chains & Tokens
+
+This page contains a list of supported tokens, listed per-chain. For a given pair, use the [Synapse Bridge](https://synapseprotocol.com) to see if a route between them exists.
+
+
diff --git a/docs/bridge/docs/02-Bridge/04-Sample-Code.md b/docs/bridge/docs/02-Bridge/04-Code-Examples.md
similarity index 99%
rename from docs/bridge/docs/02-Bridge/04-Sample-Code.md
rename to docs/bridge/docs/02-Bridge/04-Code-Examples.md
index ca625344a3..1816550110 100644
--- a/docs/bridge/docs/02-Bridge/04-Sample-Code.md
+++ b/docs/bridge/docs/02-Bridge/04-Code-Examples.md
@@ -1,8 +1,8 @@
---
-sidebar_label: Sample Code
+sidebar_label: Examples
---
-# Sample Code
+# Example Code
Example SDK & API implementations
diff --git a/docs/bridge/docs/02-Bridge/05-Supported-Routes.md b/docs/bridge/docs/02-Bridge/05-Supported-Routes.md
deleted file mode 100644
index f47a6918f2..0000000000
--- a/docs/bridge/docs/02-Bridge/05-Supported-Routes.md
+++ /dev/null
@@ -1,14 +0,0 @@
----
-sidebar_label: Supported Rotues
----
-
-# Supported Routes
-
-Use the [Synapse Bridge](https://synapseprotocol.com) to browse supported tokens and chains.
-
-:::tip Routes
-
-Route availability is determined by the amount you wish to bridge. Use the [Synapse Bridge](https://synapseprotocol.com) to see if a route between a given pair exists.
-
-:::
-
diff --git a/docs/bridge/docs/02-Bridge/_05-Supported-Routes.md b/docs/bridge/docs/02-Bridge/_05-Supported-Routes.md
deleted file mode 100644
index 13bbab1dc7..0000000000
--- a/docs/bridge/docs/02-Bridge/_05-Supported-Routes.md
+++ /dev/null
@@ -1,17 +0,0 @@
----
-sidebar_label: Supported Rotues
----
-
-import Routes from '@site/src/components/Routes'
-
-# Supported Routes
-
-Supported tokens for each chain.
-
-:::tip Routes
-
-Route availability is determined by the amount you wish to bridge. Use the [Synapse Bridge](https://synapseprotocol.com) to see if a route between a given pair exists.
-
-:::
-
-
diff --git a/docs/bridge/docs/02-Bridge/index.md b/docs/bridge/docs/02-Bridge/index.md
index 5da83d208a..dfa2ba2519 100644
--- a/docs/bridge/docs/02-Bridge/index.md
+++ b/docs/bridge/docs/02-Bridge/index.md
@@ -7,7 +7,7 @@ import SVGBridge from '@site/src/components/SVGBridge'
# Synapse Bridge
-The [Synapse Bridge](https://synapseprotocol.com) and [Solana Bridge](https://solana.synapseprotocol.com/) seamlessly swap on-chain assets between [20+ EVM and non-EVM blockchains](./Supported-Routes) in a safe and secure manner.
+The [Synapse Bridge](https://synapseprotocol.com) and [Solana Bridge](https://solana.synapseprotocol.com/) seamlessly swap on-chain assets between [20+ EVM and non-EVM blockchains](/docs/About/Routes) in a safe and secure manner.