docs: add Contributing to Guardrails section to Guardrail Providers sidebar - #24083
1 commit merged into
Conversation
…idebar - Add 'Contributing to Guardrails' category with links to: - Generic Guardrail API (integrate without PR) - Adding a New Guardrail Integration tutorial - Adding Guardrail Support to Endpoints - Add 'Team Bring-Your-Own Guardrails' link for team BYOG workflow These docs existed but were only accessible from the 'LiteLLM AI Gateway' sidebar. Now they're also accessible when browsing the 'Guardrail Providers' section. Co-authored-by: Krish Dholakia <krrishdholakia@gmail.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
|
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
Greptile SummaryThis is a documentation-only PR that restores discoverability of guardrail contribution guides by adding them to the
Confidence Score: 5/5
|
| Filename | Overview |
|---|---|
| docs/my-website/sidebars.js | Adds "Contributing to Guardrails" subcategory and "Team Bring-Your-Own Guardrails" link to the integrationsSidebar's "Guardrail Providers" section; all referenced doc files exist and the structure is valid. |
Flowchart
%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[integrationsSidebar] --> B[Guardrail Providers]
B --> C[Contributing to Guardrails\n**NEW**]
C --> C1[Generic Guardrail API\nadding_provider/generic_guardrail_api]
C --> C2[Adding a New Guardrail Integration\nadding_provider/simple_guardrail_tutorial]
C --> C3[Adding Guardrail Support to Endpoints\nadding_provider/adding_guardrail_support]
B --> D[Team Bring-Your-Own Guardrails\n**NEW** proxy/guardrails/team_based_guardrails]
B --> E[Provider Docs\nqualifire, aim_security, aporia, ...\nsorted alphabetically]
Last reviewed commit: "docs: add Contributi..."
…ls-docs-143b docs: add Contributing to Guardrails section to Guardrail Providers sidebar
Relevant issues
Restores missing guardrails documentation links as reported by team.
Pre-Submission checklist
Please complete all items before asking a LiteLLM maintainer to review your PR
tests/test_litellm/directory, Adding at least 1 test is a hard requirement - see details (N/A - documentation-only change)make test-unit(verified docs build succeeds)Type
📖 Documentation
Changes
The guardrails contribution documentation existed but was only accessible from the "LiteLLM AI Gateway" tutorial sidebar. When users browsed the "Guardrail Providers" section (shown in
integrationsSidebar), they couldn't see these important docs.This PR adds the following to the "Guardrail Providers" category in
integrationsSidebar:Contributing to Guardrails subcategory with links to:
Team Bring-Your-Own Guardrails link for the team BYOG workflow documentation
Now users browsing guardrail providers can easily discover how to contribute their own guardrails or set up team-based BYOG workflows.
Before
The "Guardrail Providers" section only showed provider-specific docs (Aim Security, Aporia, etc.) with no links to contribution guides.
After
The "Guardrail Providers" section now includes:
Slack Thread