diff --git a/docs/1-intro.mdx b/docs/1-intro.mdx index 38014be1..9dbee785 100644 --- a/docs/1-intro.mdx +++ b/docs/1-intro.mdx @@ -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. :::