generated from mintlify/starter
-
Notifications
You must be signed in to change notification settings - Fork 2
/
mint.json
110 lines (110 loc) · 2.51 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"$schema": "https://mintlify.com/schema.json",
"name": "CambioML",
"logo": {
"dark": "/logo/dark.png",
"light": "/logo/light.png",
"href": "https://www.cambioml.com"
},
"favicon": "/favicon.png",
"colors": {
"primary": "#C47F80",
"light": "#B86B6C",
"dark": "#C47F80",
"anchors": {
"from": "#91353A",
"to": "#F5B2B2"
}
},
"topbarLinks": [
{
"name": "Support",
"url": "mailto:[email protected]"
}
],
"topbarCtaButton": {
"name": "Sandbox",
"url": "https://www.cambioml.com/sandbox"
},
"tabs": [
{
"name": "SDK Reference",
"url": "sdk-reference"
},
{
"name": "API Reference",
"url": "api-reference"
}
],
"anchors": [
{
"name": "Community",
"icon": "slack",
"url": "https://join.slack.com/t/cambiomlworkspace/shared_invite/zt-1zes33rmt-20Rag043uvExUaUdvt5_xQ"
},
{
"name": "Blog",
"icon": "newspaper",
"url": "https://www.cambioml.com/blog"
}
],
"navigation": [
{
"group": "Get Started",
"pages": [
"introduction",
"quickstart"
]
},
{
"group": "AnyParser SDK Reference",
"pages": [
"sdk-reference/introduction",
"sdk-reference/parse",
"sdk-reference/parse_with_ocr",
"sdk-reference/parse_with_layout",
"sdk-reference/extract_key_value",
"sdk-reference/extract_resume_key_value",
"sdk-reference/extract_pii",
"sdk-reference/extract_tables"
]
},
{
"group": "API Documentation",
"pages": [
"api-reference/introduction",
"api-reference/sync-endpoints",
"api-reference/async-endpoints"
]
},
{
"group": "Sync Endpoint Examples",
"pages": [
"api-reference/endpoint/parse",
"api-reference/endpoint/extract_key_value",
"api-reference/endpoint/extract_resume_key_value",
"api-reference/endpoint/extract_tables",
"api-reference/endpoint/extract_pii",
"api-reference/endpoint/query"
]
},
{
"group": "Async Endpoint Examples",
"pages": [
"api-reference/endpoint/async-upload",
"api-reference/endpoint/async-fetch"
]
},
{
"group": "Full Example",
"pages": [
"api-reference/example"
]
}
],
"footerSocials": {
"x": "https://x.com/cambioml",
"github": "https://github.com/CambioML",
"linkedin": "https://www.linkedin.com/company/cambioml"
}
}