From e526f9678f23a2887d62ee62f95fe078d943d536 Mon Sep 17 00:00:00 2001 From: Garrick Aden-Buie Date: Thu, 22 Feb 2024 17:31:39 -0500 Subject: [PATCH] docs(input_task_button): Add to reference index, also update methods for action button/link --- docs/_quartodoc-core.yml | 4 ++++ docs/_quartodoc-express.yml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/docs/_quartodoc-core.yml b/docs/_quartodoc-core.yml index 73f0f2471..6fb6d4419 100644 --- a/docs/_quartodoc-core.yml +++ b/docs/_quartodoc-core.yml @@ -56,6 +56,7 @@ quartodoc: - ui.input_password - ui.input_action_button - ui.input_action_link + - ui.input_task_button - title: Value boxes desc: Prominently display a value and label in a box that can be expanded to show more information. contents: @@ -140,6 +141,9 @@ quartodoc: dynamic: "shiny.ui.update_text" - name: ui.update_navs dynamic: true + - ui.update_action_button + - ui.update_action_link + - ui.update_task_button - title: Update UI Layouts desc: "" contents: diff --git a/docs/_quartodoc-express.yml b/docs/_quartodoc-express.yml index b54e76a1e..6f3fb1d83 100644 --- a/docs/_quartodoc-express.yml +++ b/docs/_quartodoc-express.yml @@ -28,6 +28,7 @@ quartodoc: - express.ui.input_password - express.ui.input_action_button - express.ui.input_action_link + - express.ui.input_task_button - title: Output components desc: Reactively render output. contents: @@ -121,6 +122,9 @@ quartodoc: dynamic: "shiny.ui.update_text" - name: express.ui.update_navs dynamic: true + - express.ui.update_action_button + - express.ui.update_action_link + - express.ui.update_task_button - title: Update UI Layouts desc: "" contents: