docs: enable Algolia for search (#6230)
This commit is contained in:
parent
c9d18ecab6
commit
71fb60394a
@ -132,6 +132,11 @@ const config = {
|
|||||||
tableOfContents: {
|
tableOfContents: {
|
||||||
maxHeadingLevel: 4,
|
maxHeadingLevel: 4,
|
||||||
},
|
},
|
||||||
|
algolia: {
|
||||||
|
appId: "8FEAOD28DI",
|
||||||
|
apiKey: "4b07cca33ff2d2919bc95ff98f148e9e",
|
||||||
|
indexName: "excalidraw",
|
||||||
|
},
|
||||||
}),
|
}),
|
||||||
themes: ["@docusaurus/theme-live-codeblock"],
|
themes: ["@docusaurus/theme-live-codeblock"],
|
||||||
plugins: ["docusaurus-plugin-sass"],
|
plugins: ["docusaurus-plugin-sass"],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user