File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ const config: Config = {
13
13
favicon : 'img/favicon/favicon.ico' ,
14
14
organizationName : 'reduxjs' ,
15
15
projectName : 'redux' ,
16
+ themes : [ require . resolve ( '@getcanary/docusaurus-theme-search-pagefind' ) ] ,
16
17
themeConfig : {
17
18
tableOfContents : {
18
19
minHeadingLevel : 2 ,
@@ -159,11 +160,11 @@ const config: Config = {
159
160
} ,
160
161
copyright : `Copyright © 2015–${ new Date ( ) . getFullYear ( ) } Dan Abramov and the Redux documentation authors.`
161
162
} ,
162
- algolia : {
163
- appId : 'YUQHC5OCW0' ,
164
- apiKey : 'ef8f3e604a1e7ed3afa4dbaeeecfa5f2' ,
165
- indexName : 'redux'
166
- }
163
+ // algolia: {
164
+ // appId: 'YUQHC5OCW0',
165
+ // apiKey: 'ef8f3e604a1e7ed3afa4dbaeeecfa5f2',
166
+ // indexName: 'redux'
167
+ // }
167
168
} satisfies ThemeConfig ,
168
169
presets : [
169
170
[
You can’t perform that action at this time.
0 commit comments