Content

A /case-studies/ page as markdown

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

get/case-studies/{slug}.md

Path parameters

slugstring required

Page slug, without the .md suffix.

Response

The page, as markdown.

Changes