Skip to content

Commit 28047eb

Browse files
Address PR feedback: move markdown serving info to llms.txt section and move image up
Co-Authored-By: Devin Logan <[email protected]>
1 parent e9ff936 commit 28047eb

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

fern/products/docs/pages/seo/llms-txt.mdx

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,25 @@ Contains a lightweight summary of your documentation site with each page distill
1111

1212
`llms.txt` is available at any level of your documentation hierarchy (e.g., `/llms.txt`, `/docs/llms.txt`, `/v1/api-reference/llms.txt`).
1313

14+
When Fern detects an LLM bot accessing your documentation, it automatically serves Markdown instead of HTML, reducing token consumption by 90%+.
15+
1416
See an example: [docs.cohere.com/llms.txt](https://docs.cohere.com/llms.txt)
1517

18+
<Frame>
19+
<img
20+
src="./llms-txt.png"
21+
alt="Example of using llms.txt"
22+
className="rounded-lg border border-gray-200 dark:border-gray-700"
23+
/>
24+
</Frame>
25+
1626
## `llms-full.txt`
1727

1828
Contains complete documentation content including the full text of all pages. For API documentation, this includes your complete API Reference with resolved OpenAPI specifications and SDK code examples for enabled languages. Each API endpoint page includes its full OpenAPI spec.
1929

2030
`llms-full.txt` is available only at the root of your documentation site.
2131

22-
When Fern detects an LLM bot accessing your documentation, it automatically serves Markdown instead of HTML, reducing token consumption by 90%+.
32+
See an example: [docs.cohere.com/llms-full.txt](https://docs.cohere.com/llms-full.txt)
2333

2434
### Examples
2535

@@ -28,14 +38,6 @@ View the `llms.txt` files for this site:
2838
- [https://buildwithfern.com/learn/llms.txt](https://buildwithfern.com/learn/llms.txt)
2939
- [https://buildwithfern.com/learn/llms-full.txt](https://buildwithfern.com/learn/llms-full.txt)
3040

31-
<Frame>
32-
<img
33-
src="./llms-txt.png"
34-
alt="Example of using llms.txt"
35-
className="rounded-lg border border-gray-200 dark:border-gray-700"
36-
/>
37-
</Frame>
38-
3941
## Analytics and monitoring
4042

4143
The [Fern Dashboard](https://dashboard.buildwithfern.com/) provides comprehensive analytics for `llms.txt` usage including:

0 commit comments

Comments
 (0)