Skip to content

Commit

Permalink
feat: make menu structure more consistent (#614)
Browse files Browse the repository at this point in the history
* feat: remove 'Install', update 'About' links

* feat: add community and developers menu

* feat: remove team and help links
  • Loading branch information
hacdias authored Sep 19, 2023
1 parent 35d5f72 commit 12ec4c4
Showing 1 changed file with 12 additions and 16 deletions.
28 changes: 12 additions & 16 deletions src/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,20 +42,18 @@ const themeConfigDefaults = {
],
footerLegal: '',
headerLinks: [
{ text: 'About', link: 'https://ipfs.tech/#why' },
{ text: 'Install', link: 'https://ipfs.tech/#install' },
{ text: 'About', link: 'https://ipfs.tech/' },
{ text: 'Community', link: 'https://ipfs.tech/community/' },
{ text: 'Developers', link: 'https://ipfs.tech/developers/' },
{ text: 'Docs', link: 'https://docs.ipfs.tech/' },
{ text: 'Team', link: 'https://ipfs.tech/team' },
{ text: 'Blog', link: '/' },
{ text: 'Help', link: 'https://ipfs.tech/help' },
],
mobileNavLinks: [
{ text: 'About', link: 'https://ipfs.tech/#why' },
{ text: 'Install', link: 'https://ipfs.tech/#install' },
{ text: 'About', link: 'https://ipfs.tech/' },
{ text: 'Community', link: 'https://ipfs.tech/community/' },
{ text: 'Developers', link: 'https://ipfs.tech/developers/' },
{ text: 'Docs', link: 'https://docs.ipfs.tech/' },
{ text: 'Team', link: 'https://ipfs.tech/team' },
{ text: 'Blog', link: '/' },
{ text: 'Help', link: 'https://ipfs.tech/help' },
],
}

Expand Down Expand Up @@ -112,20 +110,18 @@ module.exports = {
},
],
headerLinks: [
{ text: 'About', link: 'https://ipfs.tech/#why' },
{ text: 'Install', link: 'https://ipfs.tech/#install' },
{ text: 'About', link: 'https://ipfs.tech/' },
{ text: 'Community', link: 'https://ipfs.tech/community/' },
{ text: 'Developers', link: 'https://ipfs.tech/developers/' },
{ text: 'Docs', link: 'https://docs.ipfs.tech/' },
{ text: 'Team', link: 'https://ipfs.tech/team' },
{ text: 'Blog', link: '/zh-cn' },
{ text: 'Help', link: 'https://ipfs.tech/help' },
],
mobileNavLinks: [
{ text: 'About', link: 'https://ipfs.tech/#why' },
{ text: 'Install', link: 'https://ipfs.tech/#install' },
{ text: 'About', link: 'https://ipfs.tech/' },
{ text: 'Community', link: 'https://ipfs.tech/community/' },
{ text: 'Developers', link: 'https://ipfs.tech/developers/' },
{ text: 'Docs', link: 'https://docs.ipfs.tech/' },
{ text: 'Team', link: 'https://ipfs.tech/team' },
{ text: 'Blog', link: '/zh-cn/' },
{ text: 'Help', link: 'https://ipfs.tech/help' },
],
},
},
Expand Down

0 comments on commit 12ec4c4

Please sign in to comment.