File tree Expand file tree Collapse file tree 3 files changed +809
-597
lines changed
Expand file tree Collapse file tree 3 files changed +809
-597
lines changed Original file line number Diff line number Diff line change @@ -36,8 +36,13 @@ export default {
3636 // he broken links detection is only available for a production build (docusaurus build).
3737 onBrokenLinks : 'throw' ,
3838 // The behavior of Docusaurus when it detects any broken Markdown link.
39- // he broken links detection is only available for a production build (docusaurus build).
40- onBrokenMarkdownLinks : 'warn' ,
39+ // This option was moved under `markdown.hooks.onBrokenMarkdownLinks` in Docusaurus v4.
40+ // The deprecated top-level `onBrokenMarkdownLinks` has been removed.
41+ markdown : {
42+ hooks : {
43+ onBrokenMarkdownLinks : 'warn' ,
44+ } ,
45+ } ,
4146
4247 // Even if you don't use internationalization, you can use this field to set
4348 // useful metadata like html lang. For example, if your site is Chinese, you
Original file line number Diff line number Diff line change 1414 "write-heading-ids" : " docusaurus write-heading-ids"
1515 },
1616 "dependencies" : {
17- "@docusaurus/core" : " ^3.8 .1" ,
18- "@docusaurus/preset-classic" : " ^3.8 .1" ,
17+ "@docusaurus/core" : " ^3.9 .1" ,
18+ "@docusaurus/preset-classic" : " ^3.9 .1" ,
1919 "@mdx-js/react" : " ^3.0.0" ,
2020 "clsx" : " ^2.0.0" ,
2121 "prism-react-renderer" : " ^2.3.0" ,
2222 "react" : " ^18.0.0" ,
2323 "react-dom" : " ^18.0.0"
2424 },
2525 "devDependencies" : {
26- "@docusaurus/module-type-aliases" : " ^3.8 .1" ,
27- "@docusaurus/types" : " ^3.8 .1"
26+ "@docusaurus/module-type-aliases" : " ^3.9 .1" ,
27+ "@docusaurus/types" : " ^3.9 .1"
2828 },
2929 "browserslist" : {
3030 "production" : [
You can’t perform that action at this time.
0 commit comments