generated from mintlify/starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmint.json
89 lines (89 loc) · 2.41 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
{
"$schema": "https://mintlify.com/schema.json",
"name": "ClubHub",
"logo": {
"dark": "/logo/dark.png",
"light": "/logo/light.png"
},
"feedback": {
"suggestEdit": true,
"raiseIssue": true
},
"favicon": "/favicon.png",
"colors": {
"primary": "#0069ED",
"light": "#4D9CFF",
"dark": "#0050B4"
},
"topbarLinks": [
{
"name": "Documentation",
"url": "https://mintlify.com/docs"
}
],
"topbarCtaButton": {
"name": "Get Started",
"url": "https://github.com/mintlify/starter"
},
"anchors": [
{
"name": "Developer",
"icon": "rectangle-terminal",
"url": "api-reference"
},
{
"name": "Changelog",
"icon": "list",
"url": "https://mintlify.com"
},
{
"name": "Community",
"icon": "discord",
"url": "https://mintlify.com/community"
}
],
"navigation": [
{
"group": "Home",
"pages": ["introduction", "getting-started"]
},
{
"group": "Stack",
"pages": ["stack/github", "stack/github-actions", "stack/nx", "stack/discord", "stack/linear", "stack/neon", "stack/prisma", "stack/trigger", "stack/google-cloud-run", "stack/fly", "stack/docker", "stack/canny"]
},
{
"group": "Development",
"pages": ["development/getting-started", "development/code-style", "development/git", "development/discord", "development/nx", "development/neon", "development/prisma", "development/remix"]
},
{
"group": "Architecture",
"pages": ["architecture/introduction", "architecture/google-cloud-run-vs-fly", "architecture/neon-vs-planetscale"]
},
{
"group": "Applications",
"pages": ["applications/space", "applications/trigger-neon-branch", "applications/trigger-space-preview-app"]
},
{
"group": "Libraries",
"pages": ["libraries/deepkit-remix", "libraries/space-database", "libraries/internal-database"]
},
{
"group": "API Documentation",
"pages": ["api-reference/authentication"]
},
{
"group": "Endpoint Examples",
"pages": [
"api-reference/endpoint/get",
"api-reference/endpoint/create",
"api-reference/endpoint/update",
"api-reference/endpoint/delete"
]
}
],
"footerSocials": {
"twitter": "https://twitter.com/mintlify",
"github": "https://github.com/mintlify",
"linkedin": "https://www.linkedin.com/company/mintsearch"
}
}