mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-01 20:49:17 +00:00
docs[patch]: Add robots.txt and root sitemap (#22492)
CC @efriis @baskaryan
This commit is contained in:
parent
99a3cad258
commit
593de8a913
3
docs/static/robots.txt
vendored
Normal file
3
docs/static/robots.txt
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
User-agent: *
|
||||||
|
|
||||||
|
Sitemap: https://python.langchain.com/sitemap.xml/
|
@ -10,6 +10,14 @@
|
|||||||
{
|
{
|
||||||
"source": "/v0.1/:path(.*/?)*",
|
"source": "/v0.1/:path(.*/?)*",
|
||||||
"destination": "https://langchain-v01.vercel.app/v0.1/:path*"
|
"destination": "https://langchain-v01.vercel.app/v0.1/:path*"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"source": "/robots.txt(/?)",
|
||||||
|
"destination": "/v0.2/robots.txt/"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"source": "/sitemap.xml(/?)",
|
||||||
|
"destination": "/v0.2/sitemap.xml/"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"redirects": [
|
"redirects": [
|
||||||
|
Loading…
Reference in New Issue
Block a user