Skip to content

Commit 70e24a8

Browse files
authored
custom.js: Update search API key (#293)
1 parent 050b615 commit 70e24a8

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
@@ -78,7 +78,7 @@ $(document).ready(function() {
7878
docsearch({
7979
container: '#docsearch',
8080
appId: 'WLX2XJZTRM',
81-
apiKey: '2f787880034cca4df5db377f12ac3d8a',
81+
apiKey: '40ac288790bce56f11de4f1fb8e8ded4',
8282
indexName: 'ezplatform_userguide',
8383
inputSelector: '#search_input',
8484
transformData: function(hits) {

0 commit comments

Comments
 (0)