@@ -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