-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_pkgdown.yml
67 lines (65 loc) · 1.46 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
url: http://natverse.org/nat.devtools
destination: docs
reference:
- title: Package overview
desc: ~
contents: '`nat.devtools-package`'
- title: Package setup
desc: ~
contents:
- '`use_nat_description_defaults`'
- title: Top level function
desc: Use this for initial setup of a package.
contents:
- '`nat_setup_package`'
- title: Transferring a package
desc: Use this to help transfer a package to the natverse GitHub organisation.
contents:
- '`nat_check_urls`'
- title: Mid level functions
desc: Use these to setup the README or pkgdown help for an existing package.
contents:
- '`nat_setup_badges`'
- '`nat_setup_pkgdown`'
- title: Low level functions
desc: ~
contents:
- '`add_badge_comments`'
- '`natverse-badges`'
- '`use_nat_support`'
- title: Website helpers
desc: Functions to automate work on the natverse website
contents:
- 'nat_hugo_addarticle'
navbar:
structure:
left:
- home
- intro
- reference
- articles
- tutorials
- news
- help
right:
- natverse
- github
components:
home:
icon: fa-home fa-lg
href: index.html
reference:
text: Reference
href: reference/index.html
news:
text: Changelog
href: news/index.html
github:
icon: fa-github fa-lg
href: https://github.com/natverse/nat.devtools
natverse:
text: natverse
href: https://natverse.github.io
help:
text: Help
href: SUPPORT.html