Update config.js
This commit is contained in:
parent
21015fca32
commit
3d8766a407
1 changed files with 5 additions and 13 deletions
|
@ -86,11 +86,10 @@ const config = {
|
||||||
search: false,
|
search: false,
|
||||||
nav: [
|
nav: [
|
||||||
// TODO update?
|
// TODO update?
|
||||||
{ text: 'Swarm', link: '/swarm/' },
|
{ text: 'Projects', link: '/projects/' },
|
||||||
{ text: 'Roadmap', link: '/roadmap/' },
|
{ text: 'Verify', link: '/verify/' },
|
||||||
{ text: 'Verified', link: '/verified/' },
|
|
||||||
{ text: 'Governance', link: '/governance/' },
|
{ text: 'Governance', link: '/governance/' },
|
||||||
{ text: 'Projects', link: '/projects/' }
|
{ text: 'LBRY Communities', link: '/hives/' }
|
||||||
],
|
],
|
||||||
sidebar,
|
sidebar,
|
||||||
nextLinks: true,
|
nextLinks: true,
|
||||||
|
@ -128,15 +127,8 @@ const config = {
|
||||||
{
|
{
|
||||||
text: 'LBRY.tech',
|
text: 'LBRY.tech',
|
||||||
link: 'https://lbry.tech/'
|
link: 'https://lbry.tech/'
|
||||||
},
|
}
|
||||||
{
|
]
|
||||||
text: 'LBRY.fund',
|
|
||||||
link: 'https://lbry.fund/'
|
|
||||||
},
|
|
||||||
{
|
|
||||||
text: 'LBRY.tv',
|
|
||||||
link: 'https://lbry.tv/'
|
|
||||||
}]
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
finePrints: [
|
finePrints: [
|
||||||
|
|
Loading…
Add table
Reference in a new issue