Revision 74b598025322cd572dcd58326f0c5fb465f503ab authored by Hadley Wickham on 23 June 2022, 13:00:02 UTC, committed by cran-robot on 23 June 2022, 13:00:02 UTC
1 parent f9e3173
Raw File
templates.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/template.R
\name{template_navbar}
\alias{template_navbar}
\alias{template_reference}
\alias{template_articles}
\title{Generate YAML templates}
\usage{
template_navbar(path = ".")

template_reference(path = ".")

template_articles(path = ".")
}
\arguments{
\item{path}{Path to package root}
}
\description{
Use these function to generate the default YAML that pkgdown uses for
the different parts of \verb{_pkgdown.yml}. This are useful starting
points if you want to customise your site.
}
\examples{
\dontrun{
pkgdown::template_navbar()
}

\dontrun{
pkgdown::template_reference()
}

\dontrun{
pkgdown::template_articles()
}

}
back to top