diff options
author | 安竹洋平 <61961825+yasutakeyohei@users.noreply.github.com> | 2024-01-21 23:24:12 +0900 |
---|---|---|
committer | 安竹洋平 <61961825+yasutakeyohei@users.noreply.github.com> | 2024-01-21 23:24:12 +0900 |
commit | 8da2c0aef557fc886d36b9b8ecbeddff483d34f2 (patch) | |
tree | 83c3249893da0c6237ab3a341a05da732c5d8954 /docusaurus.config.js | |
parent | ed368ccb29bbc51a6d897bee27094309f62f788f (diff) |
algoliaを追加
Diffstat (limited to 'docusaurus.config.js')
-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', + }, }), }; |