-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path_pkgdown.yml
47 lines (44 loc) · 878 Bytes
/
_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
destination: docs
template:
params:
bootswatch: flatly
navbar:
structure:
left:
- home
- reference
- articles
right:
- news
- github
- twitter
components:
home:
icon: fa-home fa-lg
href: index.html
reference:
text: Reference
href: reference/index.html
articles:
text: Articles
menu:
- text: Getting Started
href: articles/getting-started.html
- text: How 'mustashe' works
href: articles/how-mustashe-works.html
news:
text: Versions
href: news/index.html
github:
icon: fa-github fa-lg
href: https://github.com/jhrcook/stashR
twitter:
icon: fab fa-twitter fa-lg
href: https://twitter.com/JoshDoesa
reference:
- title: All functions
contents:
- '`stash`'
- '`clear_stash`'
- '`unstash`'
- '`mustashe`'