From 76cee50cf915a398788cf3fcf4207a0a97f33a68 Mon Sep 17 00:00:00 2001 From: Barret Schloerke Date: Thu, 18 Jul 2024 16:17:55 -0400 Subject: [PATCH] docs(quartodoc): Move `InputFile` down to `Upload and Download` section. Add `Chat` (#1559) --- docs/_quartodoc-testing.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/_quartodoc-testing.yml b/docs/_quartodoc-testing.yml index abf076e44..f91f1c854 100644 --- a/docs/_quartodoc-testing.yml +++ b/docs/_quartodoc-testing.yml @@ -30,7 +30,6 @@ quartodoc: - playwright.controller.InputDarkMode - playwright.controller.InputDate - playwright.controller.InputDateRange - - playwright.controller.InputFile - playwright.controller.InputNumeric - playwright.controller.InputPassword - playwright.controller.InputRadioButtons @@ -62,9 +61,14 @@ quartodoc: - title: Upload and download desc: Methods for interacting with Shiny app uploading and downloading controller. contents: + - playwright.controller.InputFile - playwright.controller.DownloadButton - playwright.controller.DownloadLink - - title: Rendering outputs + - title: Chat interface + desc: Methods for interacting with Shiny app chat controller. + contents: + - playwright.controller.Chat + - title: Rendering Outputs desc: Render output in a variety of ways. contents: - playwright.controller.OutputCode