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
Copy file name to clipboardExpand all lines: docs/1-intro.mdx
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -129,12 +129,12 @@ Additional configuration and API resources are detailed on the [Network](/networ
129
129
130
130
:::tip[Building with AI]
131
131
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:
133
133
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.
136
136
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.
0 commit comments