-
Notifications
You must be signed in to change notification settings - Fork 4
/
mint.json
123 lines (123 loc) · 2.56 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
111
112
113
114
115
116
117
118
119
120
121
122
123
{
"name": "Fabra",
"logo": {
"light": "/logo/light.svg",
"dark": "/logo/dark.svg"
},
"api": {
"baseUrl": "https://api.fabra.io"
},
"favicon": "/favicon.png",
"colors": {
"primary": "#2DB476",
"light": "#66E3AA",
"dark": "#058349",
"anchors": {
"from": "#2DB476",
"to": "#058349"
}
},
"anchors": [
{
"name": "Contact Us",
"icon": "envelope",
"url": "mailto:founders@fabra.io"
}
],
"navigation": [
{
"group": "Overview",
"pages": [
"overview/introduction"
]
},
{
"group": "Guides",
"pages": [
"guides/quickstart",
"guides/fabra-connect"
]
},
{
"group": "Concepts",
"pages": [
"concepts/authentication",
"concepts/sources",
"concepts/destinations",
"concepts/webhooks",
"concepts/objects",
"concepts/tables",
"concepts/namespaces",
"concepts/field-mapping"
]
},
{
"group": "Sources",
"pages":[
"sources/aws-redshift",
"sources/azure-synapse",
"sources/bigquery",
"sources/mongodb",
"sources/snowflake"
]
},
{
"group": "API Reference",
"pages": [
{
"group": "Link Token",
"pages": [
"api-reference/create-link-token"
]
},
{
"group": "Sync",
"pages": [
"api-reference/create-sync",
"api-reference/get-syncs"
]
},
{
"group": "Destination",
"pages": [
"api-reference/create-destination",
"api-reference/get-destinations"
]
},
{
"group": "Source",
"pages": [
"api-reference/create-source",
"api-reference/get-sources"
]
},
{
"group": "Object",
"pages": [
"api-reference/create-object",
"api-reference/get-objects"
]
},
{
"group": "Connection",
"pages": [
"api-reference/get-namespaces",
"api-reference/get-tables",
"api-reference/get-schema"
]
},
{
"group": "Customer Data",
"pages": [
"api-reference/query-object"
]
}
]
}
],
"footerSocials": {
"twitter": "https://twitter.com/usefabra",
"linkedin": "https://www.linkedin.com/company/fabra/",
"website": "https://www.fabra.io/"
}
}