-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmint.json
More file actions
64 lines (62 loc) · 1.76 KB
/
mint.json
File metadata and controls
64 lines (62 loc) · 1.76 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
{
"$schema": "https://mintlify.com/schema.json",
"name": "j-store",
"logo": {
"dark": "/logo/dark.svg",
"light": "/logo/light.svg"
},
"favicon": "/images/eye.png",
"colors": {
"primary": "#45ACAB",
"light": "#6BC5C4",
"dark": "#2E7A79",
"anchors": {
"from": "#45ACAB",
"to": "#2E7A79"
}
},
"topbarCtaButton": {
"name": "company",
"url": "https://jethings.com"
},
"tabs": [
{
"name": "j-store",
"url": "j-store"
},
{
"name": "j-optic",
"url": "j-optic"
}
],
"navigation": [
{
"group": "j-store",
"pages": [
"j-store/auth-api",
"j-store/users-api",
"j-store/app-config-api",
"j-store/stores-api",
"j-store/suppliers-api",
"j-store/supplier-groups-api",
"j-store/warehouses-api",
"j-store/customers-api",
"j-store/price-list-api",
"j-store/item-price-api",
"j-store/purchase-invoice-api",
"j-store/purchase-order-api",
"j-store/pos-api",
"j-store/pos-profile-api",
"j-store/pos-session-api",
"j-store/pos-money-movement-api"
]
},
{
"group": "J-optic",
"pages": ["j-optic/customer-api", "j-optic/customer-group-api", "j-optic/debt-api", "j-optic/item-api", "j-optic/item-crud", "j-optic/item-variants-api", "j-optic/brand-api", "j-optic/status-api", "j-optic/product-type-api", "j-optic/product-group-api", "j-optic/price-list-api", "j-optic/lens-pricing-api", "j-optic/pos-checkout-api", "j-optic/pos-closing-api", "j-optic/stock-reconciliation-api", "j-optic/warehouses-api", "j-optic/suppliers-api", "j-optic/supplier-groups-api"]
}
],
"footerSocials": {
"github": "https://github.com/jetAlphaStartup"
}
}