Skip to content

Commit

Permalink
#313 Upgrade version of docusaurus packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
pleszkiewicz committed Feb 4, 2021
1 parent a598717 commit 584d7a9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
9 changes: 8 additions & 1 deletion website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,16 @@ module.exports = {
organizationName: "magic-script", // Usually your GitHub org/user name.
projectName: "magic-script-components", // Usually your repo name.
themeConfig: {
colorMode: {
respectPrefersColorScheme: false
},
navbar: {
title: "MagicScript",
logo: {
alt: "MagicScript Logo",
src: "img/magicscript.svg"
},
links: [
items: [
{
to: 'versions',
label: `Versions`,
Expand Down Expand Up @@ -61,6 +64,10 @@ module.exports = {
}
]
},
footer: {
style: 'light',
links: []
},
algolia: {
apiKey: "4a2801e1f42c5488e5db0eb1ed45b5ba",
indexName: "magicscript_components",
Expand Down
6 changes: 3 additions & 3 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"docs-tag": "docusaurus docs:version"
},
"dependencies": {
"@docusaurus/core": "^2.0.0-alpha.58",
"@docusaurus/preset-classic": "^2.0.0-alpha.58",
"@docusaurus/utils": "^2.0.0-alpha.58",
"@docusaurus/core": "^2.0.0-alpha.70",
"@docusaurus/preset-classic": "^2.0.0-alpha.70",
"@docusaurus/utils": "^2.0.0-alpha.70",
"@mayankmohit/react-gif-player": "^0.4.2",
"classnames": "^2.2.6",
"react": "^16.12.0",
Expand Down

0 comments on commit 584d7a9

Please sign in to comment.