Update site overview

This commit is contained in:
technobaboo
2021-07-22 11:45:28 -05:00
parent 8f8258cc82
commit 23a1de8a55
4 changed files with 50 additions and 7 deletions

View File

@@ -33,7 +33,7 @@ module.exports = {
},
{
type: 'doc',
docId: 'intro',
docId: 'overview',
position: 'left',
label: 'Docs',
},
@@ -64,6 +64,10 @@ module.exports = {
label: 'Roadmap',
href: 'roadmap',
},
{
label: 'Overview',
to: '/docs/overview',
},
{
label: 'Protocol',
to: '/docs/stardust-protocol/protocol',