-
Notifications
You must be signed in to change notification settings - Fork 2
/
_pkgdown.yml
66 lines (58 loc) · 1.18 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
template:
bootstrap: 5
navbar:
type: inverted
structure:
left: [intro, reference, articles, tutorials, news, qc]
components:
qc:
text: Quality Control
href: articles/qc.html
home:
title: Build complex Shiny apps in a simple way
reference:
- title: Run application
- contents:
- run_app
- title: Utils
- contents:
- tab_group
- add_date_range
- mm_dispatch
- mm_resolve_dispatcher
- logging
- build_secure_arguments
- title: Dummy modules
- contents:
- mod_simple
articles:
- title: Creating apps
navbar: Creating apps
desc: How to create Shiny apps with dv.manager
contents:
- customizing_application
- timestamp
- title: Developer
navbar: Developing modules
desc: How to develop modules compatible with dv.manager
contents:
- developing_module
- passing_data
- css_namespace
- logging
- title: How does it work
navbar: How does it work
desc: How does dv.manager work inside
contents:
- how_does_work
- data_filtering
- arguments_from_module_manager
- data_reloading
- title: Troubleshooting
desc: Common errors
contents:
- dv-manager
- title: Quality Control
desc: Quality Control
contents:
- qc