SongYuQiu commented on code in PR #57:
URL:
https://github.com/apache/incubator-kvrocks-website/pull/57#discussion_r1111244845
##########
docusaurus.config.js:
##########
@@ -63,6 +63,10 @@ const config = {
themeConfig:
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
({
+ colorMode: {
+ defaultMode: 'light',
+ disableSwitch: true,
+ },
Review Comment:
The UI designer did not provide dark mode.
I'm also not good at matching colors, so the color mode switch is disabled.
BTW, there is no dark mode on the home page of some other apache projects. I
think it might not be a necessary requirement.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]