File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -68,7 +68,8 @@ const config = {
6868 url : 'https://developers.29next.com' ,
6969 baseUrl : '/' ,
7070 onBrokenLinks : 'throw' ,
71- onBrokenMarkdownLinks : 'warn' ,
71+ onBrokenAnchors : 'ignore' ,
72+ // onBrokenMarkdownLinks: 'warn',
7273 favicon : 'img/logo-icon.png' ,
7374 trailingSlash : true ,
7475 // GitHub pages deployment config.
@@ -83,7 +84,12 @@ const config = {
8384 defaultLocale : 'en' ,
8485 locales : [ 'en' ] ,
8586 } ,
86-
87+ markdown : {
88+ mermaid : true ,
89+ hooks : {
90+ onBrokenMarkdownLinks : 'warn' ,
91+ } ,
92+ } ,
8793 presets : [
8894 [
8995 'classic' ,
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ const guides: Guide[] = [
3333 title : 'Getting Started with Themes' ,
3434 icon : Layout ,
3535 text : 'Learn how to build customized storefronts with Themes.' ,
36- link : '/docs/themes /' ,
36+ link : '/docs/storefront /' ,
3737 } ,
3838 // {
3939 // title: 'Getting Start with Apps',
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ const IntroCardsData = [
2121 icon : '🎯' ,
2222 title : 'Themes' ,
2323 description : 'Create unique brand experiences for customers with our theme framework.' ,
24- href : '/docs/themes /' ,
24+ href : '/docs/storefront /' ,
2525 } ,
2626 {
2727 icon : '🧩' ,
You can’t perform that action at this time.
0 commit comments