Skip to content

Commit a52a4c6

Browse files
authored
docs(input_task_button): Add to reference index, also update methods for action button/link (#1151)
1 parent 71638d2 commit a52a4c6

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

docs/_quartodoc-core.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ quartodoc:
5656
- ui.input_password
5757
- ui.input_action_button
5858
- ui.input_action_link
59+
- ui.input_task_button
5960
- title: Value boxes
6061
desc: Prominently display a value and label in a box that can be expanded to show more information.
6162
contents:
@@ -140,6 +141,9 @@ quartodoc:
140141
dynamic: "shiny.ui.update_text"
141142
- name: ui.update_navs
142143
dynamic: true
144+
- ui.update_action_button
145+
- ui.update_action_link
146+
- ui.update_task_button
143147
- title: Update UI Layouts
144148
desc: ""
145149
contents:

docs/_quartodoc-express.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ quartodoc:
2828
- express.ui.input_password
2929
- express.ui.input_action_button
3030
- express.ui.input_action_link
31+
- express.ui.input_task_button
3132
- title: Output components
3233
desc: Reactively render output.
3334
contents:
@@ -121,6 +122,9 @@ quartodoc:
121122
dynamic: "shiny.ui.update_text"
122123
- name: express.ui.update_navs
123124
dynamic: true
125+
- express.ui.update_action_button
126+
- express.ui.update_action_link
127+
- express.ui.update_task_button
124128
- title: Update UI Layouts
125129
desc: ""
126130
contents:

0 commit comments

Comments
 (0)