-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdocs.json
More file actions
32 lines (32 loc) · 913 Bytes
/
docs.json
File metadata and controls
32 lines (32 loc) · 913 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
{
"$schema": "https://mintlify.com/docs.json",
"name": "agentcrumbs",
"theme": "maple",
"colors": { "primary": "#22c55e" },
"appearance": { "default": "dark" },
"favicon": "/logo/favicon.png",
"navigation": {
"groups": [
{
"group": "Getting Started",
"pages": ["introduction", "quickstart", "workflow"]
},
{
"group": "API",
"pages": ["api/trail", "api/scope", "api/child", "api/timing", "api/sessions"]
},
{
"group": "CLI",
"pages": ["cli/collect", "cli/tail", "cli/query", "cli/strip", "cli/session", "cli/other"]
},
{
"group": "Guides",
"pages": ["guides/node-modules", "guides/multi-service", "guides/pr-reviewers", "guides/cross-language"]
},
{
"group": "Reference",
"pages": ["config/env-var", "config/sinks", "crumb-format", "skills"]
}
]
}
}