Skip to content

Commit 39388ae

Browse files
authored
fix(docs): update intro tip (#1228)
1 parent 3856dcd commit 39388ae

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/1-intro.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -129,12 +129,12 @@ Additional configuration and API resources are detailed on the [Network](/networ
129129

130130
:::tip[Building with AI]
131131

132-
To feed Developer Hub into your LLM, use these auto-generated [llms.txt](https://llmstxt.org/) files served from the site root:
132+
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:
133133

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

137-
For specific pages, use the **"View page as Markdown"** button at the bottom of any guide.
137+
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.
138138

139139
:::
140140

0 commit comments

Comments
 (0)