Skip to content

Commit ca09f87

Browse files
committed
Add SEO meta titles and descriptions for docs pages
1 parent 9f616cf commit ca09f87

14 files changed

Lines changed: 36 additions & 3 deletions

documentation/docs/components/amp-instrumentation.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
title: WSO2 Agent Manager Instrumentation | OpenTelemetry for Python Agents
3+
description: Enable zero-code OpenTelemetry tracing for Python agents using amp-instrumentation in WSO2 Agent Manager. Capture LLM calls, MCP requests, and more.
4+
---
5+
16
# WSO2 Agent Manager Instrumentation Package
27

38
Zero-code OpenTelemetry instrumentation package for externally-hosted Python agents using the Traceloop SDK, with trace visibility in the WSO2 Agent Manager.

documentation/docs/concepts/evaluation.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
sidebar_position: 2
3+
title: AI Agent Evaluation in WSO2 Agent Manager
4+
description: Learn how WSO2 Agent Manager evaluates AI agent quality with trace-based scoring, built-in evaluators, and continuous monitoring.
35
---
46

57
import Tabs from '@theme/Tabs';
@@ -380,4 +382,3 @@ To use LLM-as-Judge evaluators, you need to provide an API key for at least one
380382
| **Mistral AI** | `MISTRAL_API_KEY` |
381383

382384
Credentials are stored securely with the monitor and used only when the evaluation job runs. You only need to add each provider once per monitor. All evaluators using that provider share the same credentials.
383-

documentation/docs/concepts/observability.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
sidebar_position: 1
3+
title: Observability for AI Agents in WSO2 Agent Manager
4+
description: Understand how WSO2 Agent Manager captures traces, metrics, and logs for deployed and externally hosted AI agents.
35
---
46

57
# Observability

documentation/docs/contributing/contributing.mdx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
title: WSO2 Agent Manager Contributing Guidelines
3+
description: Guidelines for using GitHub Discussions and Issues to collaborate on WSO2 Agent Manager.
4+
---
5+
16
# Contributing Guidelines
27

38
This document establishes guidelines for using GitHub Discussions and Issues for technical conversations about the Agent Manager.
@@ -84,4 +89,4 @@ Once a design proposal is approved:
8489
1. Create GitHub Issues for implementation tasks
8590
2. Link issues back to the design proposal discussion
8691
3. Assign issues to appropriate milestones
87-
4. Track progress through milestone completion
92+
4. Track progress through milestone completion

documentation/docs/getting-started/on-k3d.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
sidebar_position: 2
3+
title: Install the Agent Manager on a local Kubernetes cluster
4+
description: Install WSO2 Agent Manager on a local single-node k3d Kubernetes cluster for development and exploration.
35
---
46

57
import AmpInstallation from './_partials/_amp-installation.mdx';

documentation/docs/getting-started/on-your-environment.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
sidebar_position: 3
3+
title: Install the Agent Manager on an existing Kubernetes cluster
4+
description: Install WSO2 Agent Manager on an existing Kubernetes cluster such as EKS, GKE, AKS, or any distribution with LoadBalancer support.
35
---
46

57
import AmpInstallation from './_partials/_amp-installation.mdx';

documentation/docs/getting-started/quick-start.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
sidebar_position: 1
3+
title: WSO2 Agent Manager Quick Start Guide
4+
description: Install WSO2 Agent Manager locally with a single command using the dev container quick start.
35
---
46
# Quick Start Guide
57

documentation/docs/overview/what-is-amp.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
sidebar_position: 1
3+
title: WSO2 Agent Manager
4+
description: WSO2 Agent Manager is an open control plane for deploying, managing, observing, and evaluating AI agents at scale.
35
---
46
# WSO2 Agent Manager
57

documentation/docs/tutorials/configure-agent-llm-configuration.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
sidebar_position: 7
3+
title: Configure LLM Providers for an Agent in WSO2 Agent Manager
4+
description: Attach organization-level LLM providers to platform-hosted or external agents and use the generated connection details in code.
35
---
46

57
# Configure LLM Providers for an Agent

documentation/docs/tutorials/custom-evaluators.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
sidebar_position: 3
3+
title: Custom Evaluators in WSO2 Agent Manager
4+
description: Create custom code-based and LLM-judge evaluators in the AMP Console for domain-specific quality checks.
35
---
46

57
import Tabs from '@theme/Tabs';

0 commit comments

Comments
 (0)