Removed dark/light switch

This commit is contained in:
2021-10-13 14:53:02 -07:00
parent 9506ee7054
commit ebebc3d5b5

View File

@@ -57,7 +57,7 @@ const config = {
},
{to: '/blog', label: 'Blog', position: 'left'},
{
href: 'https://github.com/facebook/docusaurus',
href: 'https://github.com/rishighan/threetwo',
label: 'GitHub',
position: 'right',
},
@@ -104,6 +104,9 @@ const config = {
],
copyright: `Copyright © ${new Date().getFullYear()} Quasar Software, LLC. Built with Docusaurus.`,
},
colorMode: {
disableSwitch: true,
},
prism: {
theme: lightCodeTheme,
darkTheme: darkCodeTheme,