Update .vuepress config.js

Disabled ko-fi link  and 'verified'
This commit is contained in:
AQ00111111 2024-08-05 03:03:57 +01:00 committed by GitHub
parent 1b2960eb9e
commit 73222926c5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -89,7 +89,7 @@ const config = {
nav: [ nav: [
// TODO update? // TODO update?
{ text: 'Projects', link: '/projects/' }, { text: 'Projects', link: '/projects/' },
{ text: 'Verified', link: '/verified/' }, // { text: 'Verified', link: '/verified/' },
{ text: 'Governance', link: '/governance/' }, { text: 'Governance', link: '/governance/' },
{ text: 'LBRY Communities', link: '/hives/' } { text: 'LBRY Communities', link: '/hives/' }
], ],
@ -115,10 +115,10 @@ const config = {
text: 'Branding', text: 'Branding',
link: '/branding/' link: '/branding/'
}, },
{ // {
text: 'Ko-fi Donations', // text: 'Ko-fi Donations',
link: 'https://ko-fi.com/lbryfoundation' // link: 'https://ko-fi.com/lbryfoundation'
}, // },
{ {
text: 'GitHub Repo', text: 'GitHub Repo',
link: 'https://github.com/LBRYFoundation/lbry.org' link: 'https://github.com/LBRYFoundation/lbry.org'