fix: update the navbar links
This commit is contained in:
parent
070c5a23e4
commit
c6ea241597
|
@ -98,13 +98,21 @@ const config = {
|
||||||
type: 'search',
|
type: 'search',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'About',
|
label: 'About Nimbus',
|
||||||
to: '/about',
|
to: '/about',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
label: 'Community',
|
||||||
|
to: '/community',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
label: 'Docs',
|
label: 'Docs',
|
||||||
to: '/docs',
|
to: '/docs',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
label: 'Blog',
|
||||||
|
href: 'https://blog.nimbus.team/',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
label: 'Join Us',
|
label: 'Join Us',
|
||||||
href: '/join-us',
|
href: '/join-us',
|
||||||
|
|
Loading…
Reference in New Issue