Update footer

This commit is contained in:
technobaboo
2021-07-22 09:34:49 -05:00
parent 23574c8e18
commit 8f8258cc82

View File

@@ -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',
},
], ],
}, },
], ],