fix(docs-website): disable dark mode (#11468)

This commit is contained in:
Harshal Sheth 2024-09-24 18:24:08 -07:00 committed by GitHub
parent a78ef32984
commit 934d3d6be8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -65,6 +65,12 @@ module.exports = {
// isCloseable: false,
// },
// }),
colorMode: {
// Only support light mode.
defaultMode: 'light',
disableSwitch: true,
respectPrefersColorScheme: false,
},
navbar: {
title: null,
logo: {
@ -245,7 +251,7 @@ module.exports = {
},
{
label: "Adoption",
to: "docs/#adoption",
href: "/adoption-stories",
},
],
},