Skip to content

Commit f17432e

Browse files
committed
upd pkgdown
1 parent a3e43f9 commit f17432e

File tree

1 file changed

+19
-15
lines changed

1 file changed

+19
-15
lines changed

pkgdown/_pkgdown.yml

Lines changed: 19 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -14,27 +14,31 @@ development:
1414
version_label: default
1515
version_tooltip: "Development version"
1616

17-
home:
18-
strip_header: true
19-
2017
toc:
2118
depth: 3
2219

2320
navbar:
24-
title:
25-
type: default
26-
27-
right:
28-
- icon: fa-github fa-lg
29-
href: https://github.com/mlr-org/mlr3filters
30-
- icon: fa-slack
31-
href: https://mlr-org.slack.com
32-
- icon: fa-stack-overflow
33-
href: https://stackoverflow.com/questions/tagged/mlr3
34-
- icon: fa-rss
35-
href: https://mlr-org.com/
21+
structure:
22+
left: [reference, news]
23+
right: [github, slack, stackoverflow, rss]
24+
components:
25+
home: ~
26+
slack:
27+
icon: fab fa-slack
28+
href: https://mlr-org.slack.com
29+
stackoverflow:
30+
icon: fab fa-stack-overflow
31+
href: https://stackoverflow.com/questions/tagged/mlr
32+
rss:
33+
icon: fa-rss
34+
href: https://mlr-org.com/
3635

3736
reference:
3837
- title: Filters
3938
contents:
4039
- starts_with("Filter")
40+
- title: General
41+
contents:
42+
- flt
43+
- mlr3filters-package
44+
- mlr_filters

0 commit comments

Comments
 (0)