Skip to content

Commit 8536803

Browse files
authored
add llms.txt links to footer Resources section (#681)
1 parent 52e229e commit 8536803

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/shared/resources.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,10 @@ export const EN_FOOTER_ITEMS = [
250250
name: "Support",
251251
url: "https://tidb.support.pingcap.com/",
252252
},
253+
{
254+
name: "llms.txt",
255+
url: "https://docs.pingcap.com/llms.txt",
256+
},
253257
],
254258
},
255259
{
@@ -353,6 +357,10 @@ export const ZH_FOOTER_ITEMS = [
353357
name: "Education",
354358
url: "https://learn.pingcap.cn/learner/course",
355359
},
360+
{
361+
name: "llms.txt",
362+
url: "https://docs.pingcap.com/zh/llms.txt",
363+
},
356364
],
357365
},
358366
{
@@ -449,6 +457,10 @@ export const JA_FOOTER_ITEMS = [
449457
name: "導入実績",
450458
url: "https://pingcap.co.jp/usecase/",
451459
},
460+
{
461+
name: "llms.txt",
462+
url: "https://docs.pingcap.com/ja/llms.txt",
463+
},
452464
],
453465
},
454466
{

0 commit comments

Comments
 (0)