generated from mintlify/starter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmint.json
More file actions
92 lines (92 loc) · 2.14 KB
/
mint.json
File metadata and controls
92 lines (92 loc) · 2.14 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
{
"$schema": "https://mintlify.com/schema.json",
"name": "Cryptoids",
"logo": {
"dark": "/logo/dark.svg",
"light": "/logo/light.svg",
"href": "https://docs.cryptoids.info"
},
"favicon": "/favicon.svg",
"colors": {
"primary": "#0D9373",
"light": "#07C983",
"dark": "#0D9373",
"anchors": {
"from": "#0D9373",
"to": "#07C983"
}
},
"topbarLinks": [
{
"name": "Support",
"url": "https://fiverr.com/sanjithacks"
}
],
"topbarCtaButton": {
"name": "Get API",
"url": "https://t.me/cryptoids_admins"
},
"tabs": [
{
"name": "API Reference",
"url": "api-reference"
}
],
"anchors": [
{
"name": "Facebook",
"icon": "facebook",
"url": "https://www.facebook.com/realCryptoids",
"color": "#1877F2"
},
{
"name": "Telegram",
"icon": "telegram",
"url": "https://t.me/cryptoids_admins",
"color": "#0088cc"
},
{
"name": "Blog",
"icon": "newspaper",
"url": "https://cryptoids.info/posts/"
}
],
"navigation": [
{
"group": "Get Started",
"pages": ["introduction", "requirements"]
},
{
"group": "Guides",
"pages": ["guides/hosting-api"]
},
{
"group": "Hosted Endpoint",
"pages": [
"api-reference/endpoint/metadata/finds-basic-info-by-slug",
"api-reference/endpoint/maxcoins/finds-maximum-supply-of-token",
"api-reference/endpoint/totalcoins/finds-total-supply-of-token",
"api-reference/endpoint/circulating/finds-circulating-supply-of-token",
"api-reference/endpoint/apidws/finds-token-supply-using-query"
]
},
{
"group": "Self Hosting",
"pages": [
"api-reference/endpoint/self_hosted/finds-token-supply-using-query",
"api-reference/endpoint/self_hosted_v2/finds-token-supply-using-query"
]
}
],
"footerSocials": {
"twitter": "https://twitter.com/realCryptoids",
"github": "https://github.com/cryptoids-api"
},
"openapi": ["./openapi.yaml"],
"seo": {
"indexHiddenPages": false
},
"search": {
"prompt": "Search Docs"
}
}