Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Commit d9126dd

Browse files
committed
fix config
1 parent 2e52c2c commit d9126dd

1 file changed

Lines changed: 1 addition & 35 deletions

File tree

.vitepress/config.ts

Lines changed: 1 addition & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -308,10 +308,6 @@ function sidebarHome() {
308308
text: "Reset your chain's state",
309309
link: "/guides/reset-state",
310310
},
311-
{
312-
text: "Run a rollup full node",
313-
link: "/guides/full-node",
314-
},
315311
{
316312
text: "CometBFT into a Rollkit app",
317313
link: "/guides/cometbft-to-rollkit",
@@ -322,33 +318,7 @@ function sidebarHome() {
322318
},
323319
{
324320
text: "Configuration",
325-
collapsed: true,
326-
items: [
327-
{
328-
text: "Configure gas price",
329-
link: "/guides/gas-price",
330-
},
331-
{
332-
text: "Configure max pending blocks",
333-
link: "/guides/max-pending-blocks",
334-
},
335-
{
336-
text: "Configure DA chain block sync time",
337-
link: "/guides/da-block-time",
338-
},
339-
{
340-
text: "Change speed of block production",
341-
link: "/guides/block-times",
342-
},
343-
{
344-
text: "Use lazy sequencing (aggregation)",
345-
link: "/guides/lazy-sequencing",
346-
},
347-
{
348-
text: "Configure Prometheus metrics",
349-
link: "/guides/metrics",
350-
},
351-
],
321+
link: "/guides/config",
352322
},
353323
{
354324
text: "Integrations",
@@ -363,10 +333,6 @@ function sidebarHome() {
363333
text: "Add an IBC connection to your rollup",
364334
link: "/guides/ibc-connection",
365335
},
366-
{
367-
text: "Integrate Range with your rollup",
368-
link: "/guides/rollkit-monitoring",
369-
},
370336
{
371337
text: "Use IBC token (TIA) as gas token in your rollup",
372338
link: "/guides/use-tia-for-gas",

0 commit comments

Comments
 (0)