Skip to content

Commit

Permalink
hide swap
Browse files Browse the repository at this point in the history
  • Loading branch information
dionysuzx committed Jun 7, 2023
1 parent 076bae8 commit 23702c8
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 deletions.
13 changes: 7 additions & 6 deletions packages/website/pages/_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"swap": {
"title": "Swap",
"type": "page",
"display": "hidden",
"href": "https://swap.test.taiko.xyz",
"newWindow": true
},
Expand All @@ -44,19 +45,19 @@
}
}
},
"blog": {
"title": "Blog",
"type": "page",
"href": "https://mirror.xyz/labs.taiko.eth",
"newWindow": true
},
"ecosystem": {
"title": "Ecosystem",
"type": "page",
"theme": {
"layout": "full"
}
},
"blog": {
"title": "Blog",
"type": "page",
"href": "https://mirror.xyz/labs.taiko.eth",
"newWindow": true
},
"forum": {
"title": "Forum",
"type": "page",
Expand Down
3 changes: 1 addition & 2 deletions packages/website/pages/docs/guides.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ You can leave feedback [here](https://forms.gle/RZsweAPy5RhQSP6j7) and ask any q

- πŸ’» [Configure your wallet](/docs/guides/configure-your-wallet)
- 🎈 [Receive tokens](/docs/guides/receive-tokens)
- πŸŒ‰ [Use the bridge](/docs/guides/use-the-bridge)
- πŸ”„ [Swap tokens](/docs/guides/swap-tokens)
- πŸŒ‰ [Use the bridge](/docs/guides/use-the-bridge){/* - πŸ”„ [Swap tokens](/docs/guides/swap-tokens) */}
- 🌐 [Run a node](/docs/guides/run-a-node)
- πŸ“€ [Enable a proposer](/docs/guides/enable-a-proposer)
- βœ… [Enable a prover](/docs/guides/enable-a-prover)
Expand Down
3 changes: 2 additions & 1 deletion packages/website/pages/docs/guides/_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"title": "πŸŒ‰ Use the bridge"
},
"swap-tokens": {
"title": "πŸ”„ Swap tokens"
"title": "πŸ”„ Swap tokens",
"display": "hidden"
},
"run-a-node": {
"title": "🌐 Run a node"
Expand Down
2 changes: 1 addition & 1 deletion packages/website/pages/docs/guides/enable-a-proposer.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This guide will help you enable your Taiko node as a proposer.
## Prerequisites

- You have already setup a node (see: [Run a node](/docs/guides/run-a-node))
- Must have a balance of TTKO (see: [Receive tokens](/docs/guides/receive-tokens#receive-ttko)])
- Must have a balance of TTKO (see: [Receive tokens](/docs/guides/receive-tokens#receive-ttko))

## Steps

Expand Down

0 comments on commit 23702c8

Please sign in to comment.