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:
Leonid Ganeline
2023-12-17 14:54:48 -08:00
committed by GitHub
parent 2929509edd
commit 59c3c344df
3 changed files with 8 additions and 52 deletions

View File

@@ -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"