docs microsoft pages sort order fix (#14771)

`integrations/document_loaders/` `Excel` and `OneNote` pages in the
navbar were in the wrong sort order. It is because the file names are
not equal to the page titles.
- renamed `excel` and `onenote` file names
This commit is contained in:
Leonid Ganeline 2024-01-01 16:10:59 -08:00 committed by GitHub
parent 76923e5743
commit de682761c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 0 deletions

View File

@ -92,6 +92,14 @@
"source": "/docs/integrations/chat/hunyuan",
"destination": "/docs/integrations/chat/tencent_hunyuan"
},
{
"source": "/docs/integrations/document_loaders/excel",
"destination": "/docs/integrations/document_loaders/microsoft_excel"
},
{
"source": "/docs/integrations/document_loaders/onenote",
"destination": "/docs/integrations/document_loaders/microsoft_onenote"
},
{
"source": "/docs/integrations/providers/aws_dynamodb",
"destination": "/docs/integrations/platforms/aws#aws-dynamodb"