@@ -17,9 +17,6 @@ module.exports = {
1717 markdown : {
1818 pageSuffix,
1919 extendMarkdown : md => {
20- md . set ( {
21- breaks : true
22- } )
2320 md . use ( require ( 'markdown-it-video' ) )
2421 md . use ( require ( 'markdown-it-footnote' ) )
2522 md . use ( require ( 'markdown-it-task-lists' ) )
@@ -72,18 +69,18 @@ module.exports = {
7269 { text : 'Get Started' , link : '/install/' } ,
7370 { text : 'Concepts' , link : '/concepts/' } ,
7471 { text : 'Guides' , link : '/how-to/' } ,
75- { text : 'Reference' , link : '/reference/' } ,
72+ { text : 'Reference' , link : '/reference/' } ,
7673 { text : 'Project' , link : '/project/' } ,
77- { text : 'Case Studies' ,
74+ { text : 'Case Studies' ,
7875 items : [
7976 { text : 'Arbol' , link : '/case-studies/arbol/' } ,
8077 { text : 'Audius' , link : '/case-studies/audius' } ,
8178 { text : 'Fleek' , link : '/case-studies/fleek' } ,
8279 { text : 'LikeCoin' , link : '/case-studies/likecoin' } ,
8380 { text : 'Morpheus.Network' , link : '/case-studies/morpheus' } ,
84- { text : 'Snapshot' , link : '/case-studies/snapshot' } ,
81+ { text : 'Snapshot' , link : '/case-studies/snapshot' } ,
8582 ]
86- }
83+ }
8784 ] ,
8885
8986 sidebar : {
@@ -115,7 +112,7 @@ module.exports = {
115112 '/concepts/content-addressing' ,
116113 '/concepts/hashing' ,
117114 '/concepts/immutability' ,
118- '/concepts/persistence' ,
115+ '/concepts/persistence' ,
119116 '/concepts/privacy-and-encryption' ,
120117 '/concepts/nodes'
121118 ]
@@ -136,7 +133,7 @@ module.exports = {
136133 '/concepts/merkle-dag'
137134 ]
138135 } ,
139- '/concepts/ipfs-implementations' ,
136+ '/concepts/ipfs-implementations' ,
140137 '/concepts/comparisons' ,
141138 '/concepts/usage-ideas-examples' ,
142139 '/concepts/faq' ,
0 commit comments