From 3c5031e711ab6b6c6e6819bd672dcc3130da8f12 Mon Sep 17 00:00:00 2001 From: ayulockin Date: Tue, 25 Mar 2025 19:04:14 +0530 Subject: [PATCH] docs.json --- docs/docs.json | 1 + mkdocs.yml | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs.json b/docs/docs.json index 7991e5953..79cecbb58 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -98,6 +98,7 @@ "how-to/kickoff-for-each", "how-to/replay-tasks-from-latest-crew-kickoff", "how-to/conditional-tasks", + "how-to/weave-integration", "how-to/agentops-observability", "how-to/langtrace-observability", "how-to/mlflow-observability", diff --git a/mkdocs.yml b/mkdocs.yml index 809061647..511078fff 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -149,7 +149,6 @@ nav: - Kickoff a Crew for a List: 'how-to/Kickoff-for-each.md' - Replay from a specific task from a kickoff: 'how-to/Replay-tasks-from-latest-Crew-Kickoff.md' - Conditional Tasks: 'how-to/Conditional-Tasks.md' - - Agent Monitoring with Weave: 'how-to/weave-integration.md' - Agent Monitoring with AgentOps: 'how-to/AgentOps-Observability.md' - Agent Monitoring with LangTrace: 'how-to/Langtrace-Observability.md' - Agent Monitoring with OpenLIT: 'how-to/openlit-Observability.md'