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 @@ -206,10 +206,17 @@ function sidebarHome() {
206206 link : "/learn/execution"
207207 } ,
208208 {
209- text : "Resources " ,
209+ text : "Technical Specifications " ,
210210 collapsed : true ,
211211 items : [
212- { text : "Technical specifications" , link : "/learn/specifications" } ,
212+ { text : "template.md" , link : "/learn/specs/template" } ,
213+ { text : "block-manager.md" , link : "/learn/specs/block-manager" } ,
214+ { text : "block-validity.md" , link : "/learn/specs/block-validity" } ,
215+ { text : "da.md" , link : "/learn/specs/da" } ,
216+ { text : "full_node.md" , link : "/learn/specs/full_node" } ,
217+ { text : "header-sync.md" , link : "/learn/specs/header-sync" } ,
218+ { text : "p2p.md" , link : "/learn/specs/p2p" } ,
219+ { text : "store.md" , link : "/learn/specs/store" } ,
213220 ] ,
214221 } ,
215222 ] ,
You can’t perform that action at this time.
0 commit comments