Skip to content

Commit

Permalink
change searchbar to the left (#1192)
Browse files Browse the repository at this point in the history
* change searchbar to the left

* rebased and fixed items location

* fixed error
  • Loading branch information
AudreyKj committed Mar 10, 2021
1 parent 72d14a4 commit 28f3bad
Show file tree
Hide file tree
Showing 3 changed files with 2,213 additions and 2,811 deletions.
4 changes: 4 additions & 0 deletions docs/docusaurus.config.js
Expand Up @@ -28,6 +28,10 @@ module.exports = {
srcDark: 'img/logo_dark.svg',
},
items: [
{
type: 'search',
position: 'left',
},
{
target: '_self',
label: 'Airy Core',
Expand Down
10 changes: 5 additions & 5 deletions docs/package.json
Expand Up @@ -11,13 +11,13 @@
"serve": "docusaurus serve"
},
"dependencies": {
"@docusaurus/core": "2.0.0-alpha.70",
"@docusaurus/preset-classic": "2.0.0-alpha.70",
"@docusaurus/core": "2.0.0-alpha.71",
"@docusaurus/preset-classic": "2.0.0-alpha.71",
"@mdx-js/react": "1.6.22",
"plugin-image-zoom": "ataft/plugin-image-zoom",
"clsx": "^1.1.1",
"react": "^16.8.4",
"react-dom": "^16.8.4"
"plugin-image-zoom": "ataft/plugin-image-zoom",
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
"browserslist": {
"production": [
Expand Down

0 comments on commit 28f3bad

Please sign in to comment.