generated from mintlify/starter
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmint.json
More file actions
96 lines (96 loc) · 2.18 KB
/
mint.json
File metadata and controls
96 lines (96 loc) · 2.18 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"$schema": "https://mintlify.com/schema.json",
"name": "Nomad Docs",
"logo": {
"dark": "/logo/favicon.png",
"light": "/logo/favicon.png"
},
"favicon": "/logo/favicon.png",
"colors": {
"primary": "#0D9373",
"light": "#07C983",
"dark": "#0D9373",
"anchors": {
"from": "#0D9373",
"to": "#07C983"
}
},
"topbarLinks": [
{
"name": "Home",
"url": "https://usenomad.ai"
},
{
"name": "Support",
"url": "mailto:support@usenomad.ai"
}
],
"topbarCtaButton": {
"name": "Login",
"url": "https://app.usenomad.ai"
},
"navigation": [
{
"group": "Get Started",
"pages": [
"introduction",
"quickstart"
]
},
{
"group": "Core Engines",
"pages": [
"core-engines/overview",
"core-engines/ai-refinery-pilot",
"core-engines/wealth-os-treasury",
"core-engines/exit-strategy-engine"
]
},
{
"group": "Integrations",
"pages": [
"integrations/overview",
{
"group": "Commerce & Marketplaces",
"pages": [
"integrations/tiktok-shop",
"integrations/shopify",
"integrations/amazon-seller",
"integrations/ebay",
"integrations/etsy"
]
},
{
"group": "Accounting & Finance",
"pages": [
"integrations/quickbooks-online"
]
},
{
"group": "VDR & Storage",
"pages": [
"integrations/google-drive",
"integrations/dropbox",
"integrations/papermark",
"integrations/notion",
"integrations/datasite",
"integrations/ssc-intralinks"
]
}
]
},
{
"group": "Technical Architecture",
"pages": [
"technical-architecture/overview",
"technical-architecture/frontend-stack",
"technical-architecture/integrations-service-backend"
]
}
],
"footerSocials": {
"x": "https://x.com/usenomad_ai",
"github": "https://github.com/diginomads",
"linkedin": "https://www.linkedin.com/company/nomads-ai/"
}
}