Skip to content

Commit 8acde41

Browse files
Include supported-by-posit script (#467)
1 parent a65771b commit 8acde41

File tree

1 file changed

+40
-39
lines changed

1 file changed

+40
-39
lines changed

_pkgdown.yml

Lines changed: 40 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -6,57 +6,58 @@ 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="xml2.r-lib.org,all.tidyverse.org" src="https://plausible.io/js/plausible.js"></script>
1011
1112
development:
1213
mode: auto
1314

1415
reference:
15-
- title: Read and write documents
16-
contents:
17-
- starts_with("read_")
18-
- starts_with("write_")
19-
- starts_with("download_")
16+
- title: Read and write documents
17+
contents:
18+
- starts_with("read_")
19+
- starts_with("write_")
20+
- starts_with("download_")
2021

21-
- title: Class coercion
22-
contents:
23-
- starts_with("as_")
22+
- title: Class coercion
23+
contents:
24+
- starts_with("as_")
2425

25-
- title: URL manipulation
26-
contents:
27-
- starts_with("url_")
26+
- title: URL manipulation
27+
contents:
28+
- starts_with("url_")
2829

29-
- title: Create and modify and document
30-
contents:
31-
- starts_with("xml_new")
32-
- starts_with("xml_add")
33-
- starts_with("xml_set")
34-
- xml_cdata
35-
- xml_comment
36-
- xml_dtd
37-
- xml_ns_strip
38-
- xml_replace
39-
- xml_remove
30+
- title: Create and modify and document
31+
contents:
32+
- starts_with("xml_new")
33+
- starts_with("xml_add")
34+
- starts_with("xml_set")
35+
- xml_cdata
36+
- xml_comment
37+
- xml_dtd
38+
- xml_ns_strip
39+
- xml_replace
40+
- xml_remove
4041

41-
- title: Search and navigate a document
42-
contents:
43-
- starts_with("xml_find")
44-
- starts_with("xml_attr")
45-
- xml_path
42+
- title: Search and navigate a document
43+
contents:
44+
- starts_with("xml_find")
45+
- starts_with("xml_attr")
46+
- xml_path
4647

47-
- title: Inspect a document
48-
contents:
49-
- starts_with("xml_ns")
50-
- xml_children
51-
- ends_with("structure")
52-
- xml_type
53-
- xml_url
54-
- xml_validate
48+
- title: Inspect a document
49+
contents:
50+
- starts_with("xml_ns")
51+
- xml_children
52+
- ends_with("structure")
53+
- xml_type
54+
- xml_url
55+
- xml_validate
5556

56-
- title: Utilities
57-
contents:
58-
- ends_with("serialize")
59-
- xml2_example
57+
- title: Utilities
58+
contents:
59+
- ends_with("serialize")
60+
- xml2_example
6061

6162
news:
6263
releases:

0 commit comments

Comments
 (0)