forked from phoenix/litellm-mirror
docs organize sidebar
This commit is contained in:
parent
808ba36b55
commit
2cf0714b0d
3 changed files with 7 additions and 3 deletions
|
@ -2,7 +2,7 @@ import Image from '@theme/IdealImage';
|
||||||
import Tabs from '@theme/Tabs';
|
import Tabs from '@theme/Tabs';
|
||||||
import TabItem from '@theme/TabItem';
|
import TabItem from '@theme/TabItem';
|
||||||
|
|
||||||
# 🤗 UI - Self-Serve
|
# Self-Serve
|
||||||
|
|
||||||
## Allow users to create their own keys on [Proxy UI](./ui.md).
|
## Allow users to create their own keys on [Proxy UI](./ui.md).
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@ import Image from '@theme/IdealImage';
|
||||||
import Tabs from '@theme/Tabs';
|
import Tabs from '@theme/Tabs';
|
||||||
import TabItem from '@theme/TabItem';
|
import TabItem from '@theme/TabItem';
|
||||||
|
|
||||||
# [BETA] UI - Admin
|
# Quick Start
|
||||||
|
|
||||||
Create keys, track spend, add models without worrying about the config / CRUD endpoints.
|
Create keys, track spend, add models without worrying about the config / CRUD endpoints.
|
||||||
|
|
||||||
|
|
|
@ -56,8 +56,12 @@ const sidebars = {
|
||||||
},
|
},
|
||||||
"proxy/cost_tracking",
|
"proxy/cost_tracking",
|
||||||
"proxy/custom_pricing",
|
"proxy/custom_pricing",
|
||||||
"proxy/self_serve",
|
|
||||||
"proxy/virtual_keys",
|
"proxy/virtual_keys",
|
||||||
|
{
|
||||||
|
type: "category",
|
||||||
|
label: "Admin UI",
|
||||||
|
items: ["proxy/ui", "proxy/self_serve"],
|
||||||
|
},
|
||||||
{
|
{
|
||||||
type: "category",
|
type: "category",
|
||||||
label: "🪢 Logging",
|
label: "🪢 Logging",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue