@@ -17,9 +17,6 @@ module.exports = {
17
17
markdown : {
18
18
pageSuffix,
19
19
extendMarkdown : md => {
20
- md . set ( {
21
- breaks : true
22
- } )
23
20
md . use ( require ( 'markdown-it-video' ) )
24
21
md . use ( require ( 'markdown-it-footnote' ) )
25
22
md . use ( require ( 'markdown-it-task-lists' ) )
@@ -72,18 +69,18 @@ module.exports = {
72
69
{ text : 'Get Started' , link : '/install/' } ,
73
70
{ text : 'Concepts' , link : '/concepts/' } ,
74
71
{ text : 'Guides' , link : '/how-to/' } ,
75
- { text : 'Reference' , link : '/reference/' } ,
72
+ { text : 'Reference' , link : '/reference/' } ,
76
73
{ text : 'Project' , link : '/project/' } ,
77
- { text : 'Case Studies' ,
74
+ { text : 'Case Studies' ,
78
75
items : [
79
76
{ text : 'Arbol' , link : '/case-studies/arbol/' } ,
80
77
{ text : 'Audius' , link : '/case-studies/audius' } ,
81
78
{ text : 'Fleek' , link : '/case-studies/fleek' } ,
82
79
{ text : 'LikeCoin' , link : '/case-studies/likecoin' } ,
83
80
{ text : 'Morpheus.Network' , link : '/case-studies/morpheus' } ,
84
- { text : 'Snapshot' , link : '/case-studies/snapshot' } ,
81
+ { text : 'Snapshot' , link : '/case-studies/snapshot' } ,
85
82
]
86
- }
83
+ }
87
84
] ,
88
85
89
86
sidebar : {
@@ -115,7 +112,7 @@ module.exports = {
115
112
'/concepts/content-addressing' ,
116
113
'/concepts/hashing' ,
117
114
'/concepts/immutability' ,
118
- '/concepts/persistence' ,
115
+ '/concepts/persistence' ,
119
116
'/concepts/privacy-and-encryption' ,
120
117
'/concepts/nodes'
121
118
]
@@ -136,7 +133,7 @@ module.exports = {
136
133
'/concepts/merkle-dag'
137
134
]
138
135
} ,
139
- '/concepts/ipfs-implementations' ,
136
+ '/concepts/ipfs-implementations' ,
140
137
'/concepts/comparisons' ,
141
138
'/concepts/usage-ideas-examples' ,
142
139
'/concepts/faq' ,
0 commit comments