Skip to content

Commit

Permalink
Hide Routes component (#3225)
Browse files Browse the repository at this point in the history
* Hide Routes component

* fix build error
  • Loading branch information
lawsonkight authored Oct 3, 2024
1 parent b9198f9 commit b93ba4b
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 10 deletions.
7 changes: 0 additions & 7 deletions docs/bridge/docs/01-About/03-Routes.md

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
sidebar_label: Examples
sidebar_label: Sample Code
---

# Example Code
# Sample Code

Example SDK & API implementations

Expand Down
14 changes: 14 additions & 0 deletions docs/bridge/docs/02-Bridge/05-Supported-Routes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
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.

:::

17 changes: 17 additions & 0 deletions docs/bridge/docs/02-Bridge/_05-Supported-Routes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
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.

:::

<Routes />
2 changes: 1 addition & 1 deletion docs/bridge/docs/02-Bridge/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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](/docs/About/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](./Supported-Routes) in a safe and secure manner.

<br />

Expand Down

0 comments on commit b93ba4b

Please sign in to comment.