https://github.com/cran/pkgdown
Raw File
Tip revision: be39bf7826519337f2174410168506d8cd3cbe75 authored by Hadley Wickham on 30 November 2021, 20:10:03 UTC
version 2.0.0
Tip revision: be39bf7
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