Skip to content

Commit fee83f5

Browse files
Include supported-by-posit script (#810)
1 parent bb6a48e commit fee83f5

File tree

1 file changed

+104
-103
lines changed

1 file changed

+104
-103
lines changed

_pkgdown.yml

Lines changed: 104 additions & 103 deletions
Original file line numberDiff line numberDiff line change
@@ -6,117 +6,118 @@ 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="httr2.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: Requests
16-
subtitle: Create and modify
17-
contents:
18-
- request
19-
- req_body
20-
- req_cookie_preserve
21-
- req_headers
22-
- req_method
23-
- req_options
24-
- req_progress
25-
- req_proxy
26-
- req_template
27-
- req_timeout
28-
- req_url
29-
- req_user_agent
30-
31-
- subtitle: Debugging/testing
32-
contents:
33-
- last_request
34-
- req_dry_run
35-
- req_verbose
36-
- with_verbosity
37-
38-
- subtitle: Authentication
39-
contents:
40-
- starts_with("req_auth")
41-
- starts_with("req_oauth")
42-
43-
- title: Perform a request
44-
contents:
45-
- req_perform
46-
- req_perform_stream
47-
- req_perform_connection
48-
- req_perform_promise
49-
50-
- subtitle: Control the process
51-
desc: >
52-
These functions don't modify the HTTP request that is sent to the server,
53-
but affect the overall process of `req_perform()`.
54-
contents:
55-
- req_cache
56-
- req_error
57-
- req_throttle
58-
- req_retry
59-
60-
- title: Perform multiple requests
61-
contents:
62-
- req_perform_iterative
63-
- req_perform_parallel
64-
- req_perform_sequential
65-
- starts_with("iterate_")
66-
- starts_with("resps_")
67-
68-
- title: Handle the response
69-
contents:
70-
- starts_with("resp_")
71-
72-
- title: URL manipulation
73-
contents:
74-
- starts_with("url_")
75-
76-
- title: Miscellaneous helpers
77-
contents:
78-
- curl_translate
79-
- is_online
80-
81-
- title: OAuth
82-
desc: >
83-
These functions implement the low-level components of OAuth.
84-
contents:
85-
- starts_with("oauth_")
86-
- -starts_with("req_oauth")
87-
88-
- title: Developer tooling
89-
desc: >
90-
These functions are useful when developing packges that use httr2.
91-
92-
- subtitle: Keeping secrets
93-
contents:
94-
- obfuscate
95-
- secrets
96-
97-
- subtitle: Testing
98-
contents:
99-
- response
100-
101-
- subtitle: Introspection and mocking
102-
contents:
103-
- new_response
104-
- starts_with("req_get_")
105-
- StreamingBody
106-
- with_mocked_responses
16+
- title: Requests
17+
subtitle: Create and modify
18+
contents:
19+
- request
20+
- req_body
21+
- req_cookie_preserve
22+
- req_headers
23+
- req_method
24+
- req_options
25+
- req_progress
26+
- req_proxy
27+
- req_template
28+
- req_timeout
29+
- req_url
30+
- req_user_agent
31+
32+
- subtitle: Debugging/testing
33+
contents:
34+
- last_request
35+
- req_dry_run
36+
- req_verbose
37+
- with_verbosity
38+
39+
- subtitle: Authentication
40+
contents:
41+
- starts_with("req_auth")
42+
- starts_with("req_oauth")
43+
44+
- title: Perform a request
45+
contents:
46+
- req_perform
47+
- req_perform_stream
48+
- req_perform_connection
49+
- req_perform_promise
50+
51+
- subtitle: Control the process
52+
desc: >
53+
These functions don't modify the HTTP request that is sent to the server,
54+
but affect the overall process of `req_perform()`.
55+
contents:
56+
- req_cache
57+
- req_error
58+
- req_throttle
59+
- req_retry
60+
61+
- title: Perform multiple requests
62+
contents:
63+
- req_perform_iterative
64+
- req_perform_parallel
65+
- req_perform_sequential
66+
- starts_with("iterate_")
67+
- starts_with("resps_")
68+
69+
- title: Handle the response
70+
contents:
71+
- starts_with("resp_")
72+
73+
- title: URL manipulation
74+
contents:
75+
- starts_with("url_")
76+
77+
- title: Miscellaneous helpers
78+
contents:
79+
- curl_translate
80+
- is_online
81+
82+
- title: OAuth
83+
desc: >
84+
These functions implement the low-level components of OAuth.
85+
contents:
86+
- starts_with("oauth_")
87+
- -starts_with("req_oauth")
88+
89+
- title: Developer tooling
90+
desc: >
91+
These functions are useful when developing packges that use httr2.
92+
93+
- subtitle: Keeping secrets
94+
contents:
95+
- obfuscate
96+
- secrets
97+
98+
- subtitle: Testing
99+
contents:
100+
- response
101+
102+
- subtitle: Introspection and mocking
103+
contents:
104+
- new_response
105+
- starts_with("req_get_")
106+
- StreamingBody
107+
- with_mocked_responses
107108

108109
articles:
109-
- title: Using httr2
110-
navbar: ~
111-
contents:
112-
- articles/wrapping-apis
113-
- articles/oauth
110+
- title: Using httr2
111+
navbar:
112+
contents:
113+
- articles/wrapping-apis
114+
- articles/oauth
114115

115116
news:
116117
releases:
117-
- text: httr2 1.2.0
118-
href: https://www.tidyverse.org/blog/2025/07/httr2-1-2-0/
119-
- text: httr2 1.1.0
120-
href: https://www.tidyverse.org/blog/2025/01/httr2-1-1-0/
121-
- text: "httr2 1.0.0"
122-
href: https://www.tidyverse.org/blog/2023/11/httr2-1-0-0/
118+
- text: httr2 1.2.0
119+
href: https://www.tidyverse.org/blog/2025/07/httr2-1-2-0/
120+
- text: httr2 1.1.0
121+
href: https://www.tidyverse.org/blog/2025/01/httr2-1-1-0/
122+
- text: "httr2 1.0.0"
123+
href: https://www.tidyverse.org/blog/2023/11/httr2-1-0-0/

0 commit comments

Comments
 (0)