-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy path_pkgdown.yml
43 lines (39 loc) · 884 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
template:
params:
bootswatch: lumen
toc_depth: 3
reference:
- title: "Core functions"
desc: >
Functions for generating and saving edgebundles.
contents:
- edgebundle
- saveEdgebundle
- shinyedge
- title: "Shiny functions"
desc: >
Functions for using edgebundles in Shiny apps.
contents:
- edgebundleOutput
- renderEdgebundle
- title: "Helper functions"
contents:
- adjToEdge
- edgeToJSON_igraph
- edgeToJSON_matrix
- exclude:
contents:
- flare-imports.json
navbar:
title: "edgebundleR"
type: default
left:
- icon: fa-home fa-lg
href: index.html
- text: "Get Started"
href: articles/edgebundleR.html
- text: "Reference"
href: reference/index.html
right:
- icon: fa-github fa-lg
href: https://github.com/garthtarr/edgebundleR