docs: enable Algolia for search (#6230)

pull/6229/head^2
Aakansha Doshi 2 years ago committed by GitHub
parent c9d18ecab6
commit 71fb60394a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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"],

Loading…
Cancel
Save