From 4175397042aa3a00ead8c008edd410e5439e3b01 Mon Sep 17 00:00:00 2001 From: Zhangyi Yuan Date: Tue, 8 Sep 2026 10:17:40 +0800 Subject: [PATCH] Link docs index section headings to their section index pages Troubleshooting, Observability and Integrations pointed at an individual page instead of the section README, unlike Setup, Authentication, Features and Hooks. As a result docs/integrations/README.md and docs/troubleshooting/README.md were not reachable from anywhere in the repository. --- docs/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/README.md b/docs/README.md index 3be019f144..b6ae1597ec 100644 --- a/docs/README.md +++ b/docs/README.md @@ -67,17 +67,17 @@ Detailed API reference for each session hook. * [Session Lifecycle](./hooks/session-lifecycle.md): session start and end * [Error Handling](./hooks/error-handling.md): custom error handling -### [Troubleshooting](./troubleshooting/debugging.md) +### [Troubleshooting](./troubleshooting/README.md) * [Debugging Guide](./troubleshooting/debugging.md): common issues and solutions * [MCP Debugging](./troubleshooting/mcp-debugging.md): MCP-specific troubleshooting * [Compatibility](./troubleshooting/compatibility.md): SDK vs CLI feature matrix -### [Observability](./observability/opentelemetry.md) +### [Observability](./observability/README.md) * [OpenTelemetry Instrumentation](./observability/opentelemetry.md): built-in TelemetryConfig and trace context propagation -### [Integrations](./integrations/microsoft-agent-framework.md) +### [Integrations](./integrations/README.md) Guides for using the SDK with other platforms and frameworks.