We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43e1424 commit 955b5b2Copy full SHA for 955b5b2
docusaurus.config.js
@@ -109,9 +109,10 @@ const config = {
109
customFields: { ...customFields },
110
themeConfig: {
111
hideableSidebar: false,
112
+ // https://docusaurus.io/docs/search#using-algolia-docsearch
113
algolia: {
- // appId: '<NEW_APP_ID>', // TODO when receiving email (https://docusaurus.io/blog/2021/11/21/algolia-docsearch-migration)
114
- apiKey: '6b7b98565bb82e16996fd185f378d618',
+ appId: '64P3EOD5L9',
115
+ apiKey: '461e97fe74b935316bf63af4a6a93345',
116
indexName: 'agile-ts',
117
},
118
colorMode: {
0 commit comments