-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathmkdocs.yml
More file actions
40 lines (36 loc) · 915 Bytes
/
Copy pathmkdocs.yml
File metadata and controls
40 lines (36 loc) · 915 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
32
33
34
35
36
37
38
39
40
site_name: Evaluation Context Protocol (ECP)
site_description: Lightweight protocol and runtime for agent evaluation
site_url: https://evaluationcontextprotocol.io
repo_url: https://github.com/evaluation-context-protocol/ecp
repo_name: evaluation-context-protocol/ecp
nav:
- Introduction:
- Home: index.md
- Why ECP: why-ecp.md
- Protocol Specification: spec.md
- Python SDK:
- Quickstart: quickstart.md
- Examples: examples.md
- CLI Tool (YAML):
- CI: ci.md
- Inspector: inspector.md
- DX Validation: dev-experience.md
theme:
name: material
features:
- navigation.sections
- navigation.top
- toc.integrate
- content.code.copy
palette:
- scheme: default
primary: slate
accent: indigo
font:
text: Inter
code: JetBrains Mono
markdown_extensions:
- fenced_code
- tables
extra_javascript:
- javascripts/gtag.js