forked from tidyverse/reprex
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_pkgdown.yml
58 lines (51 loc) · 1.12 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
url: https://reprex.tidyverse.org
template:
package: tidytemplate
authors:
Jennifer Bryan:
href: https://jennybryan.org
home:
strip_header: true
navbar:
components:
home: ~
news:
text: News
menu:
- text: "Blog posts"
- text: "reprex 2.0.0"
href: https://www.tidyverse.org/blog/2021/04/reprex-2-0-0/
- text: "reprex 1.0.0"
href: https://www.tidyverse.org/blog/2021/02/reprex-1-0-0/
- text: "------------------"
- text: "Change log"
href: news/index.html
reference:
- title: The main function
contents:
- reprex
- title: Convenience
contents:
- reprex_addin
- reprex_venue
- reprex_locale
- title: Going backwards
contents:
- reprex_clean
- title: Internals
contents:
- reprex_options
- reprex_document
- reprex_render
articles:
- title: Pro tips
navbar: ~
contents:
- reprex-dos-and-donts
- articles/rtf
- articles/datapasta-reprex
- articles/suppress-startup-messages
- title: How to use reprex
contents:
- articles/learn-reprex
- articles/magic-reprex