Skip to content

Commit

Permalink
remove Basic Concepts link from Install section
Browse files Browse the repository at this point in the history
  • Loading branch information
bumblefudge committed Nov 4, 2024
1 parent d71a727 commit 9d56259
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,11 @@ module.exports = {
},
nav: require('./nav/en'),
nav: [
{ text: 'Get Started', link: '/install/' },
{ text: 'Concepts', link: '/concepts/' },
{ text: 'Installation', link: '/install/' },
{ text: 'Guides', link: '/how-to/' },
{ text: 'Reference', link: '/reference/' },
{ text: 'Project', link: '/project/' },
{ text: 'Ecosystem', link: '/ecosystem/' },
{ text: 'Case Studies',
items: [
{text: 'Arbol', link : '/case-studies/arbol/'},
Expand All @@ -99,7 +99,6 @@ module.exports = {

sidebar: {
'/install/': [
['/concepts/what-is-ipfs','Basic Concepts'],
{
title: 'Quickstart',
sidebarDepth: 1,
Expand Down Expand Up @@ -342,17 +341,17 @@ module.exports = {
'/community/contribute/contribution-tutorial'
]
},
'/project/history',
'/project/repository-guide',
'/project/related-projects',
'/ecosystem/history',
'/ecosystem/repository-guide',
'/ecosystem/related-projects',
['https://github.com/ipfs/specs', 'Specifications'],
['/concepts/further-reading/academic-papers', 'Research'],
[
'https://github.com/ipfs/community/blob/master/code-of-conduct.md',
'Code of conduct'
],
],
'/project/' : [
'/ecosystem/' : [
['/community/', 'Join the community'],
'/community/contribute/ways-to-contribute',
{
Expand All @@ -366,9 +365,9 @@ module.exports = {
'/community/contribute/contribution-tutorial'
]
},
'/project/history',
'/project/repository-guide',
'/project/related-projects',
'/ecosystem/history',
'/ecosystem/repository-guide',
'/ecosystem/related-projects',
['https://github.com/ipfs/specs', 'Specifications'],
['/concepts/further-reading/academic-papers', 'Research'],
[
Expand All @@ -395,7 +394,7 @@ module.exports = {
'/concepts/',
'/how-to/',
'/reference/',
'/project/',
'/ecosystem/',
{
title: 'Case Studies',
collapsable: true,
Expand Down

0 comments on commit 9d56259

Please sign in to comment.