@@ -25,8 +25,12 @@ const config: Config = {
25
25
organizationName : 'o1-labs' , // Usually your GitHub org/user name.
26
26
projectName : 'openmina' , // Usually your repo name.
27
27
28
- onBrokenLinks : 'warn' , // Temporarily set to warn while we fix broken links
29
- onBrokenMarkdownLinks : 'warn' ,
28
+ onBrokenLinks : 'throw' , // Throw error on broken links to enforce link integrity
29
+ onBrokenMarkdownLinks : 'throw' ,
30
+ onBrokenAnchors : 'warn' ,
31
+
32
+ // Static directories for assets
33
+ staticDirectories : [ 'static' ] ,
30
34
31
35
// Even if you don't use internationalization, you can use this field to set
32
36
// useful metadata like html lang. For example, if your site is Chinese, you
@@ -108,7 +112,7 @@ const config: Config = {
108
112
label : 'Researchers' ,
109
113
} ,
110
114
{
111
- href : '/api-docs/' ,
115
+ href : 'https://o1-labs.github.io/openmina /api-docs/' ,
112
116
label : 'API Docs' ,
113
117
position : 'left' ,
114
118
} ,
@@ -144,7 +148,7 @@ const config: Config = {
144
148
} ,
145
149
{
146
150
label : 'API Documentation' ,
147
- to : '/api-docs/' ,
151
+ href : 'https://o1-labs.github.io/openmina /api-docs/' ,
148
152
} ,
149
153
] ,
150
154
} ,
0 commit comments