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'