You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docusaurus.config.js
+12-11
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
constpath=require('path');
2
2
3
3
module.exports={
4
+
clientModules: ['./redirect.js'],
4
5
title: 'The Home of Redis Developers',
5
6
tagline:
6
7
'Learn all the best practices to get up and running with Redis in no time. Get started and discover the power of Redis, whether on your local machines or in the cloud.',
@@ -181,7 +182,7 @@ module.exports = {
181
182
name: 'Tugdual Grall',
182
183
title: 'Former Technical Marketing Manager at Redis',
183
184
image: 'profile_pic_tugdual_grall.png',
184
-
}
185
+
},
185
186
},
186
187
},
187
188
themeConfig:
@@ -202,7 +203,7 @@ module.exports = {
202
203
'elixir',
203
204
'groovy',
204
205
'sql',
205
-
'typescript'
206
+
'typescript',
206
207
],
207
208
},
208
209
@@ -298,14 +299,14 @@ module.exports = {
298
299
// Useful if you want to support a single color mode
299
300
disableSwitch: false,
300
301
},
301
-
announcementBar: {
302
-
id: 'redis-7-2-release',// Any value that will identify this message.
0 commit comments