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

Commit 305dc82

Browse files
committed
move chapters to correct position
1 parent 1a10b91 commit 305dc82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.vitepress/config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,6 @@ function sidebarHome() {
187187
text: "About Rollkit",
188188
link: "/learn/about",
189189
},
190-
{ text: "Transaction flow", link: "/learn/transaction-flow" },
191-
{ text: "Configuration", link: "/learn/config" },
192190
{
193191
text: "Data Availability",
194192
link: "/learn/data-availability",
@@ -219,6 +217,8 @@ function sidebarHome() {
219217
{ text: "Store", link: "/learn/specs/store" },
220218
],
221219
},
220+
{ text: "Transaction flow", link: "/learn/transaction-flow" },
221+
{ text: "Configuration", link: "/learn/config" },
222222
],
223223
},
224224
{

0 commit comments

Comments
 (0)