-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmint.json
More file actions
83 lines (77 loc) · 1.88 KB
/
mint.json
File metadata and controls
83 lines (77 loc) · 1.88 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
{
"$schema": "https://mintlify.com/schema.json",
"name": "EazeMyAPI Documentation",
"favicon": "/favicon.ico",
"logo": {
"light": "/logo-light.png",
"dark": "/logo-dark.png"
},
"colors": {
"primary": "#2563eb",
"light": "#2563eb",
"dark": "#1e40af"
},
"openapi": "api/openapi.yaml",
"navigation": [
{
"group": "Introduction",
"pages": [
"docs/introduction",
"docs/how-eazemyapi-works"
]
},
{
"group": "Getting Started",
"pages": [
"docs/getting-started",
"docs/create-project",
"docs/create-tables",
"docs/generate-api",
"docs/authentication",
"docs/custom-queries",
"docs/frontend-integration"
]
},
{
"group": "Core Concepts",
"pages": [
"docs/database-schema",
"docs/field-types"
]
},
{
"group": "API",
"pages": [
"docs/api-quick-start",
"docs/api-url-structure",
"docs/api-endpoints",
"docs/response-format",
"docs/api-reference"
]
},
{
"group": "Guides",
"pages": [
"guides/build-backend-with-ai",
"guides/build-backend-without-coding",
"guides/build-mvp-backend",
"guides/build-saas-mvp-in-48-hours",
"guides/backend-architecture-for-startup-mvp",
"guides/generate-rest-api",
"guides/firebase-alternative",
"guides/supabase-vs-firebase-vs-eazemyapi",
"guides/top-backend-tools-for-startups-2026"
]
}
],
"footer": {
"socials": {
"website": "https://eazemyapi.com",
"x": "https://x.com/eazemyapi",
"instagram": "https://www.instagram.com/eazemyapi",
"github": "https://github.com/eazemyapi",
"linkedin": "https://www.linkedin.com/showcase/eazemyapi",
"discord": "https://discord.gg/8GDT42y2"
}
}
}