Update footer
This commit is contained in:
@@ -60,6 +60,10 @@ module.exports = {
|
|||||||
{
|
{
|
||||||
title: 'Docs',
|
title: 'Docs',
|
||||||
items: [
|
items: [
|
||||||
|
{
|
||||||
|
label: 'Roadmap',
|
||||||
|
href: 'roadmap',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
label: 'Protocol',
|
label: 'Protocol',
|
||||||
to: '/docs/stardust-protocol/protocol',
|
to: '/docs/stardust-protocol/protocol',
|
||||||
@@ -77,15 +81,23 @@ module.exports = {
|
|||||||
label: 'Twitter',
|
label: 'Twitter',
|
||||||
href: 'https://twitter.com/stardustxr',
|
href: 'https://twitter.com/stardustxr',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
label: 'Stardust XR (GitHub)',
|
||||||
|
href: 'https://github.com/StardustXR',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'More',
|
title: 'Code',
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
label: 'GitHub',
|
label: 'Stardust XR (Server)',
|
||||||
href: 'https://github.com/technobaboo/stardust-xr',
|
href: 'https://github.com/technobaboo/stardust-xr',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
label: 'libstardustxr (includes Fusion)',
|
||||||
|
href: 'https://github.com/technobaboo/libstardustxr',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user