Content

A /support/ page as markdown

The markdown twin of a page under /support/: YAML frontmatter with title and description, then an H1 and the body. Equivalent to requesting /support/{slug} with Accept: text/markdown. The slugs that exist are listed in /support/llms.txt.

get/support/{slug}.md

Path parameters

slugstring required

Page slug, without the .md suffix.

Response

The page, as markdown.

Changes