Quarto

Quarto is an open-source scientific and technical publishing system built on Pandoc. Content authored using Quarto can be published to Connect Cloud. For information about authoring Quarto content, see the Quarto Guide.

Publish Quarto documents to Connect Cloud by specifying one of three primary file types:

  1. YAML file: Set your projects _quarto.yml as the primary file.
  2. Standalone quarto file (e.g., index.qmd): Set a standalone .qmd document as the primary file. Connect Cloud renders it and publishes the appropriate file output.
  3. Finished quarto document (e.g., report.html): Set an already rendered flat file as the primary file.

Interactive Documents

Interactive Quarto Documents with Shiny elements are fully supported on Connect Cloud.

Important Note: Because these documents require a live server to run, publishing them counts against your plan entitlements as an application, not a standard document.

Python

Python projects need a requirements.txt file in the repository.

Repository examples:

R

R projects need a manifest.json file in the repository.

Repository examples: