You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Stop generating and committing clean markdown files in CI, simplify markdown serving/indexing to use source content directly, and remove .md URL suffixes from llms output and markdown alternates for the current main behavior.
Made-with: Cursor
Copy file name to clipboardExpand all lines: app/en/get-started/setup/connect-arcade-docs/page.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ description: "Learn how to speed up your development with agents in your IDEs"
5
5
6
6
# Agentic Development
7
7
8
-
Every page on the Arcade docs site renders as clean markdown. When an AI agent or coding assistant visits any docs URL, the site automatically returns `Content-Type: text/markdown` instead of HTML if:
8
+
Every page on the Arcade docs site can be served as markdown. When an AI agent or coding assistant visits any docs URL, the site automatically returns `Content-Type: text/markdown` instead of HTML if:
9
9
10
10
- The request `User-Agent` header matches a known AI agent (Claude, ChatGPT, Cursor, etc.)
11
11
- The request includes the `Accept: text/markdown` header
0 commit comments