Skip to content

Commit

Permalink
fix(docs-website): disable dark mode (datahub-project#11468)
Browse files Browse the repository at this point in the history
  • Loading branch information
hsheth2 authored Sep 25, 2024
1 parent a78ef32 commit 934d3d6
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs-website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,12 @@ module.exports = {
// isCloseable: false,
// },
// }),
colorMode: {
// Only support light mode.
defaultMode: 'light',
disableSwitch: true,
respectPrefersColorScheme: false,
},
navbar: {
title: null,
logo: {
Expand Down Expand Up @@ -245,7 +251,7 @@ module.exports = {
},
{
label: "Adoption",
to: "docs/#adoption",
href: "/adoption-stories",
},
],
},
Expand Down

0 comments on commit 934d3d6

Please sign in to comment.