build_llm_docs() creates an LLMs.txt at the root of your site
that contains the contents of your README.md, your reference index,
and your articles index. It also creates a .md file for every existing
.html file in your site. Together, this gives an LLM an overview of your
package and the ability to find out more by following links.
If you don't want these files generated for your site, you can opt-out by
adding the following to your pkgdown.yml:
See also
Other site components:
build_articles(),
build_home(),
build_news(),
build_reference(),
build_tutorials()
