File tree Expand file tree Collapse file tree 4 files changed +6
-156
lines changed Expand file tree Collapse file tree 4 files changed +6
-156
lines changed Original file line number Diff line number Diff line change @@ -146,6 +146,12 @@ const config: Config = {
146
146
] ,
147
147
hideOnScroll : false ,
148
148
} ,
149
+ algolia : {
150
+ appId : 'N69WSPZTID' ,
151
+ apiKey : 'b2b00f4ed8ca3dc87b5d211c55121416' ,
152
+ contextualSearch : true ,
153
+ indexName : 'homarr'
154
+ } ,
149
155
footer : {
150
156
links : [
151
157
{
@@ -222,7 +228,6 @@ const config: Config = {
222
228
} ,
223
229
} satisfies Preset . ThemeConfig ,
224
230
plugins : [
225
- require . resolve ( '@cmfcmf/docusaurus-search-local' ) ,
226
231
'docusaurus-plugin-image-zoom' ,
227
232
async function tailwindCssPlugin ( context , options ) {
228
233
return {
Original file line number Diff line number Diff line change 21
21
"api-dump-contributors" : " node ./scripts/dump-contributors.js"
22
22
},
23
23
"dependencies" : {
24
- "@cmfcmf/docusaurus-search-local" : " ^1.2.0" ,
25
24
"@dipakparmar/docusaurus-plugin-umami" : " ^2.1.2" ,
26
25
"@docusaurus/core" : " ^3.6.3" ,
27
26
"@docusaurus/plugin-sitemap" : " ^3.6.3" ,
Original file line number Diff line number Diff line change 55
55
margin-right : 1rem ;
56
56
}
57
57
58
- .aa-DetachedSearchButton ,
59
- form .aa-Form {
60
- border-radius : 0.5rem !important ;
61
- border : none !important ;
62
- background-color : # e8e8e8 !important ;
63
- }
64
-
65
- [data-theme = 'dark' ] .aa-DetachedSearchButton ,
66
- [data-theme = 'dark' ] form .aa-Form {
67
- background-color : var (--ifm-scrollbar-track-background-color ) !important ;
68
- color : # e1e1e1 ;
69
- }
70
-
71
- [data-theme = 'dark' ] .aa-DetachedSearchButton svg {
72
- color : # e1e1e1 ;
73
- }
74
-
75
58
.swiper-slide {
76
59
width : initial !important ;
77
60
height : auto !important ;
@@ -113,19 +96,6 @@ form.aa-Form {
113
96
font-weight : 600 ;
114
97
}
115
98
116
- .dsla-search-wrapper {
117
- width : 300px ;
118
- }
119
-
120
- .dsla-search-wrapper .aa-DetachedSearchButton svg {
121
- color : # 9a9a9a ;
122
- }
123
-
124
- .dsla-search-wrapper .aa-DetachedSearchButtonPlaceholder ,
125
- [data-theme = "dark" ] .dsla-search-wrapper .aa-DetachedSearchButton svg {
126
- color : # 9a9a9a ;
127
- }
128
-
129
99
.medium-zoom-overlay {
130
100
background-color : transparent !important ;
131
101
backdrop-filter : blur (10px ) brightness (0.7 );
You can’t perform that action at this time.
0 commit comments