docs: tests/standard tests api ref redirect (#29444)

This commit is contained in:
Erick Friis
2025-01-27 23:21:50 -08:00
committed by GitHub
parent 8bf9c71673
commit fa3857c9d0

View File

@@ -137,6 +137,10 @@
{
"source": "/api_reference/mongodb/:path(.*/?)*",
"destination": "https://langchain-mongodb.readthedocs.io/en/latest/langchain_mongodb/api_docs.html"
},
{
"source": "/api_reference/tests/:path(.*/?)*",
"destination": "/api_reference/standard_tests/:path"
}
]
}