docs: enable Algolia for search (#6230)

This commit is contained in:
Aakansha Doshi 2023-02-13 17:39:11 +05:30 committed by GitHub
parent c9d18ecab6
commit 71fb60394a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -132,6 +132,11 @@ const config = {
tableOfContents: {
maxHeadingLevel: 4,
},
algolia: {
appId: "8FEAOD28DI",
apiKey: "4b07cca33ff2d2919bc95ff98f148e9e",
indexName: "excalidraw",
},
}),
themes: ["@docusaurus/theme-live-codeblock"],
plugins: ["docusaurus-plugin-sass"],