Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some minor clean-up for "front door" purposes #1950

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
67 changes: 33 additions & 34 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 @@ -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',
Expand Down Expand Up @@ -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',
]
},
{
Expand All @@ -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',
]
},
{
Expand All @@ -260,15 +259,15 @@ module.exports = {
collapsable: true,
children: [
'/how-to/address-ipfs-on-web',
'/how-to/browser-tools-frameworks'
'/how-to/browser-tools-frameworks',
]
},
{
title: 'IPNS',
sidebarDepth: 1,
collapsable: true,
children: [
'/how-to/publish-ipns'
'/how-to/publish-ipns',
]
},
{
Expand All @@ -277,7 +276,7 @@ module.exports = {
collapsable: true,
children: [
'/how-to/gateway-best-practices',
'/how-to/gateway-troubleshooting'
'/how-to/gateway-troubleshooting',
]
},
{
Expand All @@ -288,15 +287,15 @@ 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',
]
},
{
title: 'IPFS & Blockchain Networks',
sidebarDepth: 1,
collapsable: true,
children: [
'/how-to/best-practices-for-nft-data'
'/how-to/best-practices-for-nft-data',
]
},
{
Expand Down Expand Up @@ -339,20 +338,20 @@ 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'
],
],
'/project/' : [
'/ecosystem/' : [
['/community/', 'Join the community'],
'/community/contribute/ways-to-contribute',
{
Expand All @@ -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/' : [
Expand All @@ -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'],
]
}
],
Expand All @@ -395,7 +394,7 @@ module.exports = {
'/concepts/',
'/how-to/',
'/reference/',
'/project/',
'/ecosystem/',
{
title: 'Case Studies',
collapsable: true,
Expand All @@ -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'],
]
},
]
Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.