From 761cdec749fd1a9de59c1226810f5b5bf1c456cd Mon Sep 17 00:00:00 2001 From: Yarik Bratashchuk Date: Fri, 4 Oct 2024 12:53:50 +0000 Subject: [PATCH 1/3] Adjust guides/overview with a sidebar structure --- guides/overview.md | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/guides/overview.md b/guides/overview.md index 48f1c1e31..c7a1b75d5 100644 --- a/guides/overview.md +++ b/guides/overview.md @@ -14,16 +14,20 @@ your life easier when developing with Rollkit. In this section, you'll find: -* [How to restart your rollup](/guides/restart-rollup.md) -* [zkML rollup](/guides/zkml.md) -* [IBC connection](/guides/ibc-connection.md) -* [Full rollup node setup](/guides/full-node.md) -* [How to configure gas price](/guides/gas-price.md) -* [How to change speed of block production](/guides/block-times.md) -* [How to use lazy sequencing (aggregation)](/guides/lazy-sequencing.md) -* [Testing and deploying smart-contract with cw-orch](/guides/cw-orch.md) -* [How to integrate Range with your rollup](/guides/rollkit-monitoring.md) -* [How to use IBC token (TIA) as gas token in your rollup](/guides/use-tia-for-gas.md) +* How To Guides + * [How to restart your rollup](/guides/restart-rollup.md) + * [Full rollup node setup](/guides/full-node.md) + * Configuration + * [How to configure gas price](/guides/gas-price.md) + * [How to change speed of block production](/guides/block-times.md) + * [How to use lazy sequencing (aggregation)](/guides/lazy-sequencing.md) + * Integrations + * [zkML rollup](/guides/zkml.md) + * [IBC connection](/guides/ibc-connection.md) + * [Testing and deploying smart-contract with cw-orch](/guides/cw-orch.md) + * [How to integrate Range with your rollup](/guides/rollkit-monitoring.md) + * [How to use IBC token (TIA) as gas token in your rollup](/guides/use-tia-for-gas.md) + ## 💻 Support {#support} From f903528c882a004b8e50e5d9090efa845fa41db5 Mon Sep 17 00:00:00 2001 From: Yarik Bratashchuk Date: Fri, 4 Oct 2024 12:55:01 +0000 Subject: [PATCH 2/3] Updates for overview --- guides/overview.md | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/guides/overview.md b/guides/overview.md index c7a1b75d5..ad34393bd 100644 --- a/guides/overview.md +++ b/guides/overview.md @@ -14,19 +14,18 @@ your life easier when developing with Rollkit. In this section, you'll find: -* How To Guides - * [How to restart your rollup](/guides/restart-rollup.md) - * [Full rollup node setup](/guides/full-node.md) - * Configuration - * [How to configure gas price](/guides/gas-price.md) - * [How to change speed of block production](/guides/block-times.md) - * [How to use lazy sequencing (aggregation)](/guides/lazy-sequencing.md) - * Integrations - * [zkML rollup](/guides/zkml.md) - * [IBC connection](/guides/ibc-connection.md) - * [Testing and deploying smart-contract with cw-orch](/guides/cw-orch.md) - * [How to integrate Range with your rollup](/guides/rollkit-monitoring.md) - * [How to use IBC token (TIA) as gas token in your rollup](/guides/use-tia-for-gas.md) +* [How to restart your rollup](/guides/restart-rollup.md) +* [Full rollup node setup](/guides/full-node.md) +* Configuration + * [How to configure gas price](/guides/gas-price.md) + * [How to change speed of block production](/guides/block-times.md) + * [How to use lazy sequencing (aggregation)](/guides/lazy-sequencing.md) +* Integrations + * [zkML rollup](/guides/zkml.md) + * [IBC connection](/guides/ibc-connection.md) + * [Testing and deploying smart-contract with cw-orch](/guides/cw-orch.md) + * [How to integrate Range with your rollup](/guides/rollkit-monitoring.md) + * [How to use IBC token (TIA) as gas token in your rollup](/guides/use-tia-for-gas.md) ## 💻 Support {#support} From c5f856fd39f51662b0fe6048d0b810d0e6a7aa01 Mon Sep 17 00:00:00 2001 From: Yarik Bratashchuk Date: Fri, 4 Oct 2024 13:25:01 +0000 Subject: [PATCH 3/3] Update the guides list --- guides/overview.md | 26 ++++++++++++++++---------- 1 file changed, 16 insertions(+), 10 deletions(-) diff --git a/guides/overview.md b/guides/overview.md index ad34393bd..bbe54be36 100644 --- a/guides/overview.md +++ b/guides/overview.md @@ -14,18 +14,24 @@ your life easier when developing with Rollkit. In this section, you'll find: -* [How to restart your rollup](/guides/restart-rollup.md) -* [Full rollup node setup](/guides/full-node.md) +* [Use the Rollkit CLI](/guides/use-rollkit-cli) +* [Connect to a local DA](/guides/connect-local-da) +* [Create genesis for your rollup](/guides/create-genesis) +* [Restart your rollup](/guides/restart-rollup) +* [Run a rollup full node](/guides/full-node) * Configuration - * [How to configure gas price](/guides/gas-price.md) - * [How to change speed of block production](/guides/block-times.md) - * [How to use lazy sequencing (aggregation)](/guides/lazy-sequencing.md) + * [Configure gas price](/guides/gas-price) + * [Configure max pending blocks](/guides/max-pending-blocks) + * [Configure DA chain block sync time](/guides/da-block-time) + * [Change speed of block production](/guides/block-times) + * [Use lazy sequencing (aggregation)](/guides/lazy-sequencing) * Integrations - * [zkML rollup](/guides/zkml.md) - * [IBC connection](/guides/ibc-connection.md) - * [Testing and deploying smart-contract with cw-orch](/guides/cw-orch.md) - * [How to integrate Range with your rollup](/guides/rollkit-monitoring.md) - * [How to use IBC token (TIA) as gas token in your rollup](/guides/use-tia-for-gas.md) + * [Test and deploy cosmwasm smart-contracts](/guides/cw-orch) + * [Add zkML to your EVM rollup](/guides/zkml) + * [Add an IBC connection to your rollup](/guides/ibc-connection) + * [Integrate Range with your rollup](/guides/rollkit-monitoring) + * [Use IBC token (TIA) as gas token in your rollup](/guides/use-tia-for-gas) + ## 💻 Support {#support}