Content
A /overviews/ page as markdown
The markdown twin of a page under /overviews/: YAML frontmatter with title and description, then an H1 and the body. Equivalent to requesting /overviews/{slug} with Accept: text/markdown. The slugs that exist are listed in /overviews/llms.txt.
get/overviews/{slug}.md
Path parameters
slugstring required
Page slug, without the .md suffix.
Response
The page, as markdown.