Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
77 changes: 33 additions & 44 deletions .vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,25 @@ function sidebarHome() {
items: [
{ text: "Rollkit stack", link: "/learn/stack" },
{ text: "Transaction flow", link: "/learn/transaction-flow" },
{ text: "Configuration", link: "/learn/config" },
],
},
{
text: "Data Availability",
link: "/learn/data-availability",
},
{
text: "Sequencing",
collapsed: true,
items: [
{ text: "Overview", link: "/learn/sequencing/overview" },
{ text: "Single", link: "/learn/sequencing/single" },
],
},
{
text: "Execution",
link: "/learn/execution"
},
{
text: "Resources",
collapsed: true,
Expand All @@ -218,41 +235,15 @@ function sidebarHome() {
collapsed: true,
items: [
{
text: "Overview",
link: "/guides/da/overview",
},
{
text: "Local DA",
text: "Deploy A Local DA",
link: "/guides/da/local-da",
},
{
text: "Celestia",
text: "Connect to Celestia",
link: "/guides/da/celestia-da",
},
],
},
{
text: "Sequencing",
collapsed: true,
items: [
{
text: "Overview",
link: "/guides/sequencing/overview",
},
{
text: "Single",
link: "/guides/sequencing/single",
},
{
text: "Based",
link: "/guides/sequencing/based",
},
{
text: "Forced Inclusion",
link: "/guides/sequencing/forced-inclusion",
},
],
},
{
text: "Execution",
collapsed: true,
Expand All @@ -274,6 +265,20 @@ function sidebarHome() {
},
],
},
{
text: "EVM",
collapsed: true,
items: [
{
text: "EVM Single Sequencer",
link: "/guides/evm/single",
},
{
text: "EVM reth state backup",
link: "/guides/evm/reth-backup",
},
]
},
{
text: "Run a Full Node",
link: "/guides/full-node",
Expand All @@ -294,22 +299,6 @@ function sidebarHome() {
text: "Create genesis for your rollup",
link: "/guides/create-genesis",
},
{
text: "Configuration",
link: "/guides/config",
},
{
text: "EVM Single Sequencer",
link: "/guides/evm-single",
},
{
text: "EVM Based Sequencer",
link: "/guides/evm-based",
},
{
text: "EVM reth state backup",
link: "/guides/evm-reth-backup",
},
{
text: "Metrics",
link: "/guides/metrics",
Expand Down
76 changes: 0 additions & 76 deletions guides/da/overview.md

This file was deleted.

182 changes: 0 additions & 182 deletions guides/evm-based.md

This file was deleted.

File renamed without changes.
File renamed without changes.
3 changes: 0 additions & 3 deletions guides/sequencing/based.md

This file was deleted.

3 changes: 0 additions & 3 deletions guides/sequencing/forced-inclusion.md

This file was deleted.

1 change: 0 additions & 1 deletion guides/sequencing/single.md

This file was deleted.

Loading