|
101 | 101 | "pages": [
|
102 | 102 | "product/guardrails",
|
103 | 103 | "product/guardrails/list-of-guardrail-checks",
|
104 |
| - "product/guardrails/azure-guardrails", |
105 |
| - "product/guardrails/pii-redaction", |
106 |
| - "product/guardrails/patronus-ai", |
107 |
| - "product/guardrails/bedrock-guardrails", |
108 |
| - "product/guardrails/lasso", |
109 |
| - "product/guardrails/aporia", |
110 |
| - "product/guardrails/pillar", |
111 |
| - "product/guardrails/prompt-security", |
112 |
| - "product/guardrails/pangea", |
113 |
| - "product/guardrails/acuvity", |
114 |
| - "product/guardrails/mistral", |
115 | 104 | "product/guardrails/embedding-guardrails",
|
116 |
| - "product/guardrails/bring-your-own-guardrails", |
117 |
| - "product/guardrails/creating-raw-guardrails-in-json" |
| 105 | + "product/guardrails/creating-raw-guardrails-in-json", |
| 106 | + "product/guardrails/pii-redaction" |
118 | 107 | ]
|
119 | 108 | },
|
120 | 109 | "product/mcp",
|
|
333 | 322 | "group": "Cloud Platforms",
|
334 | 323 | "pages": ["integrations/cloud/azure"]
|
335 | 324 | },
|
| 325 | + { |
| 326 | + "group": "Guardrails", |
| 327 | + "pages": [ |
| 328 | + "integrations/guardrails/aporia", |
| 329 | + "integrations/guardrails/acuvity", |
| 330 | + "integrations/guardrails/azure-guardrails", |
| 331 | + "integrations/guardrails/bedrock-guardrails", |
| 332 | + "integrations/guardrails/lasso", |
| 333 | + "integrations/guardrails/mistral", |
| 334 | + "integrations/guardrails/pangea", |
| 335 | + "integrations/guardrails/patronus-ai", |
| 336 | + "integrations/guardrails/pillar", |
| 337 | + "integrations/guardrails/prompt-security", |
| 338 | + "integrations/guardrails/bring-your-own-guardrails" |
| 339 | + ] |
| 340 | + }, |
336 | 341 | {
|
337 | 342 | "group": "Plugins",
|
338 | 343 | "pages": ["integrations/plugins/exa"]
|
|
869 | 874 | },
|
870 | 875 | {
|
871 | 876 | "group": "SDK Releases",
|
872 |
| - "pages": ["changelog/node-sdk-changelog", "changelog/python-sdk-changelog"] |
| 877 | + "pages": [ |
| 878 | + "changelog/node-sdk-changelog", |
| 879 | + "changelog/python-sdk-changelog" |
| 880 | + ] |
873 | 881 | }
|
874 | 882 | ]
|
875 | 883 | }
|
|
2241 | 2249 | {
|
2242 | 2250 | "source": "/api-reference/inference-api/sdks/c-sharp",
|
2243 | 2251 | "destination": "/api-reference/sdk/c-sharp"
|
| 2252 | + }, |
| 2253 | + { |
| 2254 | + "source": "/product/guardrails/aporia", |
| 2255 | + "destination": "/integrations/guardrails/aporia" |
| 2256 | + }, |
| 2257 | + { |
| 2258 | + "source": "/product/guardrails/acuvity", |
| 2259 | + "destination": "/integrations/guardrails/acuvity" |
| 2260 | + }, |
| 2261 | + { |
| 2262 | + "source": "/product/guardrails/azure-guardrails", |
| 2263 | + "destination": "/integrations/guardrails/azure-guardrails" |
| 2264 | + }, |
| 2265 | + { |
| 2266 | + "source": "/product/guardrails/bedrock-guardrails", |
| 2267 | + "destination": "/integrations/guardrails/bedrock-guardrails" |
| 2268 | + }, |
| 2269 | + { |
| 2270 | + "source": "/product/guardrails/lasso", |
| 2271 | + "destination": "/integrations/guardrails/lasso" |
| 2272 | + }, |
| 2273 | + { |
| 2274 | + "source": "/product/guardrails/mistral", |
| 2275 | + "destination": "/integrations/guardrails/mistral" |
| 2276 | + }, |
| 2277 | + { |
| 2278 | + "source": "/product/guardrails/pangea", |
| 2279 | + "destination": "/integrations/guardrails/pangea" |
| 2280 | + }, |
| 2281 | + { |
| 2282 | + "source": "/product/guardrails/patronus-ai", |
| 2283 | + "destination": "/integrations/guardrails/patronus-ai" |
| 2284 | + }, |
| 2285 | + { |
| 2286 | + "source": "/product/guardrails/pillar", |
| 2287 | + "destination": "/integrations/guardrails/pillar" |
| 2288 | + }, |
| 2289 | + { |
| 2290 | + "source": "/product/guardrails/prompt-security", |
| 2291 | + "destination": "/integrations/guardrails/prompt-security" |
| 2292 | + }, |
| 2293 | + { |
| 2294 | + "source": "/product/guardrails/bring-your-own-guardrails", |
| 2295 | + "destination": "/integrations/guardrails/bring-your-own-guardrails" |
2244 | 2296 | }
|
2245 | 2297 | ],
|
2246 | 2298 | "seo": {
|
|
0 commit comments