AI agents: fetch the documentation index at llms.txt. Markdown versions are available by appending .md to any page URL, including this page's markdown.
Content types
Define collections in docs.json to publish blogs, courses, changelogs, and other content types alongside your main documentation with separate URLs.
Blode.md supports more than just documentation. You can publish blogs, courses, product pages, and other content types by defining collections in your configuration. Each collection has its own content directory, URL prefix, and navigation structure.
Define a collection
Collections use the SiteConfig format with a top-level collections array. Each collection is an object with its own id, type, and content root:
{
"collections": [
{
"id": "docs",
"type": "docs",
"root": "content/docs",
"slugPrefix":