From 8ffd95199f5423e51bc3e224a019ef5c8ff837dc Mon Sep 17 00:00:00 2001 From: technobaboo Date: Wed, 21 Jul 2021 19:42:55 -0500 Subject: [PATCH] Updating things more --- docusaurus.config.js | 10 +++++----- src/components/HomepageFeatures.js | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 09c7d7ca..66350597 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -14,11 +14,11 @@ module.exports = { organizationName: 'StardustXR', // Usually your GitHub org/user name. projectName: 'website', // Usually your repo name. themeConfig: { - colorMode: { - defaultMode: "dark", - disableSwitch: false, - respectPrefersColorScheme: false, - }, + colorMode: { + defaultMode: "dark", + disableSwitch: true, + respectPrefersColorScheme: false, + }, navbar: { title: 'Stardust XR', logo: { diff --git a/src/components/HomepageFeatures.js b/src/components/HomepageFeatures.js index c1eb37c1..d9cfb689 100644 --- a/src/components/HomepageFeatures.js +++ b/src/components/HomepageFeatures.js @@ -18,8 +18,8 @@ const FeatureList = [ image: 'https://stereokit.net/img/StereoKitLogoLight.svg', description: ( <> - Stardust is made using StereoKit, which allows for a fast and lightweight display server. - The compiled server binary is less than 10MB and uses ~50MB of RAM (varies depending on clients). + Stardust is made using StereoKit, an XR application/rendering toolkit allowing for a fast and lightweight display server. + The compiled server binary when statically linking StereoKit is less than 10MB and uses ~50MB of RAM (varies depending on clients). ), },