Merge pull request #30 from LBRYFoundation/VladHZC-patch-2
Update sidebar.js
This commit is contained in:
commit
43ed7c1b90
1 changed files with 13 additions and 3 deletions
|
@ -3,10 +3,20 @@ module.exports = {
|
||||||
{
|
{
|
||||||
title: 'Projects',
|
title: 'Projects',
|
||||||
children: [
|
children: [
|
||||||
'/projects/tavern/',
|
'/projects/swarm/',
|
||||||
'/projects/podcast/',
|
'/projects/podcast/',
|
||||||
'/projects/arena/'
|
'/projects/radio/'
|
||||||
]
|
]
|
||||||
},
|
}
|
||||||
|
],
|
||||||
|
'/governance/': [
|
||||||
|
{
|
||||||
|
title: 'Governance',
|
||||||
|
children: [
|
||||||
|
'/governance/creators-council/',
|
||||||
|
'/governance/curators/',
|
||||||
|
'/governance/marketing/',
|
||||||
|
]
|
||||||
|
}
|
||||||
]
|
]
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue