We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99a3cad commit 593de8aCopy full SHA for 593de8a
docs/static/robots.txt
@@ -0,0 +1,3 @@
1
+User-agent: *
2
+
3
+Sitemap: https://python.langchain.com/sitemap.xml/
docs/vercel.json
@@ -10,6 +10,14 @@
10
{
11
"source": "/v0.1/:path(.*/?)*",
12
"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/"
21
}
22
],
23
"redirects": [
0 commit comments