Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.
11 changes: 9 additions & 2 deletions .vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -206,10 +206,17 @@ function sidebarHome() {
link: "/learn/execution"
},
{
text: "Resources",
text: "Technical Specifications",
collapsed: true,
items: [
{ text: "Technical specifications", link: "/learn/specifications" },
{ text: "overview", link: "/learn/specs/overview" },
{ text: "block-manager", link: "/learn/specs/block-manager" },
{ text: "block-validity", link: "/learn/specs/block-validity" },
{ text: "da", link: "/learn/specs/da" },
{ text: "full_node", link: "/learn/specs/full_node" },
{ text: "header-sync", link: "/learn/specs/header-sync" },
{ text: "p2p", link: "/learn/specs/p2p" },
{ text: "store", link: "/learn/specs/store" },
],
},
],
Expand Down
5 changes: 0 additions & 5 deletions learn/specifications.md

This file was deleted.

Loading