Skip to content

Commit ff1c06d

Browse files
committed
remove technical details section
1 parent a4436f9 commit ff1c06d

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.vitepress/config.ts

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -187,14 +187,8 @@ function sidebarHome() {
187187
text: "About Rollkit",
188188
link: "/learn/about",
189189
},
190-
{
191-
text: "Technical details",
192-
collapsed: true,
193-
items: [
194-
{ text: "Transaction flow", link: "/learn/transaction-flow" },
195-
{ text: "Configuration", link: "/learn/config" },
196-
],
197-
},
190+
{ text: "Transaction flow", link: "/learn/transaction-flow" },
191+
{ text: "Configuration", link: "/learn/config" },
198192
{
199193
text: "Data Availability",
200194
link: "/learn/data-availability",

0 commit comments

Comments
 (0)