-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmint.json
More file actions
55 lines (55 loc) · 1.25 KB
/
mint.json
File metadata and controls
55 lines (55 loc) · 1.25 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
{
"$schema": "https://mintlify.com/schema.json",
"name": "Starter Kit",
"logo": {
"dark": "/logo/trane-header-no-bg.svg",
"light": "/logo/trane-header-with-bg.svg"
},
"favicon": "/favicon.png",
"colors": {
"primary": "#07689F",
"light": "#0988D0",
"dark": "#0988D0",
"background": {
"dark": "#090014"
},
"anchors": {
"from": "#07689F",
"to": "#0988D0"
}
},
"topbarLinks": [
{
"name": "Support",
"url": "mailto:gvsheni@gmail.com"
}
],
"topbarCtaButton": {
"type": "github",
"url": "https://github.com/trane-dev/Trane"
},
"tabs": [],
"anchors": [
{
"name": "Demos",
"icon": "book-open-cover",
"url": "https://www.trane.dev/demos"
},
{
"name": "Community",
"icon": "slack",
"url": "https://join.slack.com/t/trane-dev/shared_invite/zt-1zglnh25c-ryuQFarw0rVgKHC6ywUOlg"
}
],
"navigation": [
{
"group": "Get Started",
"pages": ["home", "install", "getting_started"]
}
],
"footerSocials": {
"github": "https://github.com/trane-dev/Trane",
"slack": "https://join.slack.com/t/trane-dev/shared_invite/zt-1zglnh25c-ryuQFarw0rVgKHC6ywUOlg",
"twitter": "https://twitter.com/lab_dai"
}
}