generated from mintlify/starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mint.json
62 lines (62 loc) · 1.38 KB
/
mint.json
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
{
"$schema": "https://mintlify.com/schema.json",
"name": "Runbear",
"logo": {
"dark": "/logo/dark.svg",
"light": "/logo/light.svg"
},
"favicon": "/favicon.png",
"colors": {
"primary": "#12A7D3",
"light": "#81D7F7",
"dark": "#004E7A"
},
"topbarLinks": [
{
"name": "Contact us",
"url": "mailto:contact@runbear.io"
}
],
"topbarCtaButton": {
"name": "Get started",
"url": "https://app.runbear.io"
},
"tabs": [],
"navigation": [
{
"group": "Get Started",
"pages": [
"introduction",
"slack-integration",
"runbook-management",
"runbook-execution",
"setup-worker"
]
},
{
"group": "Use Cases",
"pages": [
"use-cases/answering-questions",
"use-cases/checking-service-status",
"use-cases/incident-response",
"use-cases/troubleshooting-guide",
"use-cases/retrieving-data",
"use-cases/keeping-conversation",
"use-cases/slack-request-form",
"use-cases/slack-bookmark"
]
},
{
"group": "Under the Hood",
"pages": [
"under-the-hood/faq"
]
}
],
"footerSocials": {
"twitter": "https://twitter.com/runbear_io",
"github": "https://github.com/runbear-io",
"linkedin": "https://www.linkedin.com/company/runbear"
},
"backgroundImage": "/background.png"
}