Skip to content

Commit

Permalink
docs(quartodoc): Move InputFile down to Upload and Download secti…
Browse files Browse the repository at this point in the history
…on. Add `Chat` (#1559)
  • Loading branch information
schloerke authored Jul 18, 2024
1 parent 636988d commit 76cee50
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/_quartodoc-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 76cee50

Please sign in to comment.