-
Notifications
You must be signed in to change notification settings - Fork 81
/
_pkgdown.yml
271 lines (231 loc) · 5.24 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
template:
bootstrap: 5
url: https://bs4dash.rinterface.com/
reference:
- title: Basic dashboard functions
desc: Dashboard skeleton functions
contents:
- '`dashboardPage`'
- '`dashboardHeader`'
- '`dashboardBody`'
- '`dashboardFooter`'
- '`dashboardSidebar`'
- '`dashboardControlbar`'
- title: Layout functions
desc: Bootstrap 4 Layout utils
contents:
- '`column`'
- '`boxLayout`'
- title: Feedback related functions
desc: Bootstrap 4 popovers, tooltips, toasts, alerts, ... They replace {shinyBS} elements.
contents:
- '`createAlert`'
- '`closeAlert`'
- '`popover`'
- '`addPopover`'
- '`removePopover`'
- '`toast`'
- '`tooltip`'
- '`addTooltip`'
- '`removeTooltip`'
- title: Update functions
desc: Dynamically update UI elements
contents:
- '`updateAccordion`'
- '`updateBox`'
- '`updateBoxSidebar`'
- '`updateControlbar`'
- '`updateControlbarMenu`'
- '`updateNavbarTabs`'
- '`updateSidebar`'
- '`updateTabItems`'
- '`updateUserMessages`'
- title: Body content functions
desc: Functions that are to be used in the dashboardBody
contents:
- '`tabItems`'
- '`tabItem`'
- title: Sidebar content functions
desc: Functions that are to be used in the dashboardSidebar
contents:
- '`sidebarMenu`'
- '`sidebarMenuOutput`'
- '`menuItem`'
- '`menuItemOutput`'
- '`menuSubItem`'
- '`menuOutput`'
- '`renderMenu`'
- '`sidebarHeader`'
- '`sidebarUserPanel`'
- title: Header content functions
desc: Functions that are to be used in the dashboardHeader
contents:
- '`navbarMenu`'
- '`navbarTab`'
- '`dashboardBrand`'
- '`dashboardUser`'
- '`dashboardUserItem`'
- '`renderUser`'
- '`userOutput`'
- '`dropdownMenu`'
- '`dropdownMenuOutput`'
- '`messageItem`'
- '`notificationItem`'
- '`taskItem`'
- title: Controlbar content functions
desc: Functions that are to be used in the dashboardControlbar
contents:
- '`controlbarMenu`'
- '`controlbarItem`'
- title: Boxes
desc: Main containers
contents:
- '`infoBox`'
- '`valueBox`'
- '`box`'
- '`boxLayout`'
- '`socialBox`'
- '`tabBox`'
- '`userBox`'
- title: Box toolbar components
desc: Build dropdown menu in the tool area (close, collapse)
contents:
- '`boxDropdown`'
- '`boxDropdownItem`'
- '`boxLabel`'
- '`boxSidebar`'
- '`dropdownDivider`'
- '`dropdownHeader`'
- title: Tabs elements
desc: Functions that are to be used in tabBox or standalone. They overwrite {shiny} default to be compatible with Bootstrap 4.
contents:
- '`insertTab`'
- '`tabsetPanel`'
- '`pagination`'
- '`paginationItem`'
- '`updatePagination`'
- title: Inputs
desc: New inputs compatible with Bootstrap 4.
contents:
- '`actionButton`'
- '`appButton`'
- title: Box extra elements
desc: Add more shiny elements to your cards
contents:
- '`attachmentBlock`'
- '`boxComment`'
- '`boxPad`'
- '`boxProfile`'
- '`boxProfileItem`'
- '`descriptionBlock`'
- '`bs4Ribbon`'
- '`productList`'
- '`productListItem`'
- '`userBlock`'
- '`userDescription`'
- '`userList`'
- '`userListItem`'
- '`userMessage`'
- '`userMessages`'
- '`userPost`'
- '`userPostTagItems`'
- '`userPostTagItem`'
- '`userPostMedia`'
- title: Sortable UI
desc: Sort elements such as cards
contents:
- '`sortable`'
- title: Render functions
desc: Dynamically generate items
contents:
- '`valueBoxOutput`'
- '`infoBoxOutput`'
- '`renderValueBox`'
- '`renderInfoBox`'
- title: Other Bootstrap 4 items
desc: To better customize your app
contents:
- '`accordion`'
- '`accordionItem`'
- '`blockQuote`'
- '`bs4Table`'
- '`callout`'
- '`carousel`'
- '`carouselItem`'
- '`dashboardBadge`'
- '`ionicon`'
- '`jumbotron`'
- '`listGroup`'
- '`listGroupItem`'
- '`loadingState`'
- '`progressBar`'
- '`ribbon`'
- '`starBlock`'
- '`timelineBlock`'
- '`timelineEnd`'
- '`timelineItem`'
- '`timelineItemMedia`'
- '`timelineLabel`'
- '`timelineStart`'
- title: CSS extras
desc: Pimp your app
contents:
- '`skinSelector`'
- '`useAutoColor`'
- '`getAdminLTEColors`'
- title: Gallery
desc: bs4Dash showcase
contents:
- '`bs4DashGallery`'
navbar:
structure:
left:
- home
- intro
- reference
- articles
- tutorials
- news
right: [github, twitter]
components:
home:
icon: fa-home fa-lg
href: index.html
reference:
text: Reference
href: reference/index.html
news:
text: Changelog
href: news/index.html
github:
icon: fa-github fa-lg
href: https://github.com/RinteRface/bs4Dash
twitter:
icon: fa-twitter
href: http://twitter.com/divadnojnarg
aria-label: Twitter
articles:
- title: User guide
navbar: ~
contents:
- '`step-by-step`'
- '`improved-boxes`'
- '`extra-elements`'
- '`more-skins`'
- '`css-preloader`'
news:
releases:
- text: "bs4Dash 2.3.4"
- text: "bs4Dash 2.3.3"
- text: "bs4Dash 2.3.0"
- text: "bs4Dash 2.2.1"
- text: "bs4Dash 2.1.0"
- text: "bs4Dash 2.0.3"
- text: "bs4Dash 2.0.2"
- text: "bs4Dash 2.0.1"
- text: "bs4Dash 2.0.0"
- text: "bs4Dash 0.5.0"
- text: "bs4Dash 0.4.0"
- text: "bs4Dash 0.3.0"
- text: "bs4Dash 0.2.0"
- text: "bs4Dash 0.1.0"