Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
122 changes: 27 additions & 95 deletions src/lib/navigation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -353,118 +353,50 @@ export const tabNavigation: NavTab[] = [
group: 'Observability',
icon: 'eye',
items: [
{ title: 'Get Started', href: '/docs/observe' },
{ title: 'Overview', href: '/docs/observe' },
{ title: 'Quickstart', href: '/docs/observe/quickstart' },
{
title: 'Concepts',
items: [
{ title: 'Understanding Observability', href: '/docs/tracing/concepts' },
{ title: 'Spans', href: '/docs/observe/concepts/spans' },
{ title: 'Traces', href: '/docs/observe/concepts/traces' },
{ title: 'OpenTelemetry', href: '/docs/tracing/concepts/otel' },
{ title: 'traceAI', href: '/docs/tracing/concepts/traceai' },
{ title: 'Sessions', href: '/docs/observe/concepts/sessions' },
{ title: 'Users', href: '/docs/observe/concepts/users' },
{ title: 'Voice observability', href: '/docs/observe/concepts/voice-observability' },
{ title: 'Observability model', href: '/docs/observe/concepts/observability-model' },
]
},
{
title: 'Features',
title: 'Guides',
items: [
{ title: 'Run Evals on Traces', href: '/docs/observe/features/evals' },
{ title: 'Sessions', href: '/docs/observe/features/session' },
{ title: 'Users', href: '/docs/observe/features/users' },
{ title: 'Alerts & Monitors', href: '/docs/observe/features/alerts' },
{ title: 'Voice Observability', href: '/docs/observe/features/voice' },
{ title: 'Dashboards', href: '/docs/observe/features/dashboard' },
{
title: 'Manual Tracing',
title: 'Explore dashboard',
items: [
{ title: 'Set Up Tracing', href: '/docs/observe/features/manual-tracing/set-up-tracing' },
{ title: 'Instrument with traceAI Helpers', href: '/docs/observe/features/manual-tracing/instrument-with-traceai-helpers' },
{ title: 'Get Current Tracer and Span', href: '/docs/observe/features/manual-tracing/get-current-span-context' },
{ title: 'Enriching Spans with Attributes, Metadata, and Tags', href: '/docs/observe/features/manual-tracing/add-attributes-metadata-tags' },
{ title: 'Logging Prompt Templates & Variables', href: '/docs/observe/features/manual-tracing/log-prompt-templates' },
{ title: 'Events, Exceptions, and Status', href: '/docs/observe/features/manual-tracing/add-events-exceptions-status' },
{ title: 'Set Session ID and User ID', href: '/docs/observe/features/manual-tracing/set-session-user-id' },
{ title: 'Tool Spans Creation', href: '/docs/observe/features/manual-tracing/create-tool-spans' },
{ title: 'Mask Span Attributes', href: '/docs/observe/features/manual-tracing/mask-span-attributes' },
{ title: 'Advanced Tracing (OTEL)', href: '/docs/observe/features/manual-tracing/advanced-tracing-examples' },
{ title: 'FI Semantic Conventions', href: '/docs/observe/features/manual-tracing/semantic-conventions' },
{ title: 'In-line Evaluations', href: '/docs/observe/features/manual-tracing/in-line-evals' },
{ title: 'Adding Annotations to your Spans', href: '/docs/observe/features/manual-tracing/annotating-using-api' },
{ title: 'Langfuse Integration', href: '/docs/observe/features/manual-tracing/langfuse-integration' },
{ title: 'Overview', href: '/docs/observe/guides/explore-dashboard' },
{ title: 'Filters', href: '/docs/observe/guides/explore-dashboard/filters' },
{ title: 'Views', href: '/docs/observe/guides/explore-dashboard/views' },
{ title: 'Display options', href: '/docs/observe/guides/explore-dashboard/display-options' },
]
},
{ title: 'Setup alerts', href: '/docs/observe/guides/setup-alerts' },
{ title: 'Setup evals', href: '/docs/observe/guides/setup-evals' },
{ title: 'Explore sessions & users', href: '/docs/observe/features/session' },
]
},
{
title: 'Integration',
title: 'Reference',
items: [
{ title: 'Overview', href: '/docs/tracing/auto' },
{
title: 'LLM Providers',
items: [
{ title: 'OpenAI', href: '/docs/tracing/auto/openai' },
{ title: 'Anthropic', href: '/docs/tracing/auto/anthropic' },
{ title: 'AWS Bedrock', href: '/docs/tracing/auto/bedrock' },
{ title: 'Vertex AI', href: '/docs/tracing/auto/vertexai' },
{ title: 'Google GenAI', href: '/docs/tracing/auto/google_genai' },
{ title: 'Google ADK', href: '/docs/tracing/auto/google_adk' },
{ title: 'Groq', href: '/docs/tracing/auto/groq' },
{ title: 'MistralAI', href: '/docs/tracing/auto/mistralai' },
{ title: 'Together AI', href: '/docs/tracing/auto/togetherai' },
{ title: 'Ollama', href: '/docs/tracing/auto/ollama' },
{ title: 'Portkey', href: '/docs/tracing/auto/portkey' },
]
},
{
title: 'Frameworks & Agents',
items: [
{ title: 'LangChain', href: '/docs/tracing/auto/langchain' },
{ title: 'LangGraph', href: '/docs/tracing/auto/langgraph' },
{ title: 'LlamaIndex', href: '/docs/tracing/auto/llamaindex' },
{ title: 'LlamaIndex Workflows', href: '/docs/tracing/auto/llamaindex-workflows' },
{ title: 'LiteLLM', href: '/docs/tracing/auto/litellm' },
{ title: 'CrewAI', href: '/docs/tracing/auto/crewai' },
{ title: 'AutoGen', href: '/docs/tracing/auto/autogen' },
{ title: 'Haystack', href: '/docs/tracing/auto/haystack' },
{ title: 'DSPy', href: '/docs/tracing/auto/dspy' },
{ title: 'OpenAI Agents', href: '/docs/tracing/auto/openai_agents' },
{ title: 'Smol Agents', href: '/docs/tracing/auto/smol_agents' },
{ title: 'Instructor', href: '/docs/tracing/auto/instructor' },
{ title: 'PromptFlow', href: '/docs/tracing/auto/promptflow' },
{ title: 'Guardrails', href: '/docs/tracing/auto/guardrails' },
{ title: 'MCP', href: '/docs/tracing/auto/mcp' },
{ title: 'Mastra', href: '/docs/tracing/auto/mastra' },
{ title: 'Vercel AI SDK', href: '/docs/tracing/auto/vercel' },
]
},
{
title: 'Voice & Realtime',
items: [
{ title: 'LiveKit', href: '/docs/tracing/auto/livekit' },
{ title: 'Pipecat', href: '/docs/tracing/auto/pipecat' },
]
},
{
title: 'Java',
items: [
{ title: 'Overview', href: '/docs/tracing/auto/java' },
{ title: 'Spring Boot', href: '/docs/tracing/auto/spring-boot' },
{ title: 'OpenAI', href: '/docs/tracing/auto/java/openai' },
{ title: 'Anthropic', href: '/docs/tracing/auto/java/anthropic' },
{ title: 'AWS Bedrock', href: '/docs/tracing/auto/java/bedrock' },
{ title: 'Cohere', href: '/docs/tracing/auto/java/cohere' },
{ title: 'Pinecone', href: '/docs/tracing/auto/java/pinecone' },
{ title: 'LLM Providers', href: '/docs/tracing/auto/java/llm-providers' },
{ title: 'Vector Databases', href: '/docs/tracing/auto/java/vector-databases' },
{ title: 'Frameworks', href: '/docs/tracing/auto/java/frameworks' },
]
},
{
title: 'Other',
items: [
{ title: 'n8n', href: '/docs/integrations/traceai/n8n' },
]
},
{ title: 'Filters', href: '/docs/observe/reference/filters' },
{ title: 'traceAI', href: '/docs/observe/concepts/traceai' },
]
},
{
title: 'Troubleshooting',
items: [
{ title: 'No traces appear', href: '/docs/observe/troubleshooting/no-traces-appearing' },
{ title: 'Spans and attributes', href: '/docs/observe/troubleshooting/missing-attributes' },
{ title: 'Dashboard numbers', href: '/docs/observe/troubleshooting/dashboard-numbers-look-wrong' },
{ title: 'Alerts not firing', href: '/docs/observe/troubleshooting/alerts-did-not-fire' },
]
},
]
Expand Down Expand Up @@ -892,7 +824,7 @@ export const tabNavigation: NavTab[] = [
title: 'Observability',
icon: 'eye',
items: [
{ title: 'Implement Observability', href: '/docs/cookbook/observability' },
{ title: 'Improving a LangGraph agent via observability', href: '/docs/cookbook/improve-langgraph-agent-with-observability' },
{ title: 'Text-to-SQL Evaluation', href: '/docs/cookbook/text-to-sql' },
]
},
Expand Down
3 changes: 2 additions & 1 deletion src/lib/redirects.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// Auto-generated redirect map: old Mintlify URLs → new docs URLs
// 275 redirects from futureagi.mintlify.app
export const redirectMap: Record<string, string> = {
'/docs/cookbook/observability': '/docs/cookbook/improve-langgraph-agent-with-observability',
'/docs/observe/features/annotation-queue-using-sdk': '/docs/annotations/sdk/annotation-queue-using-sdk',
'/docs/observe/voice/set-up': '/docs/observe/features/voice',
'/docs/quickstart/installation': '/docs/installation',
Expand Down Expand Up @@ -77,7 +78,7 @@ export const redirectMap: Record<string, string> = {
'/cookbook/cookbook5/How-to-build-and-incrementally-improve-RAG-applications-in-Langchain': '/docs/cookbook/rag-langchain',
'/cookbook/cookbook6/How-to-evaluate-RAG-Applications': '/docs/cookbook/evaluate-rag',
'/cookbook/cookbook7/Creating-Trustworthy-RAGs-for-Chatbots': '/docs/cookbook/trustworthy-rag',
'/cookbook/cookbook8/How-To-Implement-Observability': '/docs/cookbook/observability',
'/cookbook/cookbook8/How-To-Implement-Observability': '/docs/cookbook/improve-langgraph-agent-with-observability',
'/cookbook/cookbook9/How-To-Decrease-RAG-Hallucination': '/docs/cookbook/decrease-hallucination',
'/cookbook/integrations/mongodb': '/docs/cookbook/mongodb',
'/cookbook/optimization/basic-prompt-optimization': '/docs/cookbook/basic-optimization',
Expand Down
Loading
Loading