-
Notifications
You must be signed in to change notification settings - Fork 11
/
mint.json
88 lines (88 loc) · 1.89 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
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
{
"$schema": "https://mintlify.com/schema.json",
"name": "Cachet",
"logo": {
"dark": "/logo/dark.svg",
"light": "/logo/light.svg"
},
"favicon": "/favicon.png",
"background": {
"style": "grid"
},
"colors": {
"primary": "#04C147",
"light": "#04C147",
"dark": "#04C147",
"anchors": {
"from": "#04C147",
"to": "#04C147"
}
},
"font": {
"headings": {
"family": "Lexend"
}
},
"topbarCtaButton": {
"name": "Demo",
"url": "https://v3.cachethq.io"
},
"anchors": [
{
"name": "Blog",
"icon": "newspaper",
"url": "https://blog.cachethq.io"
},
{
"name": "API Reference",
"url": "api-reference",
"openapi": "/api-reference/openapi.yaml",
"icon": "square-terminal"
}
],
"navigation": [
{
"group": "Get Started",
"pages": [
"introduction",
"component-statuses",
"incident-statuses",
"integrations",
"faq"
]
}, {
"group": "Installation",
"pages": [
"installation/guide",
"installation/docker",
"installation/windows",
"installation/upgrading",
"installation/beacons"
]
}, {
"group": "Configuration",
"pages": [
"configuration/prerequisites",
"configuration/github-oauth-token",
"configuration/cors",
"configuration/mail",
"configuration/queue",
"configuration/subscribers"
]
}, {
"group": "API Documentation",
"pages": [
"api-reference/introduction",
"api-reference/authentication",
"api-reference/pagination",
"api-reference/filtering",
"api-reference/rate-limiting"
]
}
],
"footerSocials": {
"x": "https://x.com/cachethq",
"github": "https://github.com/cachethq",
"linkedin": "https://linkedin.com/company/cachethq"
}
}