Skip to content

Commit bb07640

Browse files
authored
Updated credentials for algolia (#265)
Signed-off-by: Jonsy13 <[email protected]>
1 parent 5531cba commit bb07640

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.gitleaksignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
website/docusaurus.config.js:generic-api-key:51

website/docusaurus.config.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ module.exports = {
4747
projectName: 'litmus',
4848
themeConfig: {
4949
algolia: {
50-
apiKey: '7af78d639b7342f7da38c5c5c51993b0',
51-
indexName: 'litmuschaos',
52-
contextualSearch: true
50+
appId: "D8YZTJNSE2",
51+
apiKey: 'b388bb42bbdfcd9c02f0eb32c6ee9fa4',
52+
indexName: 'litmuschaos'
5353
},
5454
navbar: {
5555
title: 'Litmus Docs',

0 commit comments

Comments
 (0)