-
Notifications
You must be signed in to change notification settings - Fork 303
Expand file tree
/
Copy path_pkgdown.yml
More file actions
89 lines (79 loc) · 2.04 KB
/
_pkgdown.yml
File metadata and controls
89 lines (79 loc) · 2.04 KB
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
destination: reference
url: https://pkgs.rstudio.com/flexdashboard/
template:
package: quillt
opengraph:
image:
src: man/figures/logo.png
alt: "flexdashboard package"
twitter:
creator: "@rstudio"
card: summary
development:
version_tooltip: "Development version"
home:
strip_header: false
links:
- text: Learn more
href: https://rmarkdown.rstudio.com/flexdashboard/
navbar:
title: ~
type: default
structure:
left: [intro, examples, articles]
right: [reference, news, github]
components:
home: ~
examples:
text: Examples
href: articles/examples.html
articles:
text: Articles
menu:
- text: "Using flexdashboard"
href: articles/using.html
- text: "Using Shiny with flexdashboard"
href: articles/shiny.html
- text: "Sample layouts"
href: articles/layouts.html
- text: "Theming flexdashboards"
href: articles/theme.html
reference:
text: Reference
href: reference/index.html
github:
icon: fab fa-github fa-lg
href: https://github.com/rstudio/flexdashboard
news:
text: News
menu:
- text: "Changelog"
href: news/index.html
- text: "------------------"
- text: "Blog posts"
- text: "Version 0.2"
href: https://blog.rstudio.com/2016/05/17/flexdashboard-easy-interactive-dashboards-for-r/
reference:
- title: Output format
desc: >
Specify in your document's YAML frontmatter to knit,
or specify as the `output_format` with `rmarkdown::render()`.
contents:
- flex_dashboard
- title: Static components
contents:
- gauge
- valueBox
- title: Shiny components
contents:
- contains("shiny")
- title: The flexdashboard package
desc: ~
contents:
- flexdashboard
redirects:
- ["examples.html", "articles/examples.html"]
- ["layouts.html", "articles/layouts.html"]
- ["shiny.html", "articles/shiny.html"]
- ["theme.html", "articles/theme.html"]
- ["using.html", "articles/using.html"]