We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31943b5 commit 7f0a78eCopy full SHA for 7f0a78e
assets/js/docsearch.js
@@ -1,10 +1,11 @@
1
import docsearch from "@docsearch/js";
2
3
docsearch({
4
+ appId: "ER865HD7LN",
5
+ apiKey: "56b4cffcb36dc6b444754b5cdf907917",
6
container: "#docsearch",
- appId: "YOUR_APP_ID",
- indexName: "YOUR_INDEX_NAME",
7
- apiKey: "YOUR_SEARCH_API_KEY",
+ debug: false,
8
+ indexName: "help-yagpdb",
9
insights: true
10
});
11
0 commit comments