From 2fd52aca31d127ab781faec917e57c998632afeb Mon Sep 17 00:00:00 2001 From: Beon de Nood Date: Sat, 2 May 2026 11:11:20 -0400 Subject: [PATCH 1/2] docs: fix outdated version references in reference index MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - capiscio-sdk: 0.3.x → 2.x (current: 2.6.0) - capiscio-mcp: 0.1.x → 2.x (current: 2.6.0) - capiscio-core Go requirement: ≥1.21 → ≥1.25 (go.mod: 1.25.9) Fixes: DOCS_REMEDIATION_PLAN P1-3 --- docs/reference/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/reference/index.md b/docs/reference/index.md index ecc1c27..d8005f4 100644 --- a/docs/reference/index.md +++ b/docs/reference/index.md @@ -119,7 +119,7 @@ Complete reference documentation for all CapiscIO products. |---------|---------|----------|--------------| | `capiscio` (npm) | 2.x | Node.js | ≥18.0 | | `capiscio` (pip) | 2.x | Python | ≥3.10 | -| `capiscio-sdk` | 0.3.x | Python | ≥3.10 | -| `capiscio-mcp` | 0.1.x | Python | ≥3.10 | -| `capiscio-core` (Go) | 2.x | Go | ≥1.21 | +| `capiscio-sdk` | 2.x | Python | ≥3.10 | +| `capiscio-mcp` | 2.x | Python | ≥3.10 | +| `capiscio-core` (Go) | 2.x | Go | ≥1.25 | From 7e6be7973bc78230f14c3ba94518e6960309e411 Mon Sep 17 00:00:00 2001 From: Beon de Nood Date: Sat, 2 May 2026 11:36:11 -0400 Subject: [PATCH 2/2] docs: remove duplicate 'Policy Enforcement' nav entry The same page (how-to/security/policy-enforcement.md) appeared twice in the Security nav section. Removed the duplicate. Fixes: DOCS_REMEDIATION_PLAN P2-14 --- mkdocs.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index cab38e2..926cbf4 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -223,7 +223,6 @@ nav: - Dev Mode: how-to/security/dev-mode.md - Key Rotation: how-to/security/key-rotation.md - Trust Store: how-to/security/trust-store.md - - Policy Enforcement: how-to/security/policy-enforcement.md - MCP Security: - Protect MCP Tools: mcp-guard/guides/server-side.md - Verify MCP Servers: mcp-guard/guides/client-side.md