@@ -218,19 +218,9 @@ function sidebarHome() {
218
218
text : "Quick start guide" ,
219
219
link : "/tutorials/quick-start" ,
220
220
} ,
221
+ { text : "Build a Rollup" , link : "/tutorials/wordle" } ,
221
222
{
222
- text : "Rollkit" ,
223
- collapsed : true ,
224
- items : [
225
- {
226
- text : "GM world rollup" ,
227
- link : "/tutorials/gm-world" ,
228
- } ,
229
- { text : "Wordle app" , link : "/tutorials/wordle" } ,
230
- ] ,
231
- } ,
232
- {
233
- text : "DA" ,
223
+ text : "Connect Your DA" ,
234
224
collapsed : true ,
235
225
items : [
236
226
{
@@ -244,21 +234,27 @@ function sidebarHome() {
244
234
] ,
245
235
} ,
246
236
{
247
- text : "Execution" ,
237
+ text : "Choose You Execution" ,
248
238
collapsed : true ,
249
239
items : [
250
- { text : "CosmWasm rollup " , link : "/tutorials/cosmwasm" } ,
251
- {
240
+ { text : "CosmWasm" , link : "/tutorials/cosmwasm" } ,
241
+ {
252
242
text : "EVM" ,
253
- collapsed : true ,
254
- items : [
243
+ collapsed : true ,
244
+ items : [
255
245
{ text : "Omni Octane EVM" , link : "/tutorials/octane-evm" } ,
256
- { text : "BeaconKit EVM" , link : "/tutorials/beaconkit" } ,
257
- { text : "Artela EVM++" , link : "/tutorials/artela-evm-plus-plus" } ,
258
- { text : "Contract interaction" , link : "/tutorials/evm-contract-interaction" } ,
259
- ]
260
- } ,
261
- ] ,
246
+ { text : "BeaconKit EVM" , link : "/tutorials/beaconkit" } ,
247
+ {
248
+ text : "Artela EVM++" ,
249
+ link : "/tutorials/artela-evm-plus-plus" ,
250
+ } ,
251
+ {
252
+ text : "Contract interaction" ,
253
+ link : "/tutorials/evm-contract-interaction" ,
254
+ } ,
255
+ ] ,
256
+ } ,
257
+ ] ,
262
258
} ,
263
259
] ,
264
260
} ,
@@ -324,25 +320,25 @@ function sidebarHome() {
324
320
text : "Integrations" ,
325
321
collapsed : true ,
326
322
items : [
327
- {
328
- text : "Test and deploy cosmwasm smart-contracts" ,
329
- link : "/guides/cw-orch" ,
330
- } ,
331
- { text : "Add zkML to your EVM rollup" , link : "/guides/zkml" } ,
332
- {
333
- text : "Add an IBC connection to your rollup" ,
334
- link : "/guides/ibc-connection" ,
335
- } ,
336
- {
337
- text : "Integrate Range with your rollup" ,
338
- link : "/guides/rollkit-monitoring" ,
339
- } ,
340
- {
341
- text : "Use IBC token (TIA) as gas token in your rollup" ,
342
- link : "/guides/use-tia-for-gas" ,
343
- } ,
344
- ] ,
345
- } ,
323
+ {
324
+ text : "Test and deploy cosmwasm smart-contracts" ,
325
+ link : "/guides/cw-orch" ,
326
+ } ,
327
+ { text : "Add zkML to your EVM rollup" , link : "/guides/zkml" } ,
328
+ {
329
+ text : "Add an IBC connection to your rollup" ,
330
+ link : "/guides/ibc-connection" ,
331
+ } ,
332
+ {
333
+ text : "Integrate Range with your rollup" ,
334
+ link : "/guides/rollkit-monitoring" ,
335
+ } ,
336
+ {
337
+ text : "Use IBC token (TIA) as gas token in your rollup" ,
338
+ link : "/guides/use-tia-for-gas" ,
339
+ } ,
340
+ ] ,
341
+ } ,
346
342
] ,
347
343
} ,
348
344
{
0 commit comments