generated from mintlify/starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmint.json
69 lines (69 loc) · 1.42 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
61
62
63
64
65
66
67
68
69
{
"$schema": "https://mintlify.com/schema.json",
"name": "볼타 사용 설명서",
"logo": {
"dark": "/logo/dark.svg",
"light": "/logo/light.svg"
},
"favicon": "/favicon.png",
"colors": {
"primary": "#FF6600",
"light": "#FF6600",
"dark": "#0D001D",
"background": {
"dark": "#090014"
},
"anchors": {
"from": "#FF6600",
"to": "#EDA737"
}
},
"topbarLinks": [
{
"name": "Support",
"url": "https://bolta.channel.io"
}
],
"topbarCtaButton": {
"name": "홈페이지",
"url": "https://bolta.io"
},
"anchors": [
{
"name": "Support",
"icon": "comment",
"url": "https://bolta.channel.io"
}
],
"navigation": [
{
"group": "시작하기",
"pages": [
"get-started/join-bolta",
"get-started/apply-company-info"
]
},
{
"group": "발행하기",
"pages": [
"issuance/request-fill-out-invoice",
"issuance/approve-issuance",
"issuance/quick-issuance",
"issuance/schedule-issuance",
"issuance/invoices"
]
},
{
"group": "Essentials",
"pages": [
"essentials/terms",
"essentials/privacy-policy"
]
}
],
"footerSocials": {
"facebook": "https://www.facebook.com/boltacorp",
"linkedin": "https://www.linkedin.com/company/bolta-io",
"github": "https://github.com/bolta-io"
}
}