From 2cf0714b0d865b2d26df00077b598de6e422380b Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Sat, 7 Sep 2024 11:23:06 -0700 Subject: [PATCH] docs organize sidebar --- docs/my-website/docs/proxy/self_serve.md | 2 +- docs/my-website/docs/proxy/ui.md | 2 +- docs/my-website/sidebars.js | 6 +++++- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/docs/my-website/docs/proxy/self_serve.md b/docs/my-website/docs/proxy/self_serve.md index 118cc7c87..a646252e6 100644 --- a/docs/my-website/docs/proxy/self_serve.md +++ b/docs/my-website/docs/proxy/self_serve.md @@ -2,7 +2,7 @@ import Image from '@theme/IdealImage'; import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -# 🤗 UI - Self-Serve +# Self-Serve ## Allow users to create their own keys on [Proxy UI](./ui.md). diff --git a/docs/my-website/docs/proxy/ui.md b/docs/my-website/docs/proxy/ui.md index 35e0f1c57..375ef5ebf 100644 --- a/docs/my-website/docs/proxy/ui.md +++ b/docs/my-website/docs/proxy/ui.md @@ -2,7 +2,7 @@ import Image from '@theme/IdealImage'; import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -# [BETA] UI - Admin +# Quick Start Create keys, track spend, add models without worrying about the config / CRUD endpoints. diff --git a/docs/my-website/sidebars.js b/docs/my-website/sidebars.js index 9a04d57a4..582f4ed2b 100644 --- a/docs/my-website/sidebars.js +++ b/docs/my-website/sidebars.js @@ -56,8 +56,12 @@ const sidebars = { }, "proxy/cost_tracking", "proxy/custom_pricing", - "proxy/self_serve", "proxy/virtual_keys", + { + type: "category", + label: "Admin UI", + items: ["proxy/ui", "proxy/self_serve"], + }, { type: "category", label: "🪢 Logging",