-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmint.json
More file actions
41 lines (41 loc) · 836 Bytes
/
mint.json
File metadata and controls
41 lines (41 loc) · 836 Bytes
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
{
"$schema": "https://mintlify.com/schema.json",
"name": "Miru",
"logo": {
"dark": "/logo/light.png",
"light": "/logo/dark.png"
},
"favicon": "/miru-favicon.svg",
"colors": {
"primary": "#0D9373",
"light": "#07C983",
"dark": "#0D9373",
"anchors": {
"from": "#0D9373",
"to": "#07C983"
}
},
"topbarLinks": [
{
"name": "Talk to a Founder",
"url": "mailto:vedant@miru.com"
}
],
"topbarCtaButton": {
"name": "Miru Dashboard",
"url": "https://app.miruml.com"
},
"navigation": [
{
"group": "Get Started",
"pages": [
"get-started/quickstart"
]
}
],
"footerSocials": {
"x": "https://x.com/mirurobotics",
"github": "https://github.com/miruml",
"linkedin": "https://www.linkedin.com/company/miruml/"
}
}