Skip to content

Commit da9e660

Browse files
authored
chore: use theme aligning with user system preferences (#572)
1 parent 0a3fdd3 commit da9e660

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/docusaurus.config.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,11 @@ const config: Config = {
8686
// Replace with your project's social card
8787
image: 'img/social-card.jpg',
8888
metadata: [{ name: 'description', content: 'Official documentation for CocoIndex - Learn how to use CocoIndex to build robust data indexing pipelines for AI applications. Comprehensive guides, API references, and best practices for implementing efficient data processing workflows.' }],
89+
colorMode: {
90+
defaultMode: 'light',
91+
disableSwitch: false,
92+
respectPrefersColorScheme: true,
93+
},
8994
navbar: {
9095
title: 'CocoIndex',
9196
logo: {

0 commit comments

Comments
 (0)