@@ -266,30 +266,30 @@ function sidebarHome() {
266
266
text : "How To Guides" ,
267
267
collapsed : true ,
268
268
items : [
269
+ {
270
+ text : "Use the Rollkit CLI" ,
271
+ link : "/guides/use-rollkit-cli" ,
272
+ } ,
273
+ {
274
+ text : "Connect to a local DA" ,
275
+ link : "/guides/connect-local-da" ,
276
+ } ,
277
+ {
278
+ text : "Create genesis for your rollup" ,
279
+ link : "/guides/create-genesis" ,
280
+ } ,
281
+ {
282
+ text : "Restart your rollup" ,
283
+ link : "/guides/restart-rollup" ,
284
+ } ,
285
+ {
286
+ text : "Run as a full and sequencer node" ,
287
+ link : "/guides/full-and-sequencer-node" ,
288
+ } ,
269
289
{
270
290
text : "Configuration" ,
271
291
collapsed : true ,
272
292
items : [
273
- {
274
- text : "Use the Rollkit CLI" ,
275
- link : "/guides/use-rollkit-cli" ,
276
- } ,
277
- {
278
- text : "Connect to a local DA" ,
279
- link : "/guides/connect-local-da" ,
280
- } ,
281
- {
282
- text : "Create genesis for your rollup" ,
283
- link : "/guides/create-genesis" ,
284
- } ,
285
- {
286
- text : "Restart your rollup" ,
287
- link : "/guides/restart-rollup" ,
288
- } ,
289
- {
290
- text : "Run as a full and sequencer node" ,
291
- link : "/guides/full-and-sequencer-node" ,
292
- } ,
293
293
{
294
294
text : "Configure gas price" ,
295
295
link : "/guides/gas-price" ,
@@ -313,22 +313,28 @@ function sidebarHome() {
313
313
] ,
314
314
} ,
315
315
{
316
- text : "Test and deploy smart-contracts" ,
317
- link : "/guides/cw-orch" ,
318
- } ,
319
- { text : "Add zkML to your rollup" , link : "/guides/zkml" } ,
320
- {
321
- text : "Add an IBC connection to your rollup" ,
322
- link : "/guides/ibc-connection" ,
323
- } ,
324
- {
325
- text : "Integrate Range with your rollup" ,
326
- link : "/guides/rollkit-monitoring" ,
327
- } ,
328
- {
329
- text : "Use IBC token (TIA) as gas token in your rollup" ,
330
- link : "/guides/use-tia-for-gas" ,
331
- } ,
316
+ text : "Integrations" ,
317
+ collapsed : true ,
318
+ items : [
319
+ {
320
+ text : "Test and deploy cosmwasm smart-contracts" ,
321
+ link : "/guides/cw-orch" ,
322
+ } ,
323
+ { text : "Add zkML to your EVM rollup" , link : "/guides/zkml" } ,
324
+ {
325
+ text : "Add an IBC connection to your rollup" ,
326
+ link : "/guides/ibc-connection" ,
327
+ } ,
328
+ {
329
+ text : "Integrate Range with your rollup" ,
330
+ link : "/guides/rollkit-monitoring" ,
331
+ } ,
332
+ {
333
+ text : "Use IBC token (TIA) as gas token in your rollup" ,
334
+ link : "/guides/use-tia-for-gas" ,
335
+ } ,
336
+ ] ,
337
+ } ,
332
338
] ,
333
339
} ,
334
340
{
0 commit comments