-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocs.json
More file actions
73 lines (73 loc) · 1.73 KB
/
Copy pathdocs.json
File metadata and controls
73 lines (73 loc) · 1.73 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
63
64
65
66
67
68
69
70
71
72
73
{
"$schema": "https://mintlify.com/docs.json",
"name": "Zig",
"theme": "luma",
"colors": {
"primary": "#0c8b69",
"light": "#040504"
},
"logo": {
"light": "https://media.brand.dev/f9208a17-94eb-4c5e-936c-a21d78d7de1f.svg",
"dark": "https://media.brand.dev/f9208a17-94eb-4c5e-936c-a21d78d7de1f.svg"
},
"favicon": "https://media.brand.dev/0eb58855-35ae-459f-8d67-e5483e00683e.jpg",
"navbar": {
"primary": {
"type": "button",
"label": "Get Started",
"href": "https://zig.ai/book-a-meeting"
}
},
"navigation": {
"tabs": [
{
"tab": "Documentation",
"groups": [
{
"group": "Get Started",
"pages": [
"introduction",
"quickstart",
"how-zig-works"
]
},
{
"group": "AI Agents",
"pages": [
"agents/research",
"agents/outreach",
"agents/meetings",
"agents/follow-up",
"agents/crm-sync",
"agents/pipeline"
]
},
{
"group": "Using Zig",
"pages": [
"using-zig/desktop",
"using-zig/mobile",
"using-zig/voice-commands",
"using-zig/approvals"
]
},
{
"group": "Integrations",
"pages": [
"integrations/crm",
"integrations/email-calendar",
"integrations/slack"
]
},
{
"group": "Plans & Billing",
"pages": [
"plans/overview",
"plans/add-ons"
]
}
]
}
]
}
}