Skip to content

Commit 402dd2a

Browse files
committed
update to dev pkgdown with new theme
1 parent 51173a4 commit 402dd2a

12 files changed

+8
-73
lines changed

.github/workflows/pkgdown.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
- uses: r-lib/actions/setup-r-dependencies@v1
2828
with:
29-
extra-packages: pkgdown
29+
extra-packages: r-lib/pkgdown
3030
needs: website
3131

3232
- name: Install package

_pkgdown.yml

+7-15
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,26 @@
11
url: https://dials.tidymodels.org
22

33
template:
4+
bootstrap: 5
5+
bslib:
6+
danger: "#CA225E"
7+
primary: "#CA225E"
48
package: tidytemplate
5-
params:
6-
theme: tidymodels
7-
part_of: <a href="https://github.com/tidymodels">tidymodels</a>
8-
footer: dials is a part of the <strong>tidymodels</strong> ecosystem, a collection of modeling packages designed with common APIs and a shared philosophy.
99

1010
development:
1111
mode: auto
1212

13-
home:
14-
strip_header: true
15-
1613
figures:
1714
fig.width: 8
1815
fig.height: 5.75
1916

2017
navbar:
21-
left:
22-
- text: Basic Usage
23-
href: articles/Basics.html
24-
- text: "Articles"
18+
components:
19+
articles:
20+
text: Articles
2521
menu:
2622
- text: How to create a tuning parameter function
2723
href: https://www.tidymodels.org/learn/develop/parameters/
28-
- text: Reference
29-
href: reference/index.html
30-
- text: News
31-
href: news/index.html
3224

3325
reference:
3426
- title: Parameter Sets

pkgdown/extra.css

-57
This file was deleted.
0 Bytes
Loading
0 Bytes
Loading
0 Bytes
Loading
0 Bytes
Loading
0 Bytes
Loading

pkgdown/favicon/apple-touch-icon.png

0 Bytes
Loading

pkgdown/favicon/favicon-16x16.png

0 Bytes
Loading

pkgdown/favicon/favicon-32x32.png

0 Bytes
Loading
File renamed without changes.

0 commit comments

Comments
 (0)