We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 705c14b commit 9caf13fCopy full SHA for 9caf13f
docusaurus.config.js
@@ -103,20 +103,11 @@ module.exports = {
103
],
104
copyright: `Copyright: © ${new Date().getFullYear()} Redis Labs. Redis and the cube logo are registered trademarks of Redis Labs Ltd.`,
105
},
106
- algolia: {
107
- apiKey: 'YOUR_API_KEY',
108
- indexName: 'YOUR_INDEX_NAME',
109
110
- // Optional: see doc section bellow
111
- contextualSearch: true,
112
-
113
- // Optional: Algolia search parameters
114
- searchParameters: {},
115
- },
116
colorMode: {
117
// Hides the switch in the navbar
118
// Useful if you want to support a single color mode
119
- disableSwitch: true,
+ disableSwitch: false,
120
121
announcementBar: {
122
id: 'sample', // Any value that will identify this message.
0 commit comments