@@ -80,11 +80,11 @@ module.exports = {
8080 } ,
8181 nav : require ( './nav/en' ) ,
8282 nav : [
83- { text : 'Get Started' , link : '/install/' } ,
8483 { text : 'Concepts' , link : '/concepts/' } ,
84+ { text : 'Installation' , link : '/install/' } ,
8585 { text : 'Guides' , link : '/how-to/' } ,
8686 { text : 'Reference' , link : '/reference/' } ,
87- { text : 'Project ' , link : '/project /' } ,
87+ { text : 'Ecosystem ' , link : '/ecosystem /' } ,
8888 { text : 'Case Studies' ,
8989 items : [
9090 { text : 'Arbol' , link : '/case-studies/arbol/' } ,
@@ -99,7 +99,6 @@ module.exports = {
9999
100100 sidebar : {
101101 '/install/' : [
102- [ '/concepts/what-is-ipfs' , 'Basic Concepts' ] ,
103102 {
104103 title : 'Quickstart' ,
105104 sidebarDepth : 1 ,
@@ -342,17 +341,17 @@ module.exports = {
342341 '/community/contribute/contribution-tutorial'
343342 ]
344343 } ,
345- '/project /history' ,
346- '/project /repository-guide' ,
347- '/project /related-projects' ,
344+ '/ecosystem /history' ,
345+ '/ecosystem /repository-guide' ,
346+ '/ecosystem /related-projects' ,
348347 [ 'https://github.com/ipfs/specs' , 'Specifications' ] ,
349348 [ '/concepts/further-reading/academic-papers' , 'Research' ] ,
350349 [
351350 'https://github.com/ipfs/community/blob/master/code-of-conduct.md' ,
352351 'Code of conduct'
353352 ] ,
354353 ] ,
355- '/project /' : [
354+ '/ecosystem /' : [
356355 [ '/community/' , 'Join the community' ] ,
357356 '/community/contribute/ways-to-contribute' ,
358357 {
@@ -366,9 +365,9 @@ module.exports = {
366365 '/community/contribute/contribution-tutorial'
367366 ]
368367 } ,
369- '/project /history' ,
370- '/project /repository-guide' ,
371- '/project /related-projects' ,
368+ '/ecosystem /history' ,
369+ '/ecosystem /repository-guide' ,
370+ '/ecosystem /related-projects' ,
372371 [ 'https://github.com/ipfs/specs' , 'Specifications' ] ,
373372 [ '/concepts/further-reading/academic-papers' , 'Research' ] ,
374373 [
@@ -395,7 +394,7 @@ module.exports = {
395394 '/concepts/' ,
396395 '/how-to/' ,
397396 '/reference/' ,
398- '/project /' ,
397+ '/ecosystem /' ,
399398 {
400399 title : 'Case Studies' ,
401400 collapsable : true ,
0 commit comments