Jelajahi Sumber

docs: enable Algolia for search (#6230)

Aakansha Doshi 2 tahun lalu
induk
melakukan
71fb60394a
1 mengubah file dengan 5 tambahan dan 0 penghapusan
  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"],