-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy path_pkgdown.yml
47 lines (42 loc) · 1017 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
43
44
45
46
47
url: https://rstudio.github.io/shinymeta
destination: docs
toc:
depth: 3
navbar:
type: default
left:
- text: Code generation
href: articles/code-generation.html
- text: Code distribution
href: articles/code-distribution.html
- text: Special topics
href: articles/special-topics.html
- text: Reference
href: reference/index.html
- text: News
href: news/index.html
reference:
- title: Meta-reactives
description: |
These functions create meta-reactive(s), for capturing domain logic within a reactive expression
contents:
- metaReactive
- metaObserve
- metaRender
- metaExpr
- metaAction
- withMetaMode
- title: Code generation
description: |
Functions for generating code from meta-reactives.
contents:
- expandChain
- formatCode
- title: Code distribution
description: |
Functions for distributing code to users.
contents:
- buildRmdBundle
- buildScriptBundle
- outputCodeButton
- displayCodeModal