@@ -174,7 +174,6 @@ function nav() {
174
174
{ text : "Learn" , link : "/learn/intro" } ,
175
175
{ text : "Tutorials" , link : "/tutorials/quick-start" } ,
176
176
{ text : "How To Guides" , link : "/guides/overview" } ,
177
- // { text: "Testnets", link: "/testnets/cosmwasm-testnet" },
178
177
{ text : "Blog" , link : "/blog/overview" } ,
179
178
] ;
180
179
}
@@ -218,7 +217,7 @@ function sidebarHome() {
218
217
text : "Quick start guide" ,
219
218
link : "/tutorials/quick-start" ,
220
219
} ,
221
- { text : "Build a chain" , link : "/tutorials/wordle " } ,
220
+ { text : "Build a chain" , link : "/tutorials/gm-world " } ,
222
221
{
223
222
text : "DA" ,
224
223
collapsed : true ,
@@ -235,10 +234,6 @@ function sidebarHome() {
235
234
text : "Celestia" ,
236
235
link : "/tutorials/da/celestia-da" ,
237
236
} ,
238
- {
239
- text : "Avail" ,
240
- link : "/tutorials/da/avail-da" ,
241
- } ,
242
237
] ,
243
238
} ,
244
239
{
@@ -250,12 +245,8 @@ function sidebarHome() {
250
245
link : "/tutorials/sequencing/overview" ,
251
246
} ,
252
247
{
253
- text : "Local" ,
254
- link : "/tutorials/sequencing/local" ,
255
- } ,
256
- {
257
- text : "Centralized" ,
258
- link : "/tutorials/sequencing/centralized" ,
248
+ text : "Single" ,
249
+ link : "/tutorials/sequencing/single" ,
259
250
} ,
260
251
{
261
252
text : "Based" ,
@@ -265,32 +256,20 @@ function sidebarHome() {
265
256
text : "Forced Inclusion" ,
266
257
link : "/tutorials/sequencing/forced-inclusion" ,
267
258
} ,
268
- {
269
- text : "Astria" ,
270
- link : "/tutorials/sequencing/astria" ,
271
- } ,
272
259
] ,
273
260
} ,
274
261
{
275
262
text : "Execution" ,
276
263
collapsed : true ,
277
264
items : [
278
265
{ text : "CosmWasm" , link : "/tutorials/execution/cosmwasm" } ,
279
- {
280
- text : "EVM" ,
281
- collapsed : true ,
282
- items : [
283
- { text : "BeaconKit EVM" , link : "/tutorials/execution/beaconkit" } ,
284
- {
285
- text : "Artela EVM++" ,
286
- link : "/tutorials/execution/artela-evm-plus-plus" ,
287
- } ,
288
- {
289
- text : "Contract interaction" ,
290
- link : "/tutorials/execution/evm-contract-interaction" ,
291
- } ,
292
- ] ,
293
- } ,
266
+ // {
267
+ // text: "EVM",
268
+ // collapsed: true,
269
+ // items: [
270
+ // // { text: "RETH EVM", link: "/tutorials/execution/reth-evm" },
271
+ // ],
272
+ // },
294
273
] ,
295
274
} ,
296
275
{
@@ -305,10 +284,6 @@ function sidebarHome() {
305
284
text : "Docker Compose" ,
306
285
link : "/tutorials/docker-compose" ,
307
286
} ,
308
- // {
309
- // text: "Kurtosis",
310
- // link: "/tutorials/kurtosis",
311
- // },
312
287
] ,
313
288
} ,
314
289
] ,
@@ -317,14 +292,14 @@ function sidebarHome() {
317
292
text : "How To Guides" ,
318
293
collapsed : true ,
319
294
items : [
320
- {
321
- text : "Use the Rollkit CLI" ,
322
- link : "/guides/use-rollkit-cli" ,
323
- } ,
324
295
{
325
296
text : "Use Ignite to create a Rollkit app" ,
326
297
link : "/guides/ignite-rollkit" ,
327
298
} ,
299
+ {
300
+ text : "Run a Full Node" ,
301
+ link : "/guides/full-node" ,
302
+ } ,
328
303
{
329
304
text : "Restart your rollup" ,
330
305
link : "/guides/restart-rollup" ,
@@ -333,10 +308,6 @@ function sidebarHome() {
333
308
text : "Reset your chain's state" ,
334
309
link : "/guides/reset-state" ,
335
310
} ,
336
- {
337
- text : "Run a rollup full node" ,
338
- link : "/guides/full-node" ,
339
- } ,
340
311
{
341
312
text : "CometBFT into a Rollkit app" ,
342
313
link : "/guides/cometbft-to-rollkit" ,
@@ -347,33 +318,19 @@ function sidebarHome() {
347
318
} ,
348
319
{
349
320
text : "Configuration" ,
350
- collapsed : true ,
351
- items : [
352
- {
353
- text : "Configure gas price" ,
354
- link : "/guides/gas-price" ,
355
- } ,
356
- {
357
- text : "Configure max pending blocks" ,
358
- link : "/guides/max-pending-blocks" ,
359
- } ,
360
- {
361
- text : "Configure DA chain block sync time" ,
362
- link : "/guides/da-block-time" ,
363
- } ,
364
- {
365
- text : "Change speed of block production" ,
366
- link : "/guides/block-times" ,
367
- } ,
368
- {
369
- text : "Use lazy sequencing (aggregation)" ,
370
- link : "/guides/lazy-sequencing" ,
371
- } ,
372
- {
373
- text : "Configure Prometheus metrics" ,
374
- link : "/guides/metrics" ,
375
- } ,
376
- ] ,
321
+ link : "/guides/config" ,
322
+ } ,
323
+ {
324
+ text : "EVM Single Sequencer" ,
325
+ link : "/guides/evm-single" ,
326
+ } ,
327
+ {
328
+ text : "EVM Based Sequencer" ,
329
+ link : "/guides/evm-based" ,
330
+ } ,
331
+ {
332
+ text : "Metrics" ,
333
+ link : "/guides/metrics" ,
377
334
} ,
378
335
{
379
336
text : "Integrations" ,
@@ -388,10 +345,6 @@ function sidebarHome() {
388
345
text : "Add an IBC connection to your rollup" ,
389
346
link : "/guides/ibc-connection" ,
390
347
} ,
391
- {
392
- text : "Integrate Range with your rollup" ,
393
- link : "/guides/rollkit-monitoring" ,
394
- } ,
395
348
{
396
349
text : "Use IBC token (TIA) as gas token in your rollup" ,
397
350
link : "/guides/use-tia-for-gas" ,
@@ -400,11 +353,6 @@ function sidebarHome() {
400
353
} ,
401
354
] ,
402
355
} ,
403
- // {
404
- // text: "Testnets",
405
- // collapsed: true,
406
- // items: [{ text: "CosmWasm Testnet", link: "/testnets/cosmwasm-testnet" }],
407
- // },
408
356
{
409
357
text : "Blog" ,
410
358
collapsed : true ,
0 commit comments