-
Notifications
You must be signed in to change notification settings - Fork 66
Expand file tree
/
Copy pathmkdocs.yml
More file actions
42 lines (39 loc) · 1.14 KB
/
Copy pathmkdocs.yml
File metadata and controls
42 lines (39 loc) · 1.14 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
site_name: AgentWatch
site_description: Reliability, Safety, and Observability Layer for AI Agents
repo_url: https://github.com/sreerevanth/AgentWatch
docs_dir: docs
theme:
name: material
palette:
scheme: slate
primary: black
features:
- navigation.sections
- content.code.copy
plugins:
- search
- mkdocstrings:
handlers:
python:
options:
docstring_style: google
show_source: false
show_root_full_path: false
nav:
- Home: index.md
- CLI:
- Getting Started: cli/getting-started.md
- Commands: cli/commands.md
- API Reference: cli/api.md
- Guides:
- Getting Started (project): getting-started.md
- Extended Getting Started: getting_started_extended.md
- Developer Setup: developer_setup.md
- Architecture: architecture.md
- Detailed Architecture: architecture_detailed.md
- API Reference: API-reference.md
- Troubleshooting: TROUBLESHOOTING.md
- Adapters:
- Custom Adapters: custom_adapters_tutorial.md
- Claude Code: adapters/claude-code.md
- LangChain: adapters/langchain.md