LlmsTxtPostRendererResource
A PostRendererResource that generates an llms.txt at the site root: a curated, agent-friendly index of every page in the site as absolute links to their Markdown counterparts.
The generated file follows the llmstxt.org convention:
an H1 with the document title,
a blockquote with the description supplied by
.llmstxt,a
## Docssection listing the root document and every subdocument as a Markdown link (if available, HTML otherwise).
Requires:
com.quarkdown.core.context.options.HtmlOptions.llmsTxtContent to be set via
.llmstxt.com.quarkdown.core.context.options.HtmlOptions.baseUrl to be set via
.htmloptions.
Parameters
context
the context of the document being rendered