-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
31 lines (28 loc) · 781 Bytes
/
Copy pathmkdocs.yml
File metadata and controls
31 lines (28 loc) · 781 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
site_name: AgentAuditKit Documentation
site_description: Security scanner for MCP-connected AI agent pipelines
site_url: https://sattyamjjain.github.io/agent-audit-kit/docs/
repo_url: https://github.com/sattyamjjain/agent-audit-kit
repo_name: agent-audit-kit
theme:
name: material
palette:
primary: red
accent: orange
features:
- navigation.sections
- navigation.expand
- search.highlight
nav:
- Home: index.md
- Getting Started: getting-started.md
- Rule Reference: rules.md
- Session Transcripts: session-transcripts.md
- OWASP Mapping: owasp-mapping.md
- CI/CD Integration: ci-cd.md
- GitLab CI: gitlab-ci.md
- Comparison: comparisons.md
markdown_extensions:
- tables
- admonition
- pymdownx.highlight
- pymdownx.superfences