Skip to content

Commit 4020f95

Browse files
authored
Document llms.txt and per-page Markdown access (#5064)
* docs: document llms.txt and per-page Markdown access The with-ai page covered Skills and the MCP server but never mentioned the llms.txt/llms-full.txt index or the per-page Markdown and Open in ChatGPT/Claude buttons, even though both already ship in production. Also fixes a doubled space in the MCP server heading. * Update section title for Temporal knowledge base Updated section title to use lowercase for consistency and improved clarity.
1 parent 02a0cdb commit 4020f95

1 file changed

Lines changed: 17 additions & 3 deletions

File tree

docs/with-ai.mdx

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ description: Give your AI coding agent Temporal expertise and real-time access t
88
import Tabs from '@theme/Tabs';
99
import TabItem from '@theme/TabItem';
1010

11-
Give your AI coding agent Temporal expertise with Skills and real-time documentation access with the Temporal Knowledge Base MCP
12-
Server.
11+
Give your AI coding agent Temporal expertise with Skills, real-time documentation access with the Temporal Knowledge Base
12+
MCP Server, or direct access to the docs as Markdown.
1313

1414
## Skills
1515

@@ -112,7 +112,7 @@ git clone https://github.com/temporalio/skill-temporal-cloud.git ~/.claude/skill
112112

113113
Restart your coding agent after installing.
114114

115-
## Temporal Knowledge Base MCP Server
115+
## Temporal knowledge base MCP server
116116

117117
Connect Temporal expertise directly to your AI assistant for accurate, up-to-date answers about Temporal. The
118118
Temporal knowledge base MCP server gives AI tools real-time access to best practices compiled from our documentation, educational materials, community forum responses, and slack channels, so responses draw from current expertise
@@ -163,3 +163,17 @@ Not all MCP clients support this protocol.
163163
If your client supports MCP OAuth, it will open a browser window to verify with Google or GitHub on first connection.
164164
If your client does not support MCP OAuth, you may need to use a stdio proxy that handles the OAuth flow and passes credentials to the remote server.
165165
Check your client's documentation for details on connecting to OAuth-protected MCP servers.
166+
167+
## Markdown pages and llms.txt
168+
169+
Every documentation page is also available as Markdown, so AI tools that fetch a URL can read the docs without an MCP
170+
connection or sign-in.
171+
172+
- Append `.md` to any page's URL to fetch its Markdown version — for example, `https://docs.temporal.io/workflows.md`.
173+
- Each page has **Copy for LLM**, **View Markdown**, **Open in ChatGPT**, and **Open in Claude** buttons above its
174+
content. **Copy for LLM** copies the page's Markdown, with its source URL, to your clipboard. **Open in ChatGPT** and
175+
**Open in Claude** start a new chat with a prompt telling the model to read the page.
176+
- [`llms.txt`](https://llmstxt.org) is a standard for indexing a site for LLMs. Temporal's index is at
177+
`https://docs.temporal.io/llms.txt`, and the full documentation concatenated into one file is at
178+
`https://docs.temporal.io/llms-full.txt`. The full file is large enough to exceed most model context windows, so
179+
prefer the index and individual pages' `.md` versions unless you need to bulk-ingest everything at once.

0 commit comments

Comments
 (0)