Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/1-intro.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -129,12 +129,12 @@ Additional configuration and API resources are detailed on the [Network](/networ

:::tip[Building with AI]

To feed Developer Hub into your LLM, use these auto-generated [llms.txt](https://llmstxt.org/) files served from the site root:
Want to use Developer Hub as context for an LLM? Start with the auto-generated [llms.txt](https://llmstxt.org/) files available at the site root:

- `/llms-full.txt` - The entire documentation as a single text file.
- `/llms.txt` - A concise index of all pages with titles and descriptions.
- `/llms-full.txt` - the full documentation bundled into a single plain-text file.
- `/llms.txt` - a lightweight index of every page, including titles and short descriptions.

For specific pages, use the **"View page as Markdown"** button at the bottom of any guide.
If you only need one page, use the **Copy page** button in the top-right. It lets you copy the page as Markdown, or jump straight into supported LLM tools.

:::

Expand Down