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

Commit 2ea57a3

Browse files
committed
fix titles
1 parent d9bd265 commit 2ea57a3

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.vitepress/config.ts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -209,14 +209,14 @@ function sidebarHome() {
209209
text: "Technical Specifications",
210210
collapsed: true,
211211
items: [
212-
{ text: "overview", link: "/learn/specs/overview" },
213-
{ text: "block-manager", link: "/learn/specs/block-manager" },
214-
{ text: "block-validity", link: "/learn/specs/block-validity" },
215-
{ text: "da", link: "/learn/specs/da" },
216-
{ text: "full_node", link: "/learn/specs/full_node" },
217-
{ text: "header-sync", link: "/learn/specs/header-sync" },
218-
{ text: "p2p", link: "/learn/specs/p2p" },
219-
{ text: "store", link: "/learn/specs/store" },
212+
{ text: "Overview", link: "/learn/specs/overview" },
213+
{ text: "Block Manager", link: "/learn/specs/block-manager" },
214+
{ text: "Block Validity", link: "/learn/specs/block-validity" },
215+
{ text: "Data Availability", link: "/learn/specs/da" },
216+
{ text: "Full Node", link: "/learn/specs/full_node" },
217+
{ text: "Header Sync", link: "/learn/specs/header-sync" },
218+
{ text: "P2P", link: "/learn/specs/p2p" },
219+
{ text: "Store", link: "/learn/specs/store" },
220220
],
221221
},
222222
],

0 commit comments

Comments
 (0)