Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions fern/products/docs/pages/ai/llms-txt.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,15 @@ The output format differs slightly:

<CodeBlocks>
```txt title="llms.txt"
- [Fern Docs](https://example.com/docs): Build beautiful documentation websites with Fern.
```

```txt title="llms-full.txt"
# Fern Docs

> Build beautiful documentation websites with Fern.
```

```txt title="llms-full.txt"
- [Fern Docs](https://example.com/docs): Build beautiful documentation websites with Fern.
```

</CodeBlocks>

## Filter output
Expand Down