Update sidebar.js
This commit is contained in:
parent
21015fca32
commit
5375006d10
1 changed files with 13 additions and 3 deletions
|
@ -3,10 +3,20 @@ module.exports = {
|
|||
{
|
||||
title: 'Projects',
|
||||
children: [
|
||||
'/projects/tavern/',
|
||||
'/projects/swarm/',
|
||||
'/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