mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
docs: enable Algolia for search (#6230)
This commit is contained in:
parent
c9d18ecab6
commit
71fb60394a
1 changed files with 5 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue