-
Notifications
You must be signed in to change notification settings - Fork 37
/
_pkgdown.yml
39 lines (35 loc) · 1.01 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
template:
params:
bootswatch: flatly
ganalytics: UA-137355155-1 # google analytics tracking ID
docsearch:
api_key: 8c4486b693a542e8493b7944f39ab632 # intended API inclusion. Not private.
index_name: pkgnet # See https://pkgdown.r-lib.org/articles/pkgdown.html#docsearch-configuration
url: https://uptake.github.io/pkgnet/
navbar:
title: "pkgnet"
type: inverse
left:
- text: "Home"
href: index.html
- text: "Reference"
href: reference/index.html
- text: "Articles"
href: articles/index.html
- text: "News"
href: news/index.html
- text: "Gallery"
href: https://uptake.github.io/pkgnet-gallery/docs/articles/pkgnet-gallery.html
right:
- icon: fa-github
href: https://github.com/uptake/pkgnet
reference:
- title: Main Functions
contents:
- has_concept("Main Functions")
- title: Reporter Objects and Supporting Functions
contents:
- has_concept("Reporters")
- title: Graph Classes
contents:
- has_concept("Graph Classes")