Skip to content

Commit 5c1b27a

Browse files
docs(quick_start.md): add back to navbar
useful for showing setup via cli
1 parent fb5b2d8 commit 5c1b27a

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

docs/my-website/docs/proxy/docker_quick_start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import Tabs from '@theme/Tabs';
33
import TabItem from '@theme/TabItem';
44

5-
# Getting Started - E2E Tutorial
5+
# E2E Tutorial
66

77
End-to-End tutorial for LiteLLM Proxy to:
88
- Add an Azure OpenAI model

docs/my-website/docs/proxy/quick_start.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ import Image from '@theme/IdealImage';
22
import Tabs from '@theme/Tabs';
33
import TabItem from '@theme/TabItem';
44

5-
# Quick Start
6-
Quick start CLI, Config, Docker
5+
# CLI - Quick Start
6+
7+
Setup LiteLLM Proxy quickly via CLI.
78

89
LiteLLM Server (LLM Gateway) manages:
910

docs/my-website/sidebars.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ const sidebars = {
108108
type: "category",
109109
label: "Setup & Deployment",
110110
items: [
111+
"proxy/quick_start",
111112
"proxy/deploy",
112113
"proxy/prod",
113114
"proxy/cli",

0 commit comments

Comments
 (0)