Skip to content

Commit

Permalink
Merge pull request #2457 from posit-dev/ashley-positron-edits
Browse files Browse the repository at this point in the history
  • Loading branch information
sagerb authored Nov 28, 2024
2 parents 942b733 + 01874c0 commit 1a8bec8
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Posit Publisher

Posit Publisher lets you deploy projects to Connect from VSCode.
Posit Publisher lets you deploy projects to Connect from VS Code and Positron.

Key concepts:

- Publisher is a VSCode
extension that presents a UI within the VSCode sidebar.
- Publisher is a VS Code
extension that presents a UI within the VS Code and Positron sidebar.
- Deployment options are set via configuration files in `.posit/publish/`.
- Records of where you have deployed are kept in `.posit/publish/deployments`.

Expand All @@ -14,17 +14,17 @@ Key concepts:
Supported features:

- Deploy projects to Connect
- UI available as a VSCode extension
- UI available as a VS Code extension
- Configuration-file based workflow
- Configuration schema enables editing with the [Even Better TOML
VSCode](https://marketplace.visualstudio.com/items?itemName=tamasfe.even-better-toml)
VS Code](https://marketplace.visualstudio.com/items?itemName=tamasfe.even-better-toml)
extension
- Python content: APIs, applications, and notebooks
- Quarto content: .qmd and .Rmd files. Support for embedded Shiny apps
- R content: Shiny apps, RMarkdown, Plumber APIs, and Rmd with embedded Shiny apps
- Automatic detection of client R, Python and Quarto versions
- Dependencies from requirements.txt and/or renv.lock files
- Automatic creation of a minimal requirements.txt file if needed, by scanning imports and mapping them to package names/versions installed in the local Python library path.
- Dependencies from `requirements.txt` and/or `renv.lock` files
- Automatic creation of a minimal `requirements.txt` file if needed, by scanning imports and mapping them to package names/versions installed in the local Python library path.
- Collaborate via git, or by downloading a source bundle from Connect
- Pre-flight checking of settings before deploying to Connect
- Verification that deployed apps can successfully start
Expand All @@ -49,7 +49,7 @@ See the [Installation](installation.md) page.

## Using the Extension

See the [VSCode Extension](vscode.md) page.
See the [VS Code Extension](vscode.md) page.

## Configuration Reference

Expand Down

0 comments on commit 1a8bec8

Please sign in to comment.