From b2228b6f194729869c6bd0216f2d30148a0c8034 Mon Sep 17 00:00:00 2001 From: Greyson LaLonde Date: Thu, 22 May 2025 14:45:19 -0400 Subject: [PATCH] chore: add docs.json route Add route for hallucination guardrail mdx --- docs/docs.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/docs.json b/docs/docs.json index c669739dd..be9f5557b 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -144,7 +144,7 @@ "group": "MCP Integration", "pages": [ "mcp/crewai-mcp-integration" - ] + ] }, { "group": "Agent Monitoring & Observability", @@ -213,7 +213,8 @@ "pages": [ "enterprise/features/tool-repository", "enterprise/features/webhook-streaming", - "enterprise/features/traces" + "enterprise/features/traces", + "enterprise/features/hallucination-guardrail" ] }, { @@ -308,4 +309,4 @@ "reddit": "https://www.reddit.com/r/crewAIInc/" } } -} \ No newline at end of file +}