-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathmkdocs.yml
More file actions
62 lines (57 loc) · 1.55 KB
/
mkdocs.yml
File metadata and controls
62 lines (57 loc) · 1.55 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: ZAK Developer Docs
site_url: https://securezeron.github.io/zeron-agent-development-kit/
site_description: Zeron Agentic Kit — Cyber Risk Management Agent Development Kit
site_author: Zeron
repo_url: https://github.com/securezeron/zeron-agent-development-kit
repo_name: securezeron/zeron-agent-development-kit
docs_dir: docs
theme:
name: material
palette:
- scheme: slate
primary: deep purple
accent: cyan
toggle:
icon: material/brightness-4
name: Switch to light mode
- scheme: default
primary: deep purple
accent: cyan
toggle:
icon: material/brightness-7
name: Switch to dark mode
logo: assets/images/zak-adk-white.png
favicon: assets/images/zak-icon-dark.png
features:
- navigation.tabs
- navigation.top
- content.code.copy
- search.highlight
nav:
- Home: index.md
- Getting Started:
- Quickstart (Python): 01_quickstart.md
- Quickstart (Node.js / Go): 09_node_go_quickstart.md
- Core Concepts: 02_concepts.md
- Building Agents:
- Guide: 03_building_agents.md
- DSL Reference: 04_dsl_reference.md
- Platform:
- Tool Substrate: 05_tools.md
- Security Intelligence Fabric: 06_sif.md
- Multi-tenancy: 08_multitenancy.md
- Reference:
- CLI: 07_cli.md
extra_css:
- stylesheets/custom.css
markdown_extensions:
- admonition
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- tables
- toc:
permalink: true