Skip to content

Commit 0d4fa31

Browse files
authored
Merge pull request #3587 from replicatedhq/add-docsearch
Add Algolia Docsearch
2 parents b31ac96 + 30f883c commit 0d4fa31

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docusaurus.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,11 @@ const config = {
7979
},
8080
algolia: {
8181
// The application ID provided by Algolia
82-
appId: 'BHWS2Z6GO0',
82+
appId: 'GHHO0O7LF5',
8383

8484
// Public API key: it is safe to commit it
85-
apiKey: 'ebabec43cbd814475c6111ca570fe648',
86-
indexName: 'docs',
85+
apiKey: '94355b8c51360cebbfff7519ab737aa8',
86+
indexName: 'Replicated Docs',
8787
},
8888
navbar: {
8989
title: 'Docs',

0 commit comments

Comments
 (0)