Skip to content

Commit

Permalink
Adds 'Networks' to sidebar.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnymatthews authored and jennijuju committed Sep 23, 2021
1 parent 9c9dc7c commit fa22856
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/.vuepress/config.js
Expand Up @@ -64,6 +64,9 @@ module.exports = {
},
nav: require('./nav/en'),
sidebar: {
'/networks/': [
'/networks/network-performance',
],
'/get-started/': [
{
title: 'Store and retrieve',
Expand Down Expand Up @@ -201,7 +204,6 @@ module.exports = {
'/about-filecoin/how-filecoin-works',
'/about-filecoin/why-filecoin',
'/about-filecoin/ipfs-and-filecoin',
'/about-filecoin/networks',
'/about-filecoin/filecoin-compared-to',
'/about-filecoin/managing-assets',
'/about-filecoin/faq',
Expand Down
1 change: 1 addition & 0 deletions docs/.vuepress/nav/en.js
@@ -1,5 +1,6 @@
module.exports = [
{ text: 'About Filecoin', link: '/' },
{ text: 'Networks', link: '/networks/' },
{ text: 'Get Started', link: '/get-started/' },
{ text: 'Store', link: '/store/' },
{ text: 'Mine', link: '/mine/' },
Expand Down

0 comments on commit fa22856

Please sign in to comment.