-
Notifications
You must be signed in to change notification settings - Fork 4
/
_pkgdown.yml
59 lines (54 loc) · 1.13 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
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: News
href: news/index.html
github:
icon: fab fa-github fa-lg
href: https://github.com/jhrcook/mustashe
twitter:
icon: fab fa-twitter fa-lg
href: https://twitter.com/JoshDoesa
reference:
- title: Stashing and unstashing
contents:
- '`stash`'
- '`stash_script`'
- '`unstash`'
- '`clear_stash`'
- title: Configuration
contents:
- '`config_mustashe`'
- title: Deprecated
desc: >
The following functions will continue to work for now, but will be removed
in a future release of the package.
contents:
- '`use_here`'
- '`dont_use_here`'