Skip to content

Commit

Permalink
Update Docs version
Browse files Browse the repository at this point in the history
  • Loading branch information
josephschorr committed Jun 20, 2022
1 parent 996f347 commit e4a77d3
Show file tree
Hide file tree
Showing 3 changed files with 1,505 additions and 1,560 deletions.
6 changes: 5 additions & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,11 @@ module.exports = {
disableSwitch: true,
respectPrefersColorScheme: true,
},
hideableSidebar: false,
docs: {
sidebar: {
hideable: false,
},
},
navbar: {
title: '',
logo: {
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
"clear": "docusaurus clear"
},
"dependencies": {
"@docusaurus/core": "2.0.0-beta.18",
"@docusaurus/module-type-aliases": "2.0.0-beta.18",
"@docusaurus/plugin-client-redirects": "2.0.0-beta.18",
"@docusaurus/preset-classic": "2.0.0-beta.18",
"@docusaurus/core": "^2.0.0-beta.21",
"@docusaurus/module-type-aliases": "^2.0.0-beta.21",
"@docusaurus/plugin-client-redirects": "^2.0.0-beta.21",
"@docusaurus/preset-classic": "^2.0.0-beta.21",
"@mdx-js/react": "^1.6.21",
"amplitude-js": "^8.9.1",
"clsx": "^1.1.1",
Expand Down
Loading

0 comments on commit e4a77d3

Please sign in to comment.