% 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() } }