From 6e1e2930887db3b97eb549a21727358f00857233 Mon Sep 17 00:00:00 2001 From: Nathan Weinberg Date: Fri, 24 Jul 2026 16:07:27 -0400 Subject: [PATCH] fix: use valid remark-directive syntax for tip admonitions The :::tip Title syntax is not valid for remark-directive; the title must use square brackets (:::tip[Title]) and the content needs blank lines after the opening and before the closing fences. Signed-off-by: Nathan Weinberg --- docs/architecture/overview.md | 4 +++- docs/architecture/system-design.md | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/architecture/overview.md b/docs/architecture/overview.md index bf724a6..8a369d8 100644 --- a/docs/architecture/overview.md +++ b/docs/architecture/overview.md @@ -30,10 +30,12 @@ compose a bespoke proxy server from the same primitives. - **AI Agents**: Proxy for AI agents - **Security Gateway**: Guardrails, Network Policy -:::tip Interactive Diagram +:::tip[Interactive Diagram] + See the [interactive architecture diagram](pathname:///architecture/diagram.html) for a visual overview of crate dependencies, filter categories, and request flow. + ::: ## System Architecture diff --git a/docs/architecture/system-design.md b/docs/architecture/system-design.md index 0dcaf55..a2c756a 100644 --- a/docs/architecture/system-design.md +++ b/docs/architecture/system-design.md @@ -35,10 +35,12 @@ compose a bespoke proxy server from the same primitives. - **AI Agents**: Proxy for AI agents - **Security Gateway**: Guardrails, Network Policy -:::tip Interactive Diagram +:::tip[Interactive Diagram] + See the [interactive architecture diagram](pathname:///architecture/diagram.html) for a visual overview of crate dependencies, filter categories, and request flow. + ::: ## System Architecture