File: publish_book.Rd

package info (click to toggle)
r-cran-bookdown 0.46%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 3,972 kB
  • sloc: javascript: 11,343; makefile: 21; sh: 20
file content (23 lines) | stat: -rw-r--r-- 730 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/publish.R
\name{publish_book}
\alias{publish_book}
\title{Publish a book to a Posit Connect server}
\usage{
publish_book(name = NULL, ...)
}
\arguments{
\item{name}{Name of the book (this will be used in the URL path of the
published book). Defaults to the \code{book_filename} in
\code{_bookdown.yml} if not specified.}

\item{...}{Other arguments to be passed to [rsconnect::deploySite()].}
}
\description{
Publish a book to a Connect Server. By default, you should render the book
locally before publishing.
}
\note{
Previously the default server was bookdown.org, which will be sunset.
  You are no longer recommended to publish to bookdown.org.
}