Skip to content

Commit e49030b

Browse files
authored
chore(docs): bump docusaurus to alpha.61 (#509)
1 parent 0aa9465 commit e49030b

File tree

3 files changed

+1757
-1121
lines changed

3 files changed

+1757
-1121
lines changed

website/docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const siteConfig = {
1919
alt: title,
2020
src: 'img/owl.png',
2121
},
22-
links: [
22+
items: [
2323
{ to: 'docs/getting-started', label: 'Docs', position: 'right' },
2424
{ href: repoUrl, label: 'GitHub', position: 'right' },
2525
],

website/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@
99
"deploy": "docusaurus deploy"
1010
},
1111
"dependencies": {
12-
"@docusaurus/core": "^2.0.0-alpha.54",
13-
"@docusaurus/preset-classic": "^2.0.0-alpha.54",
12+
"@babel/core": "^7.11.1",
13+
"@docusaurus/core": "^2.0.0-alpha.61",
14+
"@docusaurus/preset-classic": "^2.0.0-alpha.61",
1415
"classnames": "^2.2.6",
1516
"react": "^16.8.4",
1617
"react-dom": "^16.8.4"

0 commit comments

Comments
 (0)