Skip to content

Commit a48fc28

Browse files
docs: add links to llms.txt and llms-full.txt to footer (#2015)
1 parent 7a18aa0 commit a48fc28

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

apps/docs-app/docusaurus.config.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,14 @@ const config = {
212212
label: 'Getting Started',
213213
to: 'docs/getting-started',
214214
},
215+
{
216+
label: 'llms.txt',
217+
href: '/llms.txt',
218+
},
219+
{
220+
label: 'llms-full.txt',
221+
href: '/llms-full.txt',
222+
},
215223
],
216224
},
217225
{

0 commit comments

Comments
 (0)