Skip to content

Commit ea18ce9

Browse files
committed
Fix frontmatter title affecting sidebar navigation
1 parent 074f057 commit ea18ce9

15 files changed

Lines changed: 18 additions & 12 deletions

documentation/docs/components/amp-instrumentation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: WSO2 Agent Manager Instrumentation | OpenTelemetry for Python Agents
2+
title: WSO2 Agent Manager Instrumentation Package
33
description: Enable zero-code OpenTelemetry tracing for Python agents using amp-instrumentation in WSO2 Agent Manager. Capture LLM calls, MCP requests, and more.
44
---
55

documentation/docs/concepts/evaluation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
sidebar_position: 2
3-
title: AI Agent Evaluation in WSO2 Agent Manager
3+
title: Evaluation
44
description: Learn how WSO2 Agent Manager evaluates AI agent quality with trace-based scoring, built-in evaluators, and continuous monitoring.
55
---
66

documentation/docs/concepts/observability.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
sidebar_position: 1
3-
title: Observability for AI Agents in WSO2 Agent Manager
3+
title: Observability
44
description: Understand how WSO2 Agent Manager captures traces, metrics, and logs for deployed and externally hosted AI agents.
55
---
66

documentation/docs/contributing/contributing.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: WSO2 Agent Manager Contributing Guidelines
2+
title: Contributing Guidelines
33
description: Guidelines for using GitHub Discussions and Issues to collaborate on WSO2 Agent Manager.
44
---
55

documentation/docs/getting-started/cli-installation.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: CLI Installation
4+
description: Install and configure amctl CLI to manage WSO2 Agent Manager, log in to an instance, and verify setup from the terminal.
35
---
46

57
# CLI Installation

documentation/docs/getting-started/create-your-first-agent.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: Create Your First Agent
4+
description: Create and deploy your first AI agent in WSO2 Agent Manager using external or platform-hosted options.
35
---
46

57
import Tabs from '@theme/Tabs';

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
sidebar_position: 2
3-
title: Install the Agent Manager on a local Kubernetes cluster
3+
title: On k3d (Locally)
44
description: Install WSO2 Agent Manager on a local single-node k3d Kubernetes cluster for development and exploration.
55
---
66

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
sidebar_position: 3
3-
title: Install the Agent Manager on an existing Kubernetes cluster
3+
title: On Your Environment
44
description: Install WSO2 Agent Manager on an existing Kubernetes cluster such as EKS, GKE, AKS, or any distribution with LoadBalancer support.
55
---
66

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
sidebar_position: 1
3-
title: WSO2 Agent Manager Quick Start Guide
3+
title: Quick Start Guide
44
description: Install WSO2 Agent Manager locally with a single command using the dev container quick start.
55
---
66
# Quick Start Guide

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
sidebar_position: 8
3-
title: Configure LLM Providers for an Agent in WSO2 Agent Manager
3+
title: Configure LLM Providers for an Agent
44
description: Attach organization-level LLM providers to platform-hosted or external agents and use the generated connection details in code.
55
---
66

0 commit comments

Comments
 (0)