mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-08 22:21:35 +00:00
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:
parent
82f0c3c887
commit
b4e0dabb37
1 changed files with 1 additions and 1 deletions
|
|
@ -172,7 +172,7 @@ const sidebars = {
|
|||
{
|
||||
type: "link",
|
||||
label: "All Supported Endpoints →",
|
||||
href: "/docs/supported_endpoints",
|
||||
href: "https://docs.litellm.ai/docs/supported_endpoints",
|
||||
},
|
||||
],
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue