diff --git a/docusaurus.config.js b/docusaurus.config.js index 9aff76e9..d03fe855 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -60,6 +60,10 @@ module.exports = { { title: 'Docs', items: [ + { + label: 'Roadmap', + href: 'roadmap', + }, { label: 'Protocol', to: '/docs/stardust-protocol/protocol', @@ -77,15 +81,23 @@ module.exports = { label: 'Twitter', href: 'https://twitter.com/stardustxr', }, + { + label: 'Stardust XR (GitHub)', + href: 'https://github.com/StardustXR', + }, ], }, { - title: 'More', + title: 'Code', items: [ { - label: 'GitHub', + label: 'Stardust XR (Server)', href: 'https://github.com/technobaboo/stardust-xr', }, + { + label: 'libstardustxr (includes Fusion)', + href: 'https://github.com/technobaboo/libstardustxr', + }, ], }, ],