forked from phoenix/litellm-mirror
docs(sidebars.js): simplify docs nav
This commit is contained in:
parent
354a0b2497
commit
37e6c6a59f
1 changed files with 9 additions and 3 deletions
|
@ -117,12 +117,18 @@ const sidebars = {
|
||||||
"proxy/model_management",
|
"proxy/model_management",
|
||||||
"proxy/reliability",
|
"proxy/reliability",
|
||||||
"proxy/caching",
|
"proxy/caching",
|
||||||
"proxy/logging",
|
{
|
||||||
|
"type": "category",
|
||||||
|
"label": "Logging, Alerting",
|
||||||
|
"items": [
|
||||||
|
"proxy/logging",
|
||||||
|
"proxy/alerting",
|
||||||
|
"proxy/streaming_logging",
|
||||||
|
]
|
||||||
|
},
|
||||||
"proxy/health",
|
"proxy/health",
|
||||||
"proxy/call_hooks",
|
"proxy/call_hooks",
|
||||||
"proxy/rules",
|
"proxy/rules",
|
||||||
"proxy/alerting",
|
|
||||||
"proxy/streaming_logging",
|
|
||||||
"proxy/deploy",
|
"proxy/deploy",
|
||||||
"proxy/cli",
|
"proxy/cli",
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue