-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocs.json
More file actions
45 lines (45 loc) · 1.12 KB
/
Copy pathdocs.json
File metadata and controls
45 lines (45 loc) · 1.12 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
{
"$schema": "https://mintlify.com/docs.json",
"theme": "mint",
"name": "Volo",
"description": "Deterministic testing for AI agents — record once, replay in CI at ~$0.",
"colors": {
"primary": "#4F46E5",
"light": "#818CF8",
"dark": "#4338CA"
},
"favicon": "/favicon.svg",
"navigation": {
"tabs": [
{
"tab": "Documentation",
"groups": [
{
"group": "Get started",
"pages": ["index", "quickstart"]
},
{
"group": "Guides",
"pages": ["concepts", "integrations", "ci", "pr-check", "pytest", "mcp", "computeruse", "shadow", "redteam", "migrate", "personas", "multiagent", "horizon", "packs", "leaderboard", "compliance", "certify", "fidelity"]
},
{
"group": "Reference",
"pages": ["cli"]
}
]
}
]
},
"navbar": {
"primary": {
"type": "button",
"label": "GitHub",
"href": "https://github.com/abhay-codes07/VOLO"
}
},
"footer": {
"socials": {
"github": "https://github.com/abhay-codes07/VOLO"
}
}
}