-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(website): refactor guides hierarchy, add eldfell support to add…
… network (#14154)
- Loading branch information
Showing
30 changed files
with
854 additions
and
475 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,21 @@ | ||
# Guides | ||
|
||
You can leave feedback [here](https://docs.google.com/forms/d/1Vn10tqZW0bPvNUItzeek9u8kh7YkQZOGorMb3LuJVVA) and ask any questions on the [Taiko Discord](https://discord.gg/taikoxyz)! | ||
Check out our guides below. You can leave feedback [here](https://docs.google.com/forms/d/1Vn10tqZW0bPvNUItzeek9u8kh7YkQZOGorMb3LuJVVA) and ask any questions on the [Taiko Discord](https://discord.gg/taikoxyz)! | ||
|
||
# Build on Taiko | ||
|
||
- 💻 [Setup your wallet](/docs/guides/build-on-taiko/setup-your-wallet) | ||
- 🎈 [Receive tokens](/docs/guides/build-on-taiko/receive-tokens) | ||
- 🌉 [Bridge tokens](/docs/guides/build-on-taiko/bridge-tokens) | ||
- 🔄 [Swap tokens](/docs/guides/build-on-taiko/swap-tokens) | ||
- 🚀 [Deploy a contract](/docs/guides/build-on-taiko/deploy-a-contract) | ||
- 📜 [Verify a contract](/docs/guides/build-on-taiko/verify-a-contract) | ||
- 🛠️ [Build a dapp](/docs/guides/build-on-taiko/build-a-dapp) | ||
|
||
# Run a node | ||
|
||
- 💻 [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) | ||
- 🌐 [Run a Taiko node](/docs/guides/run-a-node) | ||
- 🌳 [Run a Sepolia node](/docs/guides/run-a-sepolia-node) | ||
- 📤 [Enable a proposer](/docs/guides/enable-a-proposer) | ||
- ✅ [Enable a prover](/docs/guides/enable-a-prover) | ||
- 🛄 [Claim prover TTKO](/docs/guides/claim-prover-ttko) | ||
- 🚀 [Deploy a contract](/docs/guides/deploy-a-contract) | ||
- 📜 [Verify a contract](/docs/guides/verify-a-contract) | ||
- 🛠️ [Build a dapp](/docs/guides/build-a-dapp) |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,8 @@ | ||
{ | ||
"configure-your-wallet": { | ||
"title": "💻 Configure your wallet" | ||
}, | ||
"receive-tokens": { | ||
"title": "🎈 Receive tokens" | ||
}, | ||
"use-the-bridge": { | ||
"title": "🌉 Use the bridge" | ||
}, | ||
"swap-tokens": { | ||
"title": "🔄 Swap tokens" | ||
"build-on-taiko": { | ||
"title": "Build on Taiko" | ||
}, | ||
"run-a-node": { | ||
"title": "🌐 Run a Taiko node" | ||
}, | ||
"run-a-sepolia-node": { | ||
"title": "🌳 Run a Sepolia node" | ||
}, | ||
"enable-a-proposer": { | ||
"title": "📤 Enable a proposer" | ||
}, | ||
"enable-a-prover": { | ||
"title": "✅ Enable a prover" | ||
}, | ||
"claim-prover-ttko": { | ||
"title": "🛄 Claim prover TTKO" | ||
}, | ||
"deploy-a-contract": { | ||
"title": "🚀 Deploy a contract" | ||
}, | ||
"verify-a-contract": { | ||
"title": "📜 Verify a contract" | ||
}, | ||
"build-a-dapp": { | ||
"title": "🛠️ Build a dapp" | ||
"title": "Run a node" | ||
} | ||
} |
23 changes: 23 additions & 0 deletions
23
packages/website/pages/docs/guides/build-on-taiko/_meta.json
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"setup-your-wallet": { | ||
"title": "💻 Setup your wallet" | ||
}, | ||
"receive-tokens": { | ||
"title": "🎈 Receive tokens" | ||
}, | ||
"bridge-tokens": { | ||
"title": "🌉 Bridge tokens" | ||
}, | ||
"swap-tokens": { | ||
"title": "🔄 Swap tokens" | ||
}, | ||
"deploy-a-contract": { | ||
"title": "🚀 Deploy a contract" | ||
}, | ||
"verify-a-contract": { | ||
"title": "📜 Verify a contract" | ||
}, | ||
"build-a-dapp": { | ||
"title": "🛠️ Build a dapp" | ||
} | ||
} |
2 changes: 1 addition & 1 deletion
2
...site/pages/docs/guides/use-the-bridge.mdx → ...s/guides/build-on-taiko/bridge-tokens.mdx
This file contains 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
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...ges/docs/guides/configure-your-wallet.mdx → ...ides/build-on-taiko/setup-your-wallet.mdx
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
import { Steps } from "nextra-theme-docs"; | ||
|
||
# Configure your wallet | ||
# Setup your wallet | ||
|
||
## Overview | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...website/pages/docs/guides/swap-tokens.mdx → ...ocs/guides/build-on-taiko/swap-tokens.mdx
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
import { Callout, Steps } from "nextra-theme-docs"; | ||
|
||
# Swap Tokens | ||
# Swap tokens | ||
|
||
## Overview | ||
|
||
|
File renamed without changes.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"run-a-taiko-node": { | ||
"title": "🌐 Run a Taiko node" | ||
}, | ||
"run-a-sepolia-node": { | ||
"title": "🌳 Run a Sepolia node" | ||
}, | ||
"enable-a-proposer": { | ||
"title": "📤 Enable a proposer" | ||
}, | ||
"enable-a-prover": { | ||
"title": "✅ Enable a prover" | ||
}, | ||
"claim-prover-ttko": { | ||
"title": "🛄 Claim prover TTKO" | ||
} | ||
} |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains 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
Oops, something went wrong.