Skip to content

Commit

Permalink
HDDS-10205. Upgrade Docusaurus to 3.1.1. (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
errose28 authored Feb 8, 2024
1 parent a83a9b3 commit 6cc9bc4
Show file tree
Hide file tree
Showing 3 changed files with 1,345 additions and 1,651 deletions.
1 change: 1 addition & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ const config = {
onBrokenMarkdownLinks: 'throw',
// Fail the build if multiple pages map to the same URL.
onDuplicateRoutes: 'throw',
onBrokenAnchors: 'throw',

// Even if you don't use internalization, you can use this field to set useful
// metadata like html lang. For example, if your site is Chinese, you may want
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@
"write-heading-ids": "docusaurus write-heading-ids"
},
"dependencies": {
"@docusaurus/core": "3.0.0",
"@docusaurus/preset-classic": "3.0.0",
"@docusaurus/core": "3.1.1",
"@docusaurus/preset-classic": "3.1.1",
"@mdx-js/react": "^3.0.0",
"clsx": "^2.0.0",
"prism-react-renderer": "^2.1.0",
"clsx": "^2.1.0",
"prism-react-renderer": "^2.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "3.0.0"
"@docusaurus/module-type-aliases": "3.1.1"
},
"browserslist": {
"production": [
Expand Down
Loading

0 comments on commit 6cc9bc4

Please sign in to comment.