-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
96 lines (93 loc) · 3.15 KB
/
Copy pathmkdocs.yml
File metadata and controls
96 lines (93 loc) · 3.15 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
site_name: AgentOS
site_description: AI Governance and Edge Infrastructure Platform
site_url: https://rajveer100704.github.io/AgentOS/
repo_name: rajveer100704/AgentOS
repo_url: https://github.com/rajveer100704/AgentOS
edit_uri: edit/main/docs/
theme:
name: material
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: teal
accent: teal
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: teal
accent: teal
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- navigation.tabs
- navigation.sections
- navigation.expand
- navigation.top
- search.suggest
- search.highlight
- content.code.copy
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- attr_list
- md_in_html
- tables
nav:
- Home: index.md
- Getting Started:
- Quickstart: GETTING_STARTED.md
- PR Writer Sandbox: PR_WRITER.md
- Troubleshooting: TROUBLESHOOTING.md
- Architecture:
- System Design: ARCHITECTURE.md
- Sequence Flows: SEQUENCE_FLOW.md
- Dependency Map: DEPENDENCY_MAP.md
- Observability: OBSERVABILITY.md
- Threat Model: THREAT_MODEL.md
- WASM Policy Guide: WASM_PLUGIN_GUIDE.md
- System Limitations: SYSTEM_LIMITATIONS.md
- Architecture Decisions (ADRs):
- "ADR-001: HTTP/3 via quic-go": adr/ADR-001_HTTP3_via_quic-go.md
- "ADR-002: In-Process Trace Store": adr/ADR-002_In-process_TraceStore.md
- "ADR-003: Fail-Closed Governance": adr/ADR-003_Fail-Closed_Governance.md
- "ADR-004: Task-Scoped Credentials": adr/ADR-004_Task-Scoped_Credentials.md
- "ADR-005: WASM Policy Runtime": adr/ADR-005_WASM_Policy_Runtime.md
- "ADR-006: Evidence Chain Storage Model": adr/ADR-006_Evidence_Chain_Storage_Model.md
- Reference:
- API Reference: API_REFERENCE.md
- Configuration: CONFIGURATION.md
- Webhooks: WEBHOOKS.md
- Features: FEATURES.md
- Security & Governance:
- Security Overview: security/README.md
- Security Deployment: security/DEPLOYMENT_GUIDE.md
- OWASP Agentic Mapping: security/OWASP_AGENTIC_MAPPING.md
- Saved Incident Response: security/SAVED_INCIDENTS.md
- Security Questionnaire: security/SECURITY_QUESTIONNAIRE.md
- Operations:
- Deployment Guide: DEPLOYMENT.md
- Reverse Proxy Setup: deploy/REVERSE_PROXY.md
- Production Checklist: PRODUCTION_CHECKLIST.md
- Operations Runbook: OPERATIONS_RUNBOOK.md
- Release Kit: RELEASE_KIT.md
- Performance:
- Benchmarking: BENCHMARKS.md
- Performance Profile: PERFORMANCE.md
- Project Info:
- About: ABOUT.md
- Changelog: CHANGELOG.md
- Roadmap: ROADMAP.md