Usually, pkgdown websites have a "Get Started" section in the navbar.
However, user feedback I had is that people only look at the examples in the readme, then click on the articles, without even noticing this section.
The "Get Started" article comes from the vignette with the same name as the package (cf. https://pkgdown.r-lib.org/reference/build_articles.html#get-started).
Is there a way to move the "Get started" navbar item to an article named "Get started"?
Following Hadley's advice in the referenced link I created a fresh package named
foo, added two toy vignettesfooandbarand moved the"Get started"vignette from thenavbarto thearticlessection using this_pkgdown.yml, i.e. following the docs removeintrofrom thenavbarstructure and add the get started vignette under thearticlessection: