diff --git a/docusaurus.config.js b/docusaurus.config.js index bf1b505a..eecb5f1c 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -48,7 +48,12 @@ module.exports = { position: 'right', }, { - href: 'https://github.com/StardustXR/stardust-xr', + href: 'https://matrix.to/#/#stardustxr:matrix.org', + label: 'Matrix', + position: 'right', + }, + { + href: 'https://github.com/StardustXR', label: 'GitHub', position: 'right', }, @@ -81,6 +86,10 @@ module.exports = { label: 'Discord', href: 'https://discord.gg/qwxuwRrbP5', }, + { + label: 'Matrix', + href: 'https://matrix.to/#/#stardustxr:matrix.org', + }, { label: 'Twitter', href: 'https://twitter.com/stardustxr', @@ -102,6 +111,10 @@ module.exports = { label: 'libstardustxr (includes Fusion)', href: 'https://github.com/StardustXR/libstardustxr', }, + { + label: 'Stardust Client Tests', + href: 'https://github.com/StardustXR/stardust-client-tests', + }, ], }, ],