瀏覽代碼

docs: enable Algolia for search (#6230)

Aakansha Doshi 2 年之前
父節點
當前提交
71fb60394a
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      dev-docs/docusaurus.config.js

+ 5 - 0
dev-docs/docusaurus.config.js

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