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

Commit 7fc4764

Browse files
pthmasgemini-code-assist[bot]tac0turtle
authored
clean: re-organize the DA and Sequencing folders (#590)
* reorganize DA * reorganize Sequencing * fix links * Update .vitepress/config.ts Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> * Update learn/sequencing/overview.md Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> * move evm stuff to their own folder * add learn page for abci execution * Update DA docs * updated abci docs * updated sequencing docs * cleanups and changes after review * rework the execution part * update execution * update sequencing * udpate execution with latest changes * updated sequencing/single * remove section on DA * remove repetition * Update learn/execution.md Co-authored-by: Marko <[email protected]> --------- Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Co-authored-by: Marko <[email protected]>
1 parent 494f1b8 commit 7fc4764

File tree

12 files changed

+149
-314
lines changed

12 files changed

+149
-314
lines changed

.vitepress/config.ts

Lines changed: 33 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -193,8 +193,25 @@ function sidebarHome() {
193193
items: [
194194
{ text: "Rollkit stack", link: "/learn/stack" },
195195
{ text: "Transaction flow", link: "/learn/transaction-flow" },
196+
{ text: "Configuration", link: "/learn/config" },
196197
],
197198
},
199+
{
200+
text: "Data Availability",
201+
link: "/learn/data-availability",
202+
},
203+
{
204+
text: "Sequencing",
205+
collapsed: true,
206+
items: [
207+
{ text: "Overview", link: "/learn/sequencing/overview" },
208+
{ text: "Single", link: "/learn/sequencing/single" },
209+
],
210+
},
211+
{
212+
text: "Execution",
213+
link: "/learn/execution"
214+
},
198215
{
199216
text: "Resources",
200217
collapsed: true,
@@ -218,41 +235,15 @@ function sidebarHome() {
218235
collapsed: true,
219236
items: [
220237
{
221-
text: "Overview",
222-
link: "/guides/da/overview",
223-
},
224-
{
225-
text: "Local DA",
238+
text: "Deploy A Local DA",
226239
link: "/guides/da/local-da",
227240
},
228241
{
229-
text: "Celestia",
242+
text: "Connect to Celestia",
230243
link: "/guides/da/celestia-da",
231244
},
232245
],
233246
},
234-
{
235-
text: "Sequencing",
236-
collapsed: true,
237-
items: [
238-
{
239-
text: "Overview",
240-
link: "/guides/sequencing/overview",
241-
},
242-
{
243-
text: "Single",
244-
link: "/guides/sequencing/single",
245-
},
246-
{
247-
text: "Based",
248-
link: "/guides/sequencing/based",
249-
},
250-
{
251-
text: "Forced Inclusion",
252-
link: "/guides/sequencing/forced-inclusion",
253-
},
254-
],
255-
},
256247
{
257248
text: "Execution",
258249
collapsed: true,
@@ -274,6 +265,20 @@ function sidebarHome() {
274265
},
275266
],
276267
},
268+
{
269+
text: "EVM",
270+
collapsed: true,
271+
items: [
272+
{
273+
text: "EVM Single Sequencer",
274+
link: "/guides/evm/single",
275+
},
276+
{
277+
text: "EVM reth state backup",
278+
link: "/guides/evm/reth-backup",
279+
},
280+
]
281+
},
277282
{
278283
text: "Run a Full Node",
279284
link: "/guides/full-node",
@@ -294,22 +299,6 @@ function sidebarHome() {
294299
text: "Create genesis for your rollup",
295300
link: "/guides/create-genesis",
296301
},
297-
{
298-
text: "Configuration",
299-
link: "/guides/config",
300-
},
301-
{
302-
text: "EVM Single Sequencer",
303-
link: "/guides/evm-single",
304-
},
305-
{
306-
text: "EVM Based Sequencer",
307-
link: "/guides/evm-based",
308-
},
309-
{
310-
text: "EVM reth state backup",
311-
link: "/guides/evm-reth-backup",
312-
},
313302
{
314303
text: "Metrics",
315304
link: "/guides/metrics",

guides/da/overview.md

Lines changed: 0 additions & 76 deletions
This file was deleted.

guides/evm-based.md

Lines changed: 0 additions & 182 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.

guides/sequencing/based.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

guides/sequencing/forced-inclusion.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

guides/sequencing/single.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)