forked from mintlify/starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmint.json
77 lines (77 loc) · 1.73 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
70
71
72
73
74
75
76
77
{
"$schema": "https://mintlify.com/schema.json",
"name": "Facto 文档",
"logo": {
"dark": "/logo/dark.svg",
"light": "/logo/light.svg"
},
"favicon": "/favicon.svg",
"colors": {
"primary": "#000000",
"light": "#cccccc",
"dark": "#fc1c46",
"anchors": {
"from": "#fc1c46",
"to": "#fc1c46"
}
},
"topbarLinks": [
{
"name": "意见反馈",
"url": "mailto:[email protected]"
}
],
"topbarCtaButton": {
"name": "技术支持",
"url": "https://work.weixin.qq.com/kfid/kfce557cf5d45a3bd53"
},
"anchors": [
{
"name": "Facto 官网",
"icon": "house-blank",
"url": "https://www.facto.com.cn"
}
],
"navigation": [
{
"group": "快速入门",
"pages": [
"introduction"
]
},
{
"group": "自定义",
"pages": [
"customization/main-navigation",
"customization/header-settings",
"customization/top-bar",
"customization/site-logo",
"customization/sticky-header",
"customization/header-transparency",
"customization/site-icon",
"customization/changing-fonts"
]
},
{
"group": "商城",
"pages": [
"shop/display",
"shop/number-of-products",
"shop/sidebar-setup",
"shop/product-image-size",
"shop/category-links",
"shop/product-hover-image",
"shop/sale-badge-color",
"shop/checkout",
"shop/next-previous-product",
"shop/related-product",
"shop/catalog-mode"
]
}
],
"footerSocials": {
"linkedin": "https://linkedin.com/company/defactohk",
"x": "https://twitter.com/facto_hk",
"instagram": "https://www.instagram.com/facto.hk"
}
}