File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -28,16 +28,14 @@ module.exports = {
2828 baseUrl : "/" + projectName + "/" ,
2929 favicon : "img/favicon.ico" ,
3030 trailingSlash : false ,
31+ future : {
32+ v4 : true ,
33+ } ,
34+ onBrokenLinks : "throw" ,
3135 tagline : "Tools to boost your productivity. By and for the community." ,
3236 organizationName,
3337 projectName,
3438 deploymentBranch : "gh-pages" ,
35- onBrokenLinks : "throw" ,
36- markdown : {
37- hooks : {
38- onBrokenMarkdownLinks : "warn" ,
39- } ,
40- } ,
4139 themeConfig :
4240 /** @type {import('@docusaurus/preset-classic').ThemeConfig } */
4341 ( {
@@ -128,4 +126,7 @@ module.exports = {
128126 title1,
129127 title2,
130128 } ,
129+ markdown : {
130+ format : "detect" ,
131+ } ,
131132} ;
Original file line number Diff line number Diff line change 1616 "write-translations" : " docusaurus write-translations"
1717 },
1818 "dependencies" : {
19- "@docusaurus/core" : " ^3.5.0" ,
20- "@docusaurus/preset-classic" : " ^3.5.0" ,
19+ "@docusaurus/core" : " ^3.10.0" ,
20+ "@docusaurus/faster" : " ^3.10.0" ,
21+ "@docusaurus/preset-classic" : " ^3.10.0" ,
2122 "@mdx-js/react" : " ^3.0.0" ,
2223 "clsx" : " ^2.0.0" ,
23- "docusaurus-lunr-search" : " ^3.5 .0" ,
24+ "docusaurus-lunr-search" : " ^3.6 .0" ,
2425 "prism-react-renderer" : " ^2.3.0" ,
25- "react" : " ~19.1.1 " ,
26- "react-dom" : " ~19.1.1 "
26+ "react" : " ~19.2.4 " ,
27+ "react-dom" : " ~19.2.4 "
2728 },
2829 "devDependencies" : {
2930 "@tsconfig/docusaurus" : " ^2.0.1" ,
3233 "typescript" : " catalog:"
3334 },
3435 "resolutions" : {
36+ "@algolia/autocomplete-core" : " link:../incubator/ignore" ,
3537 "@docsearch/react" : " link:../incubator/ignore" ,
3638 "@pnpm/network.ca-file/graceful-fs" : " ^4.2.10" ,
3739 "algoliasearch" : " link:../incubator/ignore" ,
You can’t perform that action at this time.
0 commit comments