generated from mintlify/starter
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmint.json
60 lines (60 loc) · 1.15 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
{
"$schema": "https://mintlify.com/schema.json",
"name": "Lopus AI",
"logo": {
"dark": "/logo/lopus-ai-logo.avif",
"light": "/logo/lopus-ai-logo.avif"
},
"favicon": "/favicon.png",
"colors": {
"primary": "#F97316",
"light": "#FFF7ED",
"dark": "#C2410C",
"anchors": {
"from": "#F97316",
"to": "#FB923C"
}
},
"topbarLinks": [
{
"name": "Support",
"url": "mailto:founders@lopus.ai"
}
],
"topbarCtaButton": {
"name": "Dashboard",
"url": "https://lopus.ai/login/"
},
"anchors": [
{
"name": "Book a Demo",
"icon": "camera-web",
"url": "https://calendly.com/lopus-ai"
},
{
"name": "Dashboard",
"icon": "browser",
"url": "https://lopus.ai/login/"
}
],
"navigation": [
{
"group": "Get Started",
"pages": [
"quickstart"
]
},
{
"group": "Advanced",
"pages": [
"markdown-messages",
"message-types"
]
}
],
"footerSocials": {
"x": "https://x.com/mintlify",
"github": "https://github.com/mintlify",
"linkedin": "https://linkedin.com/company/mintlify"
}
}