Skip to content

Commit d771f12

Browse files
authored
docs: add Agent Guard branding to SDK docs and navigation (#23)
Mirror the MCP Guard naming pattern across documentation: - Home page: 'CapiscIO SDK' → 'Agent Guard' in product stack cards - Nav sidebar: 'CapiscIO SDK' → 'Agent Guard' in Reference section - SDK reference index: update title and description with Agent Guard name - All class names (SimpleGuard, CapiscioMiddleware) remain unchanged
1 parent bc5872f commit d771f12

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

docs/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,18 +90,18 @@ Three products that work together to secure the agent economy:
9090

9191
[:octicons-arrow-right-24: CLI Reference](reference/cli/index.md)
9292

93-
- :material-language-python:{ .lg .middle } **CapiscIO SDK**
93+
- :material-language-python:{ .lg .middle } **Agent Guard**
9494

9595
---
9696

97-
**Runtime security** — Sign requests, verify badges, enforce trust in your code.
97+
**Runtime security** — Sign requests, verify badges, enforce trust in your A2A agents.
9898

9999
```python
100100
from capiscio_sdk import SimpleGuard
101101
guard = SimpleGuard(dev_mode=True)
102102
```
103103

104-
[:octicons-arrow-right-24: Python SDK](reference/sdk-python/index.md)
104+
[:octicons-arrow-right-24: Agent Guard](reference/sdk-python/index.md)
105105

106106
- :material-shield-check:{ .lg .middle } **MCP Guard**
107107

docs/reference/sdk-python/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
title: Python SDK Reference
3-
description: Complete API reference for capiscio-sdk (auto-generated from source)
2+
title: Agent Guard — Python SDK Reference
3+
description: Complete API reference for capiscio-sdk (Agent Guard) — runtime identity and trust enforcement for A2A agents.
44
---
55

6-
# Python SDK Reference
6+
# Agent Guard — Python SDK Reference
77

8-
Complete API reference for the `capiscio-sdk` Python package.
8+
Complete API reference for the `capiscio-sdk` Python package (Agent Guard).
99

1010
!!! info "Auto-Generated Documentation"
1111
This reference is automatically generated from the SDK source code docstrings.

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ nav:
239239
- CLI Reference: reference/cli/index.md
240240
- Go API: reference/go-api.md
241241
- gRPC Services: reference/grpc.md
242-
- CapiscIO SDK:
242+
- Agent Guard:
243243
- reference/sdk-python/index.md
244244
- Badge: reference/sdk-python/badge.md
245245
- SecurityConfig: reference/sdk-python/config.md

0 commit comments

Comments
 (0)