Skip to content

Commit c03e4fb

Browse files
Include supported-by-posit script (#111)
1 parent 6ef4eb0 commit c03e4fb

File tree

1 file changed

+29
-30
lines changed

1 file changed

+29
-30
lines changed

_pkgdown.yml

Lines changed: 29 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -6,38 +6,37 @@ template:
66
primary: "#CA225E"
77

88
includes:
9-
in_header: |
10-
<script defer data-domain="orbital.tidymodels.org,all.tidymodels.org" src="https://plausible.io/js/plausible.js"></script>
9+
in_header: |
10+
<script src="https://cdn.jsdelivr.net/gh/posit-dev/supported-by-posit/js/badge.min.js" data-max-height="43" data-light-bg="#666f76" data-light-fg="#f9f9f9"></script>
11+
<script defer data-domain="orbital.tidymodels.org,all.tidymodels.org" src="https://plausible.io/js/plausible.js"></script>
1112
1213
development:
1314
mode: auto
1415

1516
reference:
16-
- title: Create orbital objects
17-
desc: >
18-
Turn a fitted workflow, parsnip, or recipes object into an orbital
19-
object. This will almost always be the first function you use.
20-
contents:
21-
- orbital
22-
- title: Prediction
23-
desc: >
24-
An orbital object can be predicted with, using data.frames or
25-
connections to data bases.
26-
contents:
27-
- predict.orbital_class
28-
- augment.orbital_class
29-
- title: Code generation
30-
desc: >
31-
An orbital object can be turned into code itself that produces the same
32-
output as predicting would.
33-
contents:
34-
- orbital_dt
35-
- orbital_inline
36-
- orbital_sql
37-
- orbital_r_fun
38-
- title: Read and Write
39-
desc: >
40-
Reading and writing orbital objects to json files for easy storage.
41-
contents:
42-
- orbital_json_read
43-
- orbital_json_write
17+
- title: Create orbital objects
18+
desc: >
19+
Turn a fitted workflow, parsnip, or recipes object into an orbital object. This will almost always be the first function you use.
20+
contents:
21+
- orbital
22+
- title: Prediction
23+
desc: >
24+
An orbital object can be predicted with, using data.frames or connections to data bases.
25+
contents:
26+
- predict.orbital_class
27+
- augment.orbital_class
28+
- title: Code generation
29+
desc: >
30+
An orbital object can be turned into code itself that produces the same
31+
output as predicting would.
32+
contents:
33+
- orbital_dt
34+
- orbital_inline
35+
- orbital_sql
36+
- orbital_r_fun
37+
- title: Read and Write
38+
desc: >
39+
Reading and writing orbital objects to json files for easy storage.
40+
contents:
41+
- orbital_json_read
42+
- orbital_json_write

0 commit comments

Comments
 (0)