Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

Commit

Permalink
Merge pull request #429 from InterWasm/docusaurus-version
Browse files Browse the repository at this point in the history
Update Docusaurus version and GitHub actions
  • Loading branch information
Mert Malaz authored Nov 30, 2022
2 parents 93d5b95 + 001a482 commit 42c48dd
Show file tree
Hide file tree
Showing 4 changed files with 1,740 additions and 1,949 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: '14.x'
node-version: '18.x'
- name: Test Build
run: |
if [ -e yarn.lock ]; then
Expand All @@ -34,7 +34,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: '14.x'
node-version: '18.x'
- uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.GH_PAGES_DEPLOY }}
Expand Down
6 changes: 5 additions & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,11 @@ const lastReleasedCWPlusVersion = cwplusVersions[0];
contextualSearch: true,
appId: 'BH4D9OD16A',
},
hideableSidebar: true
docs: {
sidebar: {
hideable: false,
},
},
},
presets: [
[
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
},
"dependencies": {
"@crowdin/cli": "3",
"@docusaurus/core": "^2.0.0-beta.18",
"@docusaurus/plugin-client-redirects": "^2.0.0-beta.18",
"@docusaurus/plugin-sitemap": "^2.0.0-beta.18",
"@docusaurus/preset-classic": "^2.0.0-beta.18",
"@docusaurus/core": "2.2.0",
"@docusaurus/plugin-client-redirects": "2.2.0",
"@docusaurus/plugin-sitemap": "2.2.0",
"@docusaurus/preset-classic": "2.2.0",
"@mdx-js/react": "^1.6.21",
"@svgr/webpack": "^5.5.0",
"clsx": "^1.1.1",
Expand Down
Loading

0 comments on commit 42c48dd

Please sign in to comment.