-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
62 lines (58 loc) · 1.53 KB
/
mkdocs.yml
File metadata and controls
62 lines (58 loc) · 1.53 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
site_name: mcp-governance-kit
site_description: Runtime capability-state attestation for Model Context Protocol agents.
site_url: https://linus131313.github.io/mcp-governance-kit/
repo_url: https://github.com/linus131313/mcp-governance-kit
repo_name: linus131313/mcp-governance-kit
edit_uri: edit/main/docs/
theme:
name: material
features:
- navigation.instant
- navigation.tabs
- navigation.sections
- content.code.copy
- content.code.annotate
- toc.follow
palette:
- scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/weather-night
name: Switch to dark
- scheme: slate
primary: indigo
accent: indigo
toggle:
icon: material/weather-sunny
name: Switch to light
markdown_extensions:
- admonition
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- toc:
permalink: true
- tables
plugins:
- search
- mkdocstrings:
handlers:
python:
options:
show_source: false
docstring_style: sphinx
nav:
- Home: index.md
- Quickstart: quickstart.md
- Concepts:
- Tool Graph Capability Score: concepts/tcs.md
- Capability-State Attestation: concepts/attestation.md
- Control Breakpoints (B1-B6): concepts/breakpoints.md
- Guides:
- CI integration: guides/ci-integration.md
- Policy authoring: guides/policy-authoring.md
- Auditor handbook: guides/auditor-handbook.md
- Paper: paper.md
- Spec (v0): spec.md