mirror of
https://github.com/hwchase17/langchain.git
synced 2026-01-29 21:30:18 +00:00
docs redundant pages (#14774)
[ScaNN](https://python.langchain.com/docs/integrations/providers/scann) and [DynamoDB](https://python.langchain.com/docs/integrations/platforms/aws#aws-dynamodb) pages in `providers` are redundant because we have those references in the Google and AWS platform pages. It is confusing. - I removed unnecessary pages, redirected files to new nams;
This commit is contained in:
@@ -1,5 +1,13 @@
|
||||
{
|
||||
"redirects": [
|
||||
{
|
||||
"source": "/docs/integrations/providers/aws_dynamodb",
|
||||
"destination": "/docs/integrations/platforms/aws#aws-dynamodb"
|
||||
},
|
||||
{
|
||||
"source": "/docs/integrations/providers/scann",
|
||||
"destination": "/docs/integrations/platforms/google#google-scann"
|
||||
},
|
||||
{
|
||||
"source": "/docs/integrations/toolkits/google_drive",
|
||||
"destination": "/docs/integrations/tools/google_drive"
|
||||
|
||||
Reference in New Issue
Block a user