generated from mintlify/starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mint.json
58 lines (58 loc) · 1.43 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
{
"$schema": "https://mintlify.com/schema.json",
"name": "Dimension",
"logo": {
"dark": "/logo/dark.png",
"light": "/logo/light.png"
},
"favicon": "/favicon.png",
"colors": {
"primary": "#533BE5",
"light": "#533BE5",
"dark": "#533BE5"
},
"topbarCtaButton": {
"name": "Get Started",
"url": "https://github.com/mintlify/starter"
},
"anchors": [
{
"name": "GitHub",
"icon": "github",
"url": "https://github.com/dimensionhq"
},
{
"name": "Community",
"icon": "discord",
"url": "https://mintlify.com/community"
}
],
"navigation": [
{
"group": "Guide",
"pages": ["introduction", "guide/getting-started"]
},
{
"group": "Communication",
"pages": [
"communication/overview",
"communication/getting-started",
"communication/features/real-time-messaging",
"communication/features/magic",
"communication/features/code-collaboration",
"communication/features/async-communication",
"communication/features/meetings",
"communication/features/activity",
{
"group": "Integrations",
"pages": ["communication/integrations/linear"]
}
]
}
],
"footerSocials": {
"twitter": "https://twitter.com/joindimension",
"github": "https://github.com/dimensionhq",
"linkedin": "https://www.linkedin.com/company/mintsearch"
}
}