You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: vignettes/publishing.Rmd
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -9,13 +9,13 @@ vignette: >
9
9
10
10
## Overview
11
11
12
-
The **quarto** package includes several functions that enable you to publish static and interactive documents, websites, and books to [RStudio Connect](https://www.rstudio.com/products/connect/) and [shinyapps.io](https://www.shinyapps.io/). When publishing to RStudio Connect, both simple content publishing (local rendering) as well as code publishing (rendering on Connect) are supported.
12
+
The **quarto** package includes several functions that enable you to publish static and interactive documents, websites, and books to [Posit Connect](https://posit.co/products/enterprise/connect/) and [shinyapps.io](https://www.shinyapps.io/). When publishing to Posit Connect, both simple content publishing (local rendering) as well as code publishing (rendering on Connect) are supported.
13
13
14
14
## Accounts
15
15
16
-
Before publishing to RStudio Connect or shinyapps.io you should ensure that you have an account configured for publishing.
16
+
Before publishing to Posit Connect or shinyapps.io you should ensure that you have an account configured for publishing.
17
17
18
-
For RStudio Connect, use the `rsconnect::connectUser()` function for the server you are publishing to. For example:
18
+
For Posit Connect, use the `rsconnect::connectUser()` function for the server you are publishing to. For example:
19
19
20
20
```r
21
21
rsconnect::connectUser(server="rsc.example.com")
@@ -34,7 +34,7 @@ Note that you can copy and paste this code from the [Tokens](https://www.shinyap
34
34
35
35
## Documents
36
36
37
-
Use the `quarto_publish_doc()` function to publish a single document to RStudio Connect. Note that the very _first time_ that you publish you should specify both the `server` and `account` that you want to use for publishing. For example:
37
+
Use the `quarto_publish_doc()` function to publish a single document to Posit Connect. Note that the very _first time_ that you publish you should specify both the `server` and `account` that you want to use for publishing. For example:
Use the `quarto_publish_site()` function to publish a [website](https://quarto.org/docs/websites/) or [book](https://quarto.org/docs/books/) to RStudio Connect. Note that the very _first time_ that you publish you should specify both the `server` and `account` that you want to use for publishing. For example:
60
+
Use the `quarto_publish_site()` function to publish a [website](https://quarto.org/docs/websites/) or [book](https://quarto.org/docs/books/) to Posit Connect. Note that the very _first time_ that you publish you should specify both the `server` and `account` that you want to use for publishing. For example:
You can publish Shiny [interactive documents](https://quarto.org/docs/interactive/shiny/) to either RStudio Connect or shinyapps.io.
82
+
You can publish Shiny [interactive documents](https://quarto.org/docs/interactive/shiny/) to either Posit Connect or shinyapps.io.
83
83
84
-
To publish to RStudio Connect, specify both the `server` and `account` that you want to use for publishing (this is required for the first publish only). For example:
84
+
To publish to Posit Connect, specify both the `server` and `account` that you want to use for publishing (this is required for the first publish only). For example:
0 commit comments