mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
docs new presidio language controls
This commit is contained in:
parent
9b5164b38d
commit
6c30f18f8c
5 changed files with 154 additions and 15 deletions
|
@ -67,7 +67,15 @@ const sidebars = {
|
|||
{
|
||||
type: "category",
|
||||
label: "🛡️ [Beta] Guardrails",
|
||||
items: ["proxy/guardrails/quick_start", "proxy/guardrails/aporia_api", "proxy/guardrails/lakera_ai", "proxy/guardrails/bedrock", "proxy/guardrails/custom_guardrail", "prompt_injection"],
|
||||
items: [
|
||||
"proxy/guardrails/quick_start",
|
||||
"proxy/guardrails/aporia_api",
|
||||
"proxy/guardrails/lakera_ai",
|
||||
"proxy/guardrails/bedrock",
|
||||
"proxy/guardrails/pii_masking_v2",
|
||||
"proxy/guardrails/custom_guardrail",
|
||||
"prompt_injection"
|
||||
],
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
|
@ -101,7 +109,6 @@ const sidebars = {
|
|||
"proxy/model_management",
|
||||
"proxy/health",
|
||||
"proxy/debugging",
|
||||
"proxy/pii_masking",
|
||||
"proxy/call_hooks",
|
||||
"proxy/rules",
|
||||
"proxy/cli",
|
||||
|
@ -291,6 +298,7 @@ const sidebars = {
|
|||
"data_security",
|
||||
"migration_policy",
|
||||
"contributing",
|
||||
"proxy/pii_masking",
|
||||
"rules",
|
||||
"proxy_server",
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue