Skip to content

Commit

Permalink
Revert "fix(a11y): backport docusaurus search bar focus fix (#1331)"
Browse files Browse the repository at this point in the history
This reverts commit 97975bc.
  • Loading branch information
mxschmitt committed Apr 3, 2024
1 parent d4cde85 commit 95f6bf1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 175 deletions.
160 changes: 0 additions & 160 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,14 @@
"version-python": "npm run prepare-python && docusaurus docs:version stable && cp -r docs/* python/docs/ && cp -r versioned_docs/* python/versioned_docs/ && cp -r versioned_sidebars/* python/versioned_sidebars/ && cp versions.json python/",
"cleanup": "rm -rf docs versioned_docs versioned_sidebars docusaurus.config.ts versions.json sidebars.js",
"version-all": "npm run version-python && npm run version-node && npm run version-java && npm run version-dotnet",
"serve": "docusaurus serve",
"postinstall": "patch-package"
"serve": "docusaurus serve"
},
"dependencies": {
"@docusaurus/core": "3.0.0",
"@docusaurus/plugin-content-docs": "3.0.0",
"@docusaurus/preset-classic": "3.0.0",
"@docusaurus/types": "3.0.0",
"clsx": "^2.0.0",
"patch-package": "^8.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-lite-youtube-embed": "^2.3.52",
Expand Down
12 changes: 0 additions & 12 deletions patches/@docusaurus+theme-search-algolia+3.0.0.patch

This file was deleted.

0 comments on commit 95f6bf1

Please sign in to comment.