Skip to content

Commit 481f9e4

Browse files
authored
Add LLMs.txt to Strapi v3 docs (#2725)
* Add LLMs.txt * Add link to LLMs.txt * Fix llms.txt link
1 parent 331c8e1 commit 481f9e4

File tree

2 files changed

+159
-4
lines changed

2 files changed

+159
-4
lines changed

docs/.vuepress/config.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -628,6 +628,10 @@ module.exports = {
628628
},
629629
],
630630
},
631+
{
632+
text: 'LLMs.txt',
633+
link: '/llms.txt',
634+
},
631635
{
632636
text: 'v4 Documentation',
633637
link: 'https://docs.strapi.io'
@@ -684,10 +688,6 @@ module.exports = {
684688
},
685689
],
686690
},
687-
{
688-
text: "We're hiring!",
689-
link: 'https://strapi.io/careers#open-positions',
690-
},
691691
],
692692
repo: 'strapi/documentation',
693693
docsDir: 'docs',

0 commit comments

Comments
 (0)