This repository has been archived by the owner on Apr 23, 2023. It is now read-only.
generated from mintlify/starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mint.json
80 lines (80 loc) · 1.9 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
{
"$schema": "https://mintlify.com/schema.json",
"name": "Gradience",
"logo": {
"dark": "/logo/logo.svg",
"light": "/logo/logo.svg"
},
"favicon": "/favicon.svg",
"colors": {
"primary": "#3584e4",
"light": "#4D9CFF",
"dark": "#0050B4",
"background": {
"dark": "#242424",
"light": "#ffffff"
}
},
"topbarLinks": [
{
"name": "Flatpak",
"url": "https://flathub.org/apps/details/com.github.GradienceTeam.Gradience"
}
],
"topbarCtaButton": {
"type": "github",
"url": "https://github.com/GradienceTeam/Gradience"
},
"versions": ["v0.4.0", "v0.8.0"],
"anchors": [
{
"name": "Changelog",
"icon": "list",
"url": "https://github.com/GradienceTeam/Gradience/releases"
},
{
"name": "Community",
"icon": "discord",
"url": "https://discord.com"
},
{
"name": "Github",
"icon": "github",
"url": "https://github.com/GradienceTeam"
}
],
"navigation": [
{
"group": "Home",
"pages": ["introduction", "installation", "setup", "usage", "troubleshooting"]
},
{
"group": "CLI",
"pages": ["cli/launch", "cli/usage"]
},
{
"group": "Learn More",
"pages": ["features", "resources"]
},
{
"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/GradienceTeam",
"github": "https://github.com/GradienceTeam",
"website": "https://gradienceteam.github.io",
"discord": "https://discord.com"
},
"backgroundImage": "https://github.com/GradienceTeam/Design/blob/main/Backgrounds/pretty-purple.png"
}