diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index b2f7b4978..bcf257045 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -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/'}, @@ -99,7 +99,6 @@ module.exports = { sidebar: { '/install/': [ - ['/concepts/what-is-ipfs','Basic Concepts'], { title: 'Quickstart', sidebarDepth: 1, @@ -167,34 +166,34 @@ module.exports = { collapsable: true, children: [ '/concepts/content-addressing', - '/concepts/bitswap', - '/concepts/dht', - '/concepts/dnslink', '/concepts/file-systems', - '/concepts/ipfs-gateway', - ['https://ipld.io/docs/intro/primer/', 'IPLD (InterPlanetaryLinkedData)' ], + '/concepts/dht', '/concepts/ipni', + ['/concepts/ipfs-gateway', 'Gateways'], + '/concepts/bitswap', + '/concepts/dnslink', '/concepts/ipns', '/concepts/libp2p', - '/concepts/merkle-dag' + '/concepts/merkle-dag', + ['https://ipld.io/docs/intro/primer/', 'IPLD (InterPlanetaryLinkedData)' ], ] }, + ['/concepts/comparisons','IPFS In Comparison'], + '/concepts/cod', { title: 'Implementations', sidebarDepth: 1, collapsable: true, children: [ ['/concepts/implementations', 'Implementations explained'], - ['/concepts/ipfs-implementations', 'List of implementations'] + ['/concepts/ipfs-implementations', 'List of implementations'], ] }, - '/concepts/cod', - '/concepts/comparisons', - '/concepts/public-utilities', + ['/concepts/public-utilities','Public Utilities'], ['/concepts/measuring', 'Measuring the network'], '/concepts/faq', '/concepts/glossary', - '/concepts/further-reading/academic-papers' + '/concepts/further-reading/academic-papers', ], '/how-to/': [ '/how-to/desktop-app', @@ -238,7 +237,7 @@ module.exports = { collapsable: true, children: [ '/how-to/observe-peers', - '/how-to/peering-with-content-providers' + '/how-to/peering-with-content-providers', ] }, { @@ -251,7 +250,7 @@ module.exports = { '/how-to/websites-on-ipfs/link-a-domain', '/how-to/websites-on-ipfs/introducing-fleek', '/how-to/websites-on-ipfs/static-site-generators', - '/how-to/websites-on-ipfs/redirects-and-custom-404s' + '/how-to/websites-on-ipfs/redirects-and-custom-404s', ] }, { @@ -260,7 +259,7 @@ module.exports = { collapsable: true, children: [ '/how-to/address-ipfs-on-web', - '/how-to/browser-tools-frameworks' + '/how-to/browser-tools-frameworks', ] }, { @@ -268,7 +267,7 @@ module.exports = { sidebarDepth: 1, collapsable: true, children: [ - '/how-to/publish-ipns' + '/how-to/publish-ipns', ] }, { @@ -277,7 +276,7 @@ module.exports = { collapsable: true, children: [ '/how-to/gateway-best-practices', - '/how-to/gateway-troubleshooting' + '/how-to/gateway-troubleshooting', ] }, { @@ -288,7 +287,7 @@ module.exports = { '/how-to/companion-node-types', '/how-to/dnslink-companion', '/how-to/companion-window-ipfs', - '/how-to/companion-x-ipfs-path-header' + '/how-to/companion-x-ipfs-path-header', ] }, { @@ -296,7 +295,7 @@ module.exports = { sidebarDepth: 1, collapsable: true, children: [ - '/how-to/best-practices-for-nft-data' + '/how-to/best-practices-for-nft-data', ] }, { @@ -339,12 +338,12 @@ module.exports = { '/community/contribute/grammar-formatting-and-style', '/community/contribute/writing-guide', '/community/contribute/code-persona', - '/community/contribute/contribution-tutorial' + '/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'], [ @@ -352,7 +351,7 @@ module.exports = { 'Code of conduct' ], ], - '/project/' : [ + '/ecosystem/' : [ ['/community/', 'Join the community'], '/community/contribute/ways-to-contribute', { @@ -363,17 +362,17 @@ module.exports = { '/community/contribute/grammar-formatting-and-style', '/community/contribute/writing-guide', '/community/contribute/code-persona', - '/community/contribute/contribution-tutorial' + '/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' + 'Code of conduct', ], ], '/case-studies/' : [ @@ -386,7 +385,7 @@ module.exports = { ['/case-studies/fleek', 'Fleek'], ['/case-studies/likecoin', 'LikeCoin'], ['/case-studies/morpheus', 'Morpheus.Network'], - ['/case-studies/snapshot', 'Snapshot'] + ['/case-studies/snapshot', 'Snapshot'], ] } ], @@ -395,7 +394,7 @@ module.exports = { '/concepts/', '/how-to/', '/reference/', - '/project/', + '/ecosystem/', { title: 'Case Studies', collapsable: true, @@ -405,7 +404,7 @@ module.exports = { ['/case-studies/fleek', 'Fleek'], ['/case-studies/likecoin', 'LikeCoin'], ['/case-studies/morpheus', 'Morpheus.Network'], - ['/case-studies/snapshot', 'Snapshot'] + ['/case-studies/snapshot', 'Snapshot'], ] }, ] diff --git a/docs/README.md b/docs/README.md index e9d58fbca..d2af80622 100644 --- a/docs/README.md +++ b/docs/README.md @@ -57,7 +57,7 @@ Connect your Web2 application to the IPFS network using standard HTTP: - Learn more about the subsystems that IPFS is composed of in [Subsystems and components](./concepts/README.md#subsystems-and-components) - Get an [overview of IPFS implementations](./concepts/ipfs-implementations.md). - [Compare IPFS to other similar systems](./concepts/comparisons.md). -- Understand the project history, ecosystem status and more in the [Project section](./project/README.md). +- Understand the project history, ecosystem status, code governance, and more in the [Ecosystem section](./ecosystem/README.md). - See how other software systems leverage IPFS in the [Case Studies section](./case-studies/arbol.md). ## Join the IPFS community diff --git a/docs/project/README.md b/docs/ecosystem/README.md similarity index 100% rename from docs/project/README.md rename to docs/ecosystem/README.md diff --git a/docs/project/history.md b/docs/ecosystem/history.md similarity index 100% rename from docs/project/history.md rename to docs/ecosystem/history.md diff --git a/docs/project/related-projects.md b/docs/ecosystem/related-projects.md similarity index 100% rename from docs/project/related-projects.md rename to docs/ecosystem/related-projects.md diff --git a/docs/project/repository-guide.md b/docs/ecosystem/repository-guide.md similarity index 100% rename from docs/project/repository-guide.md rename to docs/ecosystem/repository-guide.md