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 @@ -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 [
You can’t perform that action at this time.
0 commit comments