Skip to content

Commit b091718

Browse files
committed
custom.js: Update search API key (#293)
(cherry picked from commit 70e24a8)
1 parent e183e8c commit b091718

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/js/custom.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ $(document).ready(function() {
7676
docsearch({
7777
container: '#docsearch',
7878
appId: 'WLX2XJZTRM',
79-
apiKey: '2f787880034cca4df5db377f12ac3d8a',
79+
apiKey: '40ac288790bce56f11de4f1fb8e8ded4',
8080
indexName: 'ezplatform_userguide',
8181
inputSelector: '#search_input',
8282
transformData: function(hits) {

0 commit comments

Comments
 (0)