-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocs.json
More file actions
108 lines (108 loc) · 2.42 KB
/
docs.json
File metadata and controls
108 lines (108 loc) · 2.42 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"$schema": "https://mintlify.com/docs.json",
"theme": "mint",
"name": "Pump Up",
"colors": {
"primary": "#5b5b4b",
"light": "#67787c",
"dark": "#d0d6d8"
},
"favicon": {
"light": "/images/favicon-32x32.png",
"dark": "/images/favicon-32x32.png"
},
"navigation": {
"tabs": [
{
"tab": "Documentation",
"groups": [
{
"group": "Get started",
"pages": [
"index",
"quickstart"
]
},
{
"group": "Concepts",
"pages": [
"concepts/approvals",
"concepts/info-requests",
"concepts/handoffs",
"concepts/routing",
"concepts/queues",
"concepts/tickets",
"concepts/slas-and-timeouts",
"concepts/audit-trail"
]
},
{
"group": "Integrations",
"pages": [
"integrations/overview",
"integrations/openai",
"integrations/anthropic",
"integrations/chatgpt-managed-agents",
"integrations/langchain",
"integrations/langgraph",
"integrations/langchain4j",
"integrations/semantic-kernel",
"integrations/mastra"
]
},
{
"group": "Other interfaces",
"pages": [
"surfaces/cli",
"surfaces/mcp",
"surfaces/skills"
]
}
]
},
{
"tab": "API reference",
"groups": [
{
"group": "API documentation",
"pages": [
"api-reference/introduction"
]
}
]
}
]
},
"logo": "/images/pumpup-logo-black.svg",
"navbar": {
"primary": {
"type": "button",
"label": "Sign in",
"href": "https://app.pumpup.dev"
},
"links": [
{
"href": "https://pumpup.com",
"label": "Home"
}
]
},
"contextual": {
"options": [
"copy",
"view",
"chatgpt",
"claude",
"perplexity",
"mcp",
"cursor",
"vscode"
]
},
"description": "Documentation for Pump Up. Pump Up connects approvals, information requests, and exceptions from AI to your team.",
"background": {
"color": {
"light": "#fbfbf9"
}
}
}