pkgdown (version 1.4.1)

template_navbar: Generate YAML templates

Description

Use these function to generate the default YAML that pkgdown uses for the different parts of _pkgdown.yml. This are useful starting points if you want to customise your site.

Usage

template_navbar(path = ".")

template_reference(path = ".")

template_articles(path = ".")

Arguments

path

Path to package root

Examples

Run this code
# NOT RUN {
pkgdown::template_navbar()
# }
# NOT RUN {
# }
# NOT RUN {
pkgdown::template_reference()
# }
# NOT RUN {
# }
# NOT RUN {
pkgdown::template_articles()
# }
# NOT RUN {
# }

Run the code above in your browser using DataCamp Workspace