fix: use absolute URL for Supported Endpoints link to avoid Docusaurus slug conflict (#17710)

The relative link was causing Docusaurus to incorrectly associate the
/supported_endpoints page with SDK Functions category instead of the
actual Supported Endpoints generated-index.
This commit is contained in:
Cesar Garcia 2025-12-09 23:49:49 -03:00 committed by GitHub
parent 82f0c3c887
commit b4e0dabb37
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -172,7 +172,7 @@ const sidebars = {
{
type: "link",
label: "All Supported Endpoints →",
href: "/docs/supported_endpoints",
href: "https://docs.litellm.ai/docs/supported_endpoints",
},
],
},