Skip to content

Commit

Permalink
removed experimental code
Browse files Browse the repository at this point in the history
  • Loading branch information
Kkundan committed May 3, 2024
1 parent 98eddbb commit 187b2c3
Show file tree
Hide file tree
Showing 2 changed files with 235 additions and 680 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"private": true,
"scripts": {
"docusaurus": "docusaurus",
"start": "yarn gen-all && node ./.scripts/fetchContributors.js && docusaurus start",
"build": "yarn gen-all && node ./.scripts/fetchContributors.js && docusaurus build",
"start": "yarn gen-all && docusaurus start",
"build": "yarn gen-all && docusaurus build",
"swizzle": "docusaurus swizzle",
"deploy": "docusaurus deploy",
"clear": "docusaurus clear",
Expand All @@ -21,6 +21,7 @@
"re-gen": "yarn clean-all && yarn gen-all"
},
"dependencies": {
"@docsearch/react": "3",
"@docusaurus/core": "3.1.1",
"@docusaurus/plugin-content-blog": "3.1.1",
"@docusaurus/plugin-content-docs": "3.1.1",
Expand Down
Loading

0 comments on commit 187b2c3

Please sign in to comment.