mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
Merge pull request #24083 from BerriAI/cursor/missing-guardrails-docs-143b
docs: add Contributing to Guardrails section to Guardrail Providers sidebar
This commit is contained in:
commit
547a73120e
1 changed files with 14 additions and 0 deletions
|
|
@ -48,6 +48,20 @@ const sidebars = {
|
|||
slug: "/guardrail_providers"
|
||||
},
|
||||
items: [
|
||||
{
|
||||
type: "category",
|
||||
label: "Contributing to Guardrails",
|
||||
items: [
|
||||
"adding_provider/generic_guardrail_api",
|
||||
"adding_provider/simple_guardrail_tutorial",
|
||||
"adding_provider/adding_guardrail_support",
|
||||
]
|
||||
},
|
||||
{
|
||||
type: "doc",
|
||||
id: "proxy/guardrails/team_based_guardrails",
|
||||
label: "Team Bring-Your-Own Guardrails",
|
||||
},
|
||||
...[
|
||||
"proxy/guardrails/qualifire",
|
||||
"proxy/guardrails/aim_security",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue