Skip to content

Commit 76cee50

Browse files
authored
docs(quartodoc): Move InputFile down to Upload and Download section. Add Chat (#1559)
1 parent 636988d commit 76cee50

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

docs/_quartodoc-testing.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ quartodoc:
3030
- playwright.controller.InputDarkMode
3131
- playwright.controller.InputDate
3232
- playwright.controller.InputDateRange
33-
- playwright.controller.InputFile
3433
- playwright.controller.InputNumeric
3534
- playwright.controller.InputPassword
3635
- playwright.controller.InputRadioButtons
@@ -62,9 +61,14 @@ quartodoc:
6261
- title: Upload and download
6362
desc: Methods for interacting with Shiny app uploading and downloading controller.
6463
contents:
64+
- playwright.controller.InputFile
6565
- playwright.controller.DownloadButton
6666
- playwright.controller.DownloadLink
67-
- title: Rendering outputs
67+
- title: Chat interface
68+
desc: Methods for interacting with Shiny app chat controller.
69+
contents:
70+
- playwright.controller.Chat
71+
- title: Rendering Outputs
6872
desc: Render output in a variety of ways.
6973
contents:
7074
- playwright.controller.OutputCode

0 commit comments

Comments
 (0)