-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmint.json
More file actions
64 lines (64 loc) · 1.96 KB
/
mint.json
File metadata and controls
64 lines (64 loc) · 1.96 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
{
"$schema": "https://mintlify.com/schema.json",
"name": "DROP DATABASE",
"logo": {
"dark": "/logo/logo.png",
"light": "/logo/light.png"
},
"favicon": "/favicon.jpg",
"colors": {
"primary": "#0D9373",
"light": "#07C983",
"dark": "#0D9373",
"anchors": {
"from": "#0D9373",
"to": "#07C983"
}
},
"tabs": [
{
"name": "API Reference",
"url": "api-reference"
}
],
"navigation": [
{
"group": "Get Started",
"pages": ["introduction", "development"]
},
{
"group": "API Documentation",
"pages": ["api-reference/introduction"]
},
{
"group": "Endpoint Examples",
"pages": [
"api-reference/endpoint/get_donation",
"api-reference/endpoint/create_donation",
"api-reference/endpoint/create_donation_plan",
"api-reference/endpoint/get_donation_plan",
"api-reference/endpoint/get_blood_station",
"api-reference/endpoint/get_blood_station_id",
"api-reference/endpoint/get_blood_station_id_planned",
"api-reference/endpoint/get_events",
"api-reference/endpoint/get_donation_id",
"api-reference/endpoint/create_login",
"api-reference/endpoint/create_registration",
"api-reference/endpoint/create_confirm_email_reg",
"api-reference/endpoint/create_confirm_phone",
"api-reference/endpoint/create_set_password",
"api-reference/endpoint/get_auth_me",
"api-reference/endpoint/create_auth_me",
"api-reference/endpoint/get_regions",
"api-reference/endpoint/get_countries",
"api-reference/endpoint/get_cities",
"api-reference/endpoint/get_media",
"api-reference/endpoint/get_special_projects",
"api-reference/endpoint/delete_donation_id",
"api-reference/endpoint/get_donations_exists",
"api-reference/endpoint/delete_donation_plan_id",
"api-reference/endpoint/get_donation_plan_id"
]
}
]
}