-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmint.json
More file actions
82 lines (82 loc) · 1.58 KB
/
mint.json
File metadata and controls
82 lines (82 loc) · 1.58 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
{
"$schema": "https://mintlify.com/schema.json",
"name": "bytekit",
"logo": {
"light": "/logo/light.svg",
"dark": "/logo/dark.svg"
},
"favicon": "/favicon.png",
"colors": {
"primary": "#3b82f6",
"light": "#60a5fa",
"dark": "#1d4ed8",
"anchors": {
"from": "#3b82f6",
"to": "#93c5fd"
}
},
"topbarLinks": [
{
"name": "Support",
"url": "https://github.com/sebamar88/bytekit/issues"
}
],
"topbarCtaButton": {
"name": "GitHub",
"url": "https://github.com/sebamar88/bytekit"
},
"tabs": [
{
"name": "Guides",
"url": "docs/guides"
},
{
"name": "API Reference",
"url": "docs/api"
}
],
"navigation": [
{
"group": "Get Started",
"pages": [
"README",
"docs/guides/GETTING_STARTED"
]
},
{
"group": "Core Concepts",
"pages": [
"docs/guides/BEST_PRACTICES",
"docs/guides/ADVANCED_USAGE"
]
},
{
"group": "Features",
"pages": [
"docs/guides/ASYNC_UTILITIES",
"docs/guides/QUERY_CLIENT_STATE",
"docs/guides/CLI_AUTOMATION"
]
},
{
"group": "API Reference",
"pages": [
"docs/API",
"docs/ERROR_HANDLING_COMPARISON",
"docs/BACKWARD_COMPATIBILITY",
"docs/CONTEXT7"
]
},
{
"group": "Releases",
"pages": [
"CHANGELOG",
"docs/RELEASE_NOTES_v1.0.3",
"docs/API_CLIENT_V2_IMPROVEMENTS"
]
}
],
"footerSocials": {
"github": "https://github.com/sebamar88/bytekit"
}
}