File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -243,9 +243,7 @@ const config: Config = {
243
243
244
244
markdown : {
245
245
mermaid : true ,
246
- hooks : {
247
- onBrokenMarkdownLinks : "warn" ,
248
- } ,
246
+
249
247
} ,
250
248
251
249
// Migrated legacy setting to markdown.hooks.onBrokenMarkdownLinks
@@ -268,6 +266,9 @@ const config: Config = {
268
266
// ✅ Add this customFields object to expose the token to the client-side
269
267
customFields : {
270
268
gitToken : process . env . DOCUSAURUS_GIT_TOKEN ,
269
+ hooks : {
270
+ onBrokenMarkdownLinks : "warn" ,
271
+ }
271
272
} ,
272
273
} ;
273
274
Original file line number Diff line number Diff line change 58
58
color : var (--dark-text-secondary );
59
59
}
60
60
61
+ [data-theme = 'dark' ] .tab-button .active : hover {
62
+ color : white;
63
+ }
64
+
61
65
.tab-button .active {
62
66
color : # 4f46e5 ;
63
67
}
You can’t perform that action at this time.
0 commit comments