docs secret manager

This commit is contained in:
Ishaan Jaff 2024-08-03 12:53:47 -07:00 committed by Krrish Dholakia
parent 58de3f9486
commit cfdbb3d237
2 changed files with 12 additions and 35 deletions

View file

@ -50,6 +50,14 @@ const sidebars = {
label: "🪢 Logging",
items: ["proxy/logging", "proxy/bucket", "proxy/streaming_logging"],
},
{
type: "category",
label: "Secret Manager - storing LLM API Keys",
items: [
"secret",
"oidc"
]
},
"proxy/team_logging",
"proxy/guardrails",
"proxy/tag_routing",
@ -184,14 +192,6 @@ const sidebars = {
"anthropic_completion"
],
},
{
type: "category",
label: "Secret Manager",
items: [
"secret",
"oidc"
]
},
{
type: "category",
label: "🚅 LiteLLM Python SDK",