We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6681305 commit e9b3ea8Copy full SHA for e9b3ea8
fern/products/docs/pages/ai/llms-txt.mdx
@@ -40,14 +40,15 @@ The output format differs slightly:
40
41
<CodeBlocks>
42
```txt title="llms.txt"
43
-- [Fern Docs](https://example.com/docs): Build beautiful documentation websites with Fern.
44
-```
45
-
46
-```txt title="llms-full.txt"
47
# Fern Docs
48
49
> Build beautiful documentation websites with Fern.
50
```
+
+```txt title="llms-full.txt"
+- [Fern Docs](https://example.com/docs): Build beautiful documentation websites with Fern.
+```
51
52
</CodeBlocks>
53
54
## Filter output
0 commit comments