Skip to content

Commit 7f0a78e

Browse files
committed
all: fill in algolia credentials
Signed-off-by: Luca Zeuch <[email protected]>
1 parent 31943b5 commit 7f0a78e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

assets/js/docsearch.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
import docsearch from "@docsearch/js";
22

33
docsearch({
4+
appId: "ER865HD7LN",
5+
apiKey: "56b4cffcb36dc6b444754b5cdf907917",
46
container: "#docsearch",
5-
appId: "YOUR_APP_ID",
6-
indexName: "YOUR_INDEX_NAME",
7-
apiKey: "YOUR_SEARCH_API_KEY",
7+
debug: false,
8+
indexName: "help-yagpdb",
89
insights: true
910
});
1011

0 commit comments

Comments
 (0)