Skip to content

Commit 593de8a

Browse files
authored
docs[patch]: Add robots.txt and root sitemap (#22492)
CC @efriis @baskaryan
1 parent 99a3cad commit 593de8a

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

docs/static/robots.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
User-agent: *
2+
3+
Sitemap: https://python.langchain.com/sitemap.xml/

docs/vercel.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@
1010
{
1111
"source": "/v0.1/:path(.*/?)*",
1212
"destination": "https://langchain-v01.vercel.app/v0.1/:path*"
13+
},
14+
{
15+
"source": "/robots.txt(/?)",
16+
"destination": "/v0.2/robots.txt/"
17+
},
18+
{
19+
"source": "/sitemap.xml(/?)",
20+
"destination": "/v0.2/sitemap.xml/"
1321
}
1422
],
1523
"redirects": [

0 commit comments

Comments
 (0)