Skip to content

Commit 635341b

Browse files
Include supported-by-posit script (#2625)
1 parent ddf555d commit 635341b

File tree

1 file changed

+34
-33
lines changed

1 file changed

+34
-33
lines changed

_pkgdown.yml

Lines changed: 34 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ template:
66

77
includes:
88
in_header: |
9+
<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>
910
<script defer data-domain="devtools.r-lib.org,all.tidyverse.org" src="https://plausible.io/js/plausible.js"></script>
1011
params:
1112
ganalytics: UA-115082821-1
@@ -14,39 +15,39 @@ development:
1415
mode: auto
1516

1617
reference:
17-
- title: Package Development
18-
desc: Primary commands used when developing a package.
19-
contents:
20-
- build
21-
- starts_with("build_")
22-
- starts_with("check_")
23-
- check
24-
- create
25-
- document
26-
- load_all
27-
- reload
28-
- release
29-
- spell_check
30-
- test
31-
- title: Package Installation
32-
contents:
33-
- starts_with("install")
34-
- uninstall
35-
- title: Utilities
36-
contents:
37-
- bash
38-
- clean_vignettes
39-
- dev_sitrep
40-
- github_pull
41-
- lint
42-
- missing_s3
43-
- run_examples
44-
- session_info
45-
- show_news
46-
- starts_with("source_")
47-
- update_packages
48-
- wd
49-
- save_all
18+
- title: Package Development
19+
desc: Primary commands used when developing a package.
20+
contents:
21+
- build
22+
- starts_with("build_")
23+
- starts_with("check_")
24+
- check
25+
- create
26+
- document
27+
- load_all
28+
- reload
29+
- release
30+
- spell_check
31+
- test
32+
- title: Package Installation
33+
contents:
34+
- starts_with("install")
35+
- uninstall
36+
- title: Utilities
37+
contents:
38+
- bash
39+
- clean_vignettes
40+
- dev_sitrep
41+
- github_pull
42+
- lint
43+
- missing_s3
44+
- run_examples
45+
- session_info
46+
- show_news
47+
- starts_with("source_")
48+
- update_packages
49+
- wd
50+
- save_all
5051

5152
news:
5253
releases:

0 commit comments

Comments
 (0)