generated from mintlify/starter
-
Notifications
You must be signed in to change notification settings - Fork 1
/
mint.json
116 lines (116 loc) · 2.94 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
{
"$schema": "https://mintlify.com/schema.json",
"versions": ["current", "next"],
"name": "Adamik",
"logo": {
"dark": "/logo/dark.svg",
"light": "/logo/blue.svg",
"href": "https://adamik.io"
},
"analytics": {
"gtm": {
"tagId": "GTM-PDZKXGD6"
},
"hotjar": {
"hjid": "5204260",
"hjsv": "6"
}
},
"favicon": "Adamik_symbol_flat_blue.svg",
"colors": {
"primary": "#4261F4",
"light": "#4261F4",
"dark": "#4261F4",
"anchors": {
"from": "#0D0D40",
"to": "#4261F4"
}
},
"metadata": {
"og:image": "https://adamik-public-media.s3.eu-north-1.amazonaws.com/Social+Media/bandeau.svg",
"og:title": "Adamik Documentation",
"og:description": "Streamline blockchain integration with Adamik’s powerful API tools. Access comprehensive guides, resources, and support to unlock seamless multichain connectivity. Fast, reliable, and easy to use — everything you need in one place."
},
"topbarCtaButton": {
"name": "Get API Key",
"url": "https://dashboard.adamik.io"
},
"topbarLinks": [
{
"name": "Discord Support",
"url": "https://discord.gg/gsZJR2JfMR"
}
],
"topAnchor": {
"name": "Introduction",
"icon": "house"
},
"anchors": [
{
"name": "API Reference",
"icon": "code",
"url": "api-reference/current",
"version": "current",
"openapi": "https://api.adamik.io/openapi.json"
},
{
"name": "API Reference",
"icon": "code",
"url": "api-reference/next",
"version": "next",
"openapi": "https://api-staging.adamik.io/openapi.json"
},
{
"name": "Guides and Tutorials",
"icon": "book",
"url": "guides"
}
],
"navigation": [
{
"group": "Introduction",
"pages": [
"get_started/welcome",
"get_started/overview",
"get_started/quick_start",
"get_started/supported_chains",
"get_started/Build-VS-Buy",
"get_started/pricing_plans"
]
},
{
"group": "API Overview",
"pages": [
"api_overview/introduction",
"api_overview/read_API_overview_and_interaction_flow",
"api_overview/write_API_overview_and_interaction_flow",
"api_overview/changelog"
]
},
{
"group": "Examples",
"pages": [
"guides/e2e-examples/using-Adamik-API-with-Ethereum",
"guides/e2e-examples/using-Adamik-API-with-TON",
"guides/e2e-examples/using-Adamik-API-with-Bitcoin"
]
},
{
"group": "Tutorials",
"pages": ["guides/tutorials/Bitcoin-Transaction-Crafting"]
}
],
"footerSocials": {
"x": "https://twitter.com/adamik_io",
"github": "https://github.com/AdamikHQ",
"linkedin": "https://www.linkedin.com/company/adamik/",
"discord": "https://discord.gg/gsZJR2JfMR"
},
"search": {
"prompt": "Search Adamik docs..."
},
"feedback": {
"thumbsRating": true,
"raiseIssue": true
}
}