Menu

Docs pages support Markdown responses - Vercel
📰
0

Docs pages support Markdown responses - Vercel

Vercel News·Anthony Shew·4 days ago
#z8A8L1V2
#vercel#markdown#accept#header#docs#photo
Reading 0:00
15s threshold

You can now request Vercel documentation as Markdown by sending the Accept header with the value text/markdown.

This makes it easier to use docs content in agentic and CLI workflows, indexing pipelines, and tooling that expects text/markdown.

Markdown responses include a sitemap.md link at the end. You and your agent can use it to discover additional docs pages programmatically.

curl -sL https://vercel.com/docs \

--header 'Accept: text/markdown' \

| tail -n 10

Example request using the `Accept: text/markdown` header.

Read More