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 = {
243243
244244 markdown : {
245245 mermaid : true ,
246- hooks : {
247- onBrokenMarkdownLinks : "warn" ,
248- } ,
246+
249247 } ,
250248
251249 // Keep legacy setting until fully migrated to v4
@@ -269,6 +267,9 @@ const config: Config = {
269267 // ✅ Add this customFields object to expose the token to the client-side
270268 customFields : {
271269 gitToken : process . env . DOCUSAURUS_GIT_TOKEN ,
270+ hooks : {
271+ onBrokenMarkdownLinks : "warn" ,
272+ }
272273 } ,
273274} ;
274275
Original file line number Diff line number Diff line change 5858 color : var (--dark-text-secondary );
5959}
6060
61+ [data-theme = 'dark' ] .tab-button .active : hover {
62+ color : white;
63+ }
64+
6165.tab-button .active {
6266 color : # 4f46e5 ;
6367}
You can’t perform that action at this time.
0 commit comments