-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmint.json
More file actions
82 lines (82 loc) · 1.47 KB
/
mint.json
File metadata and controls
82 lines (82 loc) · 1.47 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"$schema": "https://mintlify.com/schema.json",
"name": "burn0",
"logo": {
"dark": "/logo/icon.svg",
"light": "/logo/icon.svg"
},
"favicon": "/favicon.svg",
"colors": {
"primary": "#FF4500",
"light": "#FF6122",
"dark": "#FF4500",
"anchors": {
"from": "#FF4500",
"to": "#FF6122"
}
},
"topbarLinks": [
{
"name": "Dashboard",
"url": "https://burn0.dev/dashboard"
}
],
"topbarCtaButton": {
"name": "Get Started",
"url": "https://burn0.dev/login"
},
"anchors": [
{
"name": "GitHub",
"icon": "github",
"url": "https://github.com/burn0-dev/burn0"
},
{
"name": "NPM",
"icon": "npm",
"url": "https://www.npmjs.com/package/@burn0/burn0"
}
],
"navigation": [
{
"group": "Getting Started",
"pages": [
"introduction",
"quickstart"
]
},
{
"group": "CLI",
"pages": [
"cli/overview",
"cli/init",
"cli/report",
"cli/dev",
"cli/connect"
]
},
{
"group": "SDK",
"pages": [
"sdk/track",
"sdk/configuration"
]
},
{
"group": "Dashboard",
"pages": [
"dashboard/overview",
"dashboard/api-keys"
]
},
{
"group": "Reference",
"pages": [
"reference/supported-services"
]
}
],
"footerSocials": {
"github": "https://github.com/burn0-dev/burn0"
}
}