ソースを参照

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