diff options
-rw-r--r-- | docusaurus.config.js | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docusaurus.config.js b/docusaurus.config.js index d2e3eb5f..c1c0692e 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -168,6 +168,17 @@ const config = { theme: prismThemes.github, darkTheme: prismThemes.dracula, }, + algolia: { + appId: 'GH3BU38Y7O', + apiKey: 'aed5bb519d3a4c3627628d8ca285b1b7', + indexName: 'docusaurus', + // Optional: see doc section below + contextualSearch: true, + // Optional: Algolia search parameters + searchParameters: {}, + // Optional: path for search page that enabled by default (`false` to disable it) + searchPagePath: 'search', + }, }), }; |