mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-27 18:07:57 +00:00
fix(docs-website): disable dark mode (#11468)
This commit is contained in:
parent
a78ef32984
commit
934d3d6be8
@ -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",
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user