Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: fix website search #1091

Merged
merged 1 commit into from
Aug 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
961 changes: 399 additions & 562 deletions website/package-lock.json

Large diffs are not rendered by default.

11 changes: 6 additions & 5 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,13 @@
"write-heading-ids": "docusaurus write-heading-ids"
},
"dependencies": {
"@docusaurus/core": "2.3.1",
"@docusaurus/preset-classic": "2.3.1",
"@docusaurus/remark-plugin-npm2yarn": "2.3.1",
"@docusaurus/core": "^2.4.1",
"@docusaurus/preset-classic": "^2.4.1",
"@docusaurus/remark-plugin-npm2yarn": "^2.4.1",
"@mdx-js/react": "1.6.22",
"classnames": "^2.3.2",
"clsx": "^1.1.1",
"docusaurus-lunr-search": "^2.3.2",
"docusaurus-lunr-search": "^2.4.1",
"prism-react-renderer": "^1.3.1",
"react": "^17.0.2",
"react-dom": "^17.0.2"
Expand All @@ -37,6 +38,6 @@
]
},
"devDependencies": {
"@docusaurus/types": "^2.0.0-beta.15"
"@docusaurus/types": "^2.4.1"
}
}
293 changes: 0 additions & 293 deletions website/src/theme/SearchBar/DocSearch.js

This file was deleted.

Loading
Loading