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
To serve your own `llms.txt` or `llms-full.txt` instead of the auto-generated versions, point to your files under the [`agents` key in `docs.yml`](/learn/docs/configuration/site-level-settings#agents-configuration):
33
+
34
+
```yaml docs.yml
35
+
agents:
36
+
llms-txt: ./path/to/llms.txt
37
+
llms-full-txt: ./path/to/llms-full.txt
38
+
```
39
+
40
+
Custom files are served at the root-level `/llms.txt` and `/llms-full.txt` endpoints. Any file you don't specify falls back to the auto-generated version. See [Serve custom files](/learn/docs/ai-features/customize-llm-output#serve-custom-files) for the full reference.
41
+
30
42
## Page descriptions
31
43
32
44
Both files include page descriptions pulled from [frontmatter](/learn/docs/configuration/page-level-settings). Fern uses the `description` field if present, otherwise falls back to `subtitle`.
0 commit comments