This repository was archived by the owner on Aug 7, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -213,10 +213,17 @@ function sidebarHome() {
213213 link : "/learn/execution"
214214 } ,
215215 {
216- text : "Resources " ,
216+ text : "Technical Specifications " ,
217217 collapsed : true ,
218218 items : [
219- { text : "Technical specifications" , link : "/learn/specifications" } ,
219+ { text : "template.md" , link : "/learn/specs/template" } ,
220+ { text : "block-manager.md" , link : "/learn/specs/block-manager" } ,
221+ { text : "block-validity.md" , link : "/learn/specs/block-validity" } ,
222+ { text : "da.md" , link : "/learn/specs/da" } ,
223+ { text : "full_node.md" , link : "/learn/specs/full_node" } ,
224+ { text : "header-sync.md" , link : "/learn/specs/header-sync" } ,
225+ { text : "p2p.md" , link : "/learn/specs/p2p" } ,
226+ { text : "store.md" , link : "/learn/specs/store" } ,
220227 ] ,
221228 } ,
222229 ] ,
You can’t perform that action at this time.
0 commit comments