forked from workflowr/workflowr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_pkgdown.yaml
64 lines (61 loc) · 1.55 KB
/
_pkgdown.yaml
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
template:
params:
bootswatch: readable
navbar:
left:
- text: "Home"
href: index.html
- text: "Getting started"
href: articles/wflow-01-getting-started.html
- text: "FAQ"
href: articles/wflow-05-faq.html
- text: "Vignettes"
href: articles/index.html
- text: "Functions"
href: reference/index.html
- text: "News"
href: news/index.html
articles:
- title: "Vignettes"
desc: >
The following vignettes provide detailed instructions for using workflowr.
To view locally, run the following in the R console:
`browseVignettes("workflowr")`
contents:
- "`wflow-01-getting-started`"
- "`wflow-02-customization`"
- "`wflow-03-migrating`"
- "`wflow-04-how-it-works`"
- "`wflow-05-faq`"
- "`wflow-06-gitlab`"
- "`wflow-07-common-code`"
- "`wflow-08-deploy`"
reference:
- title: "Main functions"
contents:
- wflow_start
- wflow_build
- wflow_status
- wflow_publish
- title: "Managing Git and GitHub"
desc: "Functions to perform local Git commands. Not needed if you'd prefer
to run Git commands in the Terminal."
contents:
- wflow_git_commit
- wflow_git_config
- wflow_git_pull
- wflow_git_push
- wflow_git_remote
- wflow_use_github
- wflow_use_gitlab
- title: "Other functions"
contents:
- wflow_html
- wflow_open
- wflow_remove
- wflow_rename
- wflow_rename_proj
- wflow_site
- wflow_toc
- wflow_update
- wflow_view