-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_pkgdown.yml
60 lines (52 loc) · 1.31 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
url: https://github.com/montilab/CaDrA.shiny/
template:
params:
bootswatch: flatly
authors:
Reina Chau:
href: https://github.com/RC-88
Stefano Monti:
href: https://github.com/tetomonti
Katia Bulekova:
href: https://github.com/katgit
news:
one_page: false
reference:
- title: Shiny Methods
desc: ~
contents:
- '`CaDrA_Server`'
- '`CaDrA_UI`'
- '`CaDrA_App`'
- title: Plumber API Methods
desc: ~
contents:
- '`get_feature_set`'
- '`pull_datasets`'
- '`download_feature_sets`'
home:
sidebar:
structure: [links, license, citation, authors]
navbar:
left:
- icon: fa-home
href: index.html
- text: "Getting Started"
menu:
- text: "How to run CaDrA"
href: articles/getting-started.html
- text: "Launch CaDrA's Shiny Dashboard with Docker"
href: articles/docker.html
- text: "Launch CaDrA's Shiny Dashboard with Compose"
href: articles/docker-compose.html
- text: "Retrieve Pre-processed Datasets from CaDrA Portal"
href: articles/api.html
- text: "Reference"
href: reference/index.html
- text: "FAQs"
href: articles/FAQs.html
right:
- text: "Change Log"
href: news/index.html
- icon: fa-github
href: https://github.com/montilab/CaDrA.shiny/