Skip to content

Commit

Permalink
Update to Docusaurus 2.4.1, remove unused packages (#2437)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrieinv authored Aug 22, 2023
1 parent cda25ff commit 4d7b34a
Show file tree
Hide file tree
Showing 3 changed files with 7,221 additions and 8,336 deletions.
2 changes: 1 addition & 1 deletion sourcecode/docs/docs.edlib.com/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ module.exports = {
showReadingTime: true,
},
theme: {
customCss: require.resolve('./src/css/custom.css'),
customCss: [require.resolve('./src/css/custom.css')],
},
},
],
Expand Down
6 changes: 2 additions & 4 deletions sourcecode/docs/docs.edlib.com/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,8 @@
"write-heading-ids": "docusaurus write-heading-ids"
},
"dependencies": {
"@docusaurus/core": "^2.0.0-beta.14",
"@docusaurus/preset-classic": "^2.0.0-beta.14",
"@mdx-js/react": "^1.6.21",
"@svgr/webpack": "^5.5.0",
"@docusaurus/core": "^2.4.1",
"@docusaurus/preset-classic": "^2.4.1",
"clsx": "^1.1.1",
"docusaurus-plugin-matomo": "^0.0.6",
"file-loader": "^6.2.0",
Expand Down
Loading

0 comments on commit 4d7b34a

Please sign in to comment.