Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add gasprice to menu and update tutorial overview page #330

Merged
merged 1 commit into from
Mar 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ function sidebarHome() {
text: 'Guides',
collapsed: true,
items: [
{ text: 'How to configure gas price', link: '/tutorials/gas-price' },
{ text: 'How to change speed of block production', link: '/tutorials/block-times'},
{ text: 'How to use lazy sequencing (aggregation)', link: '/tutorials/lazy-sequencing'},

Expand Down
6 changes: 5 additions & 1 deletion tutorials/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,22 @@ that best suit your needs.
In this section, you'll find:

* Beginner
* [GM world rollup](/tutorials/gm-world.md)
* [GM world rollup: Part 1, local devnet](/tutorials/gm-world.md)
* [GM world rollup: Part 2, testnet](/tutorials/gm-world-testnet.md)
* [GM world rollup: Part 3, mainnet](/tutorials/gm-world-mainnet.md)
* [GM world frontend](/tutorials/gm-world-frontend.md)
* [Recipe Book rollup](/tutorials/recipe-book.md)
* [How to restart your rollup](/tutorials/restart-rollup.md)
* Intermediate
* [Wordle app](/tutorials/wordle.md)
* [CosmWasm rollup](/tutorials/cosmwasm.md)
* [Polaris EVM rollup](/tutorials/polaris-evm.md)
* [IBC connection](/tutorials/ibc-connection.md)
* Advanced
* [Full and sequencer node rollup setup](/tutorials/full-and-sequencer-node.md)
* [Full-stack modular dapp with Celestia](https://docs.celestia.org/developers/full-stack-modular-development-guide)
* Guides
* [How to configure gas price](/tutorials/gas-price.md)
* [How to change speed of block production](/tutorials/block-times.md)
* [How to use lazy sequencing (aggregation)](/tutorials/lazy-sequencing.md)

Expand Down
Loading