Skip to content

Commit 0233cb5

Browse files
committed
Try using Pagefind instead of Algolia
1 parent 8d36462 commit 0233cb5

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

website/docusaurus.config.ts

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ const config: Config = {
7070
customFields: {
7171
repoUrl: 'https://github.com/reduxjs/redux-toolkit',
7272
},
73+
themes: [require.resolve('@getcanary/docusaurus-theme-search-pagefind')],
7374
themeConfig: {
7475
tableOfContents: {
7576
minHeadingLevel: 2,
@@ -185,11 +186,11 @@ const config: Config = {
185186
],
186187
copyright: `Copyright © 2015–${new Date().getFullYear()} Dan Abramov and the Redux documentation authors.`,
187188
},
188-
algolia: {
189-
appId: 'CK59DFV0FC',
190-
apiKey: '98e886dfbcde7f7e8ec8d7ff1c2c34c8',
191-
indexName: 'redux-starter-kit',
192-
},
189+
// algolia: {
190+
// appId: 'CK59DFV0FC',
191+
// apiKey: '98e886dfbcde7f7e8ec8d7ff1c2c34c8',
192+
// indexName: 'redux-starter-kit',
193+
// },
193194
} satisfies ThemeConfig,
194195
plugins: [
195196
[

0 commit comments

Comments
 (0)