generated from mintlify/starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmint.json
111 lines (111 loc) · 2.69 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
{
"$schema": "https://mintlify.com/schema.json",
"name": "Celebrate Mercy",
"logo": {
"dark": "/logo/celebratemercy-logo.jpg",
"light": "/logo/celebratemercy-logo.jpg"
},
"favicon": "/favicon.svg",
"colors": {
"primary": "#0D9373",
"light": "#07C983",
"dark": "#0D9373",
"anchors": {
"from": "#0D9373",
"to": "#07C983"
}
},
"topbarLinks": [
{
"name": "Support",
"url": "mailto:[email protected]"
}
],
"primaryTab": {
"name": "Global Salawat Site"
},
"tabs": [
{
"name": "Global Salawat Dashboard",
"url": "global-salawat-dashboard"
},
{
"name": "Development Tools",
"url": "development-tools"
}
],
"anchors": [
{
"name": "Global Salawat Site",
"icon": "book-open-cover",
"url": "https://salawat.celebratemercy.com/"
},
{
"name": "Global Salawat Dashboard",
"icon": "gauge",
"url": "https://salawat.celebratemercy.com/admin"
},
{
"name": "Code",
"icon": "github",
"url": "https://github.com/celebratemercy"
},
{
"name": "Database",
"icon": "database",
"url": "https://supabase.com/dashboard/project/pmzfddqowezjyjzdvipv"
},
{
"name": "Deployments",
"icon": "rocket",
"url": "https://vercel.com/developer-celebratemercys-projects"
},
{
"name": "Design",
"icon": "droplet",
"url": "https://www.figma.com/files/team/1435910220577978185/recents-and-sharing?fuid=1435910216243670266"
},
{
"name": "Site Builder",
"icon": "trowel-bricks",
"url": "https://builder.io/content"
},
{
"name": "User Management",
"icon": "user",
"url": "https://dashboard.clerk.com/apps/app_2kyMDWAA2QqOWtFfk1hkbD2WI1a/instances/ins_2lNdx9suK2wj9GGopBoh0GR3s2F"
}
],
"navigation": [
{
"group": "Getting Started",
"pages": [
"global-salawat-challenge/home",
"global-salawat-challenge/global-rankings",
"global-salawat-challenge/organizations"
]
},
{
"group": "Getting Started",
"pages": [
"global-salawat-dashboard/analytics",
"global-salawat-dashboard/pledges",
"global-salawat-dashboard/organizations",
"global-salawat-dashboard/donations",
"global-salawat-dashboard/settings"
]
},
{
"group": "Getting Started",
"pages": [
"development-tools/code-setup",
"development-tools/github",
"development-tools/database",
"development-tools/deployment",
"development-tools/design",
"development-tools/builder",
"development-tools/user-management"
]
}
]
}