-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmint.json
More file actions
48 lines (48 loc) · 1004 Bytes
/
mint.json
File metadata and controls
48 lines (48 loc) · 1004 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
42
43
44
45
46
47
48
{
"$schema": "https://mintlify.com/schema.json",
"name": "Ploton docs",
"logo": {
"dark": "/logo/dark.svg",
"light": "/logo/light.svg"
},
"favicon": "/favicon.svg",
"colors": {
"primary": "#0D9373",
"light": "#07C983",
"dark": "#0D9373",
"anchors": {
"from": "#0D9373",
"to": "#07C983"
}
},
"topbarLinks": [
{
"name": "Support",
"url": "mailto:hitesh@ploton.dev"
}
],
"topbarCtaButton": {
"name": "Dashboard",
"url": "https://app.ploton.ai"
},
"navigation": [
{
"group": "Get Started",
"pages": ["introduction", "quickstart", "development"]
},
{
"group": "Essentials",
"pages": [
"essentials/sdk-be",
"essentials/sdk-fe",
"essentials/code",
"essentials/env"
]
}
],
"footerSocials": {
"x": "https://x.com/plotondev",
"github": "https://github.com/plotondev",
"linkedin": "https://www.linkedin.com/company/ploton"
}
}