diff --git a/src/.vuepress/config.js b/src/.vuepress/config.js index 6c01a344..d35424fc 100644 --- a/src/.vuepress/config.js +++ b/src/.vuepress/config.js @@ -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' }, ], } @@ -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' }, ], }, },