Configures the project for rllmdoc documentation pipelines. This is the public setup entrypoint that can orchestrate multiple setup routines over time.
Details
Currently supported setup:
Quarto website projects: adds
llms-txt: trueto the Quarto config.Quarto book projects: no config changes required; rllmdoc generates companion markdown from source chapters.
R packages: no setup changes required at this stage; rllmdoc reuses pkgdown companion markdown and replaces the final
llms.txtat build time.
Safe to run multiple times.
See also
Other unified:
llms_document()