chore: move Azure from under librechat.yaml > custom endpoints

This commit is contained in:
Danny Avila
2024-05-30 09:32:20 -04:00
parent c0e7a82e8c
commit b31e2ffbc3
5 changed files with 5 additions and 3 deletions

View File

@@ -39,6 +39,8 @@ const nonPermanentRedirects = [
['/gh-support', 'https://github.com/danny-avila/LibreChat/discussions/categories/support'],
['/gh-discussions', 'https://github.com/danny-avila/LibreChat/discussions'],
['/roadmap', '/docs/roadmap'],
/* Danny moved these :P */
['/docs/configuration/librechat_yaml/ai_endpoints/azure', '/docs/configuration/azure'],
// Redirect to overview pages
...[].map((path) => [path, path + '/overview']),
]