-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path_pkgdown.yml
93 lines (80 loc) · 1.65 KB
/
_pkgdown.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
template:
package: tidytemplate
bootstrap: 5
assets: inst/examples/httpbin/assets
includes:
in_header: |
<script defer data-domain="webfakes.r-lib.org,all.tidyverse.org" src="https://plausible.io/js/plausible.js"></script>
url: https://webfakes.r-lib.org
development:
mode: auto
navbar:
structure:
left: [intro, howto, glossary, reference, articles, news]
components:
intro:
text: Intro
href: articles/introduction.html
howto:
text: How-to
href: articles/how-to.html
glossary:
text: Glossary
href: articles/glossary.html
articles:
text: Articles
menu:
- text: The builtin httpbin app's API
href: httpbin.html
- text: OAuth2.0 webfakes apps
href: articles/oauth.html
- text: Webfakes internals
href: articles/internals.html
reference:
- title: Create and run web apps
contents:
- new_app
- webfakes_request
- webfakes_response
- new_regexp
- new_app_process
- local_app_process
- server_opts
- title: Middleware to parse requests
contents:
- mw_cookie_parser
- mw_raw
- mw_text
- mw_json
- mw_multipart
- mw_range_parser
- mw_urlencoded
- title: Other middleware
contents:
- mw_cgi
- mw_etag
- mw_log
- mw_static
- title: Templates
contents:
- tmpl_glue
- title: The httpbin app
contents:
- httpbin_app
- title: OAuth2.0 apps
contents:
- oauth2_httr_login
- oauth2_login
- oauth2_resource_app
- oauth2_third_party_app
- title: git app
contents:
- git_app
- title: Misc Utilities
contents:
- http_time_stamp
- title: internal
contents:
- glossary
- how-to
- introduction