Skip to content

Commit

Permalink
removed algolia in favor of orama (docusaurus)
Browse files Browse the repository at this point in the history
  • Loading branch information
raiindev committed Feb 2, 2024
1 parent 31bfcca commit 2896f65
Show file tree
Hide file tree
Showing 3 changed files with 4,643 additions and 3,276 deletions.
7 changes: 1 addition & 6 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ const siteConfig = {
toolsMD,
setupBabelrc,
},
plugins: ["@orama/plugin-docusaurus-v3"],
presets: [
[
"@docusaurus/preset-classic",
Expand Down Expand Up @@ -214,12 +215,6 @@ const siteConfig = {
secondaryColor: "#323330",
},
},
algolia: {
appId: "M7KGJDK6WF",
apiKey: "6ec7d6acbfb6ed3520846a7517533c28",
indexName: "babeljs",
contextualSearch: false,
},
navbar: {
logo: {
alt: "Babel logo",
Expand Down
3 changes: 3 additions & 0 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
"write-translations": "docusaurus-write-translations",
"serve": "docusaurus serve"
},
"dependencies": {
"@orama/plugin-docusaurus-v3": "2.0.3"
},
"devDependencies": {
"@docusaurus/core": "^3.0.0",
"@docusaurus/preset-classic": "^3.0.0",
Expand Down

0 comments on commit 2896f65

Please sign in to comment.