File tree Expand file tree Collapse file tree 3 files changed +4643
-3276
lines changed Expand file tree Collapse file tree 3 files changed +4643
-3276
lines changed Original file line number Diff line number Diff line change @@ -135,6 +135,7 @@ const siteConfig = {
135
135
toolsMD,
136
136
setupBabelrc,
137
137
} ,
138
+ plugins : [ "@orama/plugin-docusaurus-v3" ] ,
138
139
presets : [
139
140
[
140
141
"@docusaurus/preset-classic" ,
@@ -214,12 +215,6 @@ const siteConfig = {
214
215
secondaryColor : "#323330" ,
215
216
} ,
216
217
} ,
217
- algolia : {
218
- appId : "M7KGJDK6WF" ,
219
- apiKey : "6ec7d6acbfb6ed3520846a7517533c28" ,
220
- indexName : "babeljs" ,
221
- contextualSearch : false ,
222
- } ,
223
218
navbar : {
224
219
logo : {
225
220
alt : "Babel logo" ,
Original file line number Diff line number Diff line change 9
9
"write-translations" : " docusaurus-write-translations" ,
10
10
"serve" : " docusaurus serve"
11
11
},
12
+ "dependencies" : {
13
+ "@orama/plugin-docusaurus-v3" : " 2.0.3"
14
+ },
12
15
"devDependencies" : {
13
16
"@docusaurus/core" : " ^3.0.0" ,
14
17
"@docusaurus/preset-classic" : " ^3.0.0" ,
You can’t perform that action at this time.
0 commit comments