Skip to content

Commit 4d2dd5d

Browse files
committed
docs: enable light-switch for pkgdown and use mathjax rendering
1 parent f135458 commit 4d2dd5d

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

pkgdown/_pkgdown.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ url: https://mlr3mbo.mlr-org.com
22

33
template:
44
bootstrap: 5
5+
light-switch: true
6+
math-rendering: mathjax
57
package: mlr3pkgdowntemplate
68

79
development:
@@ -14,8 +16,8 @@ toc:
1416

1517
navbar:
1618
structure:
17-
left: [reference, intro, news, book]
18-
right: [github, mattermost, stackoverflow, rss]
19+
left: [reference, news, book]
20+
right: [github, mattermost, stackoverflow, rss, lightswitch]
1921
components:
2022
home: ~
2123
reference:
@@ -31,7 +33,7 @@ navbar:
3133
href: https://mlr3book.mlr-org.com
3234
stackoverflow:
3335
icon: fab fa-stack-overflow
34-
href: https://stackoverflow.com/questions/tagged/mlr3
36+
href: https://stackoverflow.com/questions/tagged/mlr
3537
rss:
3638
icon: fa-rss
3739
href: https://mlr-org.com/

0 commit comments

Comments
 (0)