generated from mintlify/starter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmint.json
More file actions
111 lines (111 loc) · 2.21 KB
/
mint.json
File metadata and controls
111 lines (111 loc) · 2.21 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
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": "Keyforge Docs",
"logo": {
"dark": "/logo/dark.svg",
"light": "/logo/light.svg"
},
"favicon": "/favicon.svg",
"colors": {
"primary": "#18181b",
"light": "#fafafa",
"dark": "#070708",
"background": {
"light": "#ffffff",
"dark": "#070708"
},
"anchors": {
"from": "#0D9373",
"to": "#07C983"
}
},
"topbarLinks": [
{
"name": "Support",
"url": "mailto:hello@flyte.gg"
}
],
"topbarCtaButton": {
"name": "Dashboard",
"url": "https://dashboard.keyforge.cloud"
},
"tabs": [
{
"name": "API Reference",
"url": "api-reference"
},
{
"name": "Libraries",
"url": "libraries"
}
],
"openapi": "https://api.keyforge.cloud/openapi.json",
"anchors": [
{
"name": "GitHub",
"icon": "github",
"url": "https://github.com/keyforgecloud"
},
{
"name": "Community",
"icon": "discord",
"url": "https://discord.gg/flyte"
}
],
"navigation": [
{
"group": "Get Started",
"pages": [
"introduction"
]
},
{
"group": "API Documentation",
"icon": "code",
"pages": [
"api-reference/overview"
]
},
{
"group": "APIs",
"pages": [
"api-reference/get-v0apis",
"api-reference/get-v0apis-1",
"api-reference/post-v0apis",
"api-reference/delete-v0apis"
]
},
{
"group": "Keys",
"pages": [
"api-reference/get-v0apis-keys",
"api-reference/get-v0apis-keys-1",
"api-reference/post-v0apis-keys",
"api-reference/post-v0verify",
"api-reference/delete-v0apis-keys"
]
},
{
"group": "Official Libraries",
"icon": "code",
"pages": [
{
"group": "Typescript",
"pages": [
"libraries/typescript/overview"
]
},
{
"group": "Kotlin",
"pages": [
"libraries/kotlin/overview"
]
}
]
}
],
"footerSocials": {
"github": "https://github.com/keyforgecloud",
"discord": "https://discord.gg/flyte"
}
}