Skip to content
This repository was archived by the owner on Feb 15, 2025. It is now read-only.

Commit 955b5b2

Browse files
committed
updated algolia config
1 parent 43e1424 commit 955b5b2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docusaurus.config.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,10 @@ const config = {
109109
customFields: { ...customFields },
110110
themeConfig: {
111111
hideableSidebar: false,
112+
// https://docusaurus.io/docs/search#using-algolia-docsearch
112113
algolia: {
113-
// appId: '<NEW_APP_ID>', // TODO when receiving email (https://docusaurus.io/blog/2021/11/21/algolia-docsearch-migration)
114-
apiKey: '6b7b98565bb82e16996fd185f378d618',
114+
appId: '64P3EOD5L9',
115+
apiKey: '461e97fe74b935316bf63af4a6a93345',
115116
indexName: 'agile-ts',
116117
},
117118
colorMode: {

0 commit comments

Comments
 (0)