Skip to content

Commit 9a5cd12

Browse files
Fix content type header in 2.8 release blog
1 parent 45579d5 commit 9a5cd12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/site/content/blog/2-8.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ We've retooled this site to enable agents and AI-assisted humans to work more ef
126126

127127
We've improved your agents' ability to fetch docs from our site in a number of ways:
128128

129-
- **Markdown responses for agents**: By responding with Markdown (instead of HTML), we help to preserve your context window. No configuration or special instructions are required. Run `curl -sL -H "Accept: text-markdown" https://turborepo.dev/repo/docs` in your terminal to see an example response.
129+
- **Markdown responses for agents**: By responding with Markdown (instead of HTML), we help to preserve your context window. No configuration or special instructions are required. Run `curl -sL -H "Accept: text/markdown" https://turborepo.dev/repo/docs` in your terminal to see an example response.
130130
- **.md routes**: You can also visit a markdown version of any documentation page by appending `.md` to a route. For example, try https://turborepo.dev/docs.md.
131131
- **/sitemap.md**: A machine-readable sitemap is available at https://turborepo.dev/sitemap.md, allowing agents to find out what docs exist.
132132
- **Versioned documentation**: Starting with version 2.7.6 of Turborepo, versioned docs are now available on subdomains of `turborepo.dev`. [Visit the 2.7.6 documentation here](https://v2-7-6.turborepo.dev/docs).

0 commit comments

Comments
 (0)