-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmint.json
More file actions
75 lines (75 loc) · 1.6 KB
/
mint.json
File metadata and controls
75 lines (75 loc) · 1.6 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
{
"$schema": "https://mintlify.com/schema.json",
"name": "Densky Framework",
"logo": {
"dark": "https://github.com/Densky-Framework/densky/raw/main/.github/logo-720px.png",
"light": "https://github.com/Densky-Framework/densky/raw/main/.github/logo-720px.png"
},
"favicon": "/favicon.png",
"colors": {
"primary": "#ff6423",
"light": "#ff6423",
"dark": "#0c1421",
"background": {
"dark": "#0c1421"
},
"anchors": {
"from": "#FF7F57",
"to": "#ff6423"
}
},
"topbarLinks": [
{
"name": "Trello",
"url": "https://trello.com/b/8y20oRHW/densky-framework"
}
],
"topbarCtaButton": {
"type": "github",
"url": "https://github.com/Densky-Framework/densky"
},
"tabs": [
{
"name": "API Reference",
"url": "api-reference"
}
],
"anchors": [
{
"name": "Github",
"icon": "github",
"url": "https://github.com/Densky-Framework"
},
{
"name": "Trello",
"icon": "trello",
"url": "https://trello.com/b/8y20oRHW/densky-framework"
}
],
"navigation": [
{
"group": "Get Started",
"pages": [
"overview",
"quickstart",
"first-file"
]
},
{
"group": "Routing",
"pages": [
"routing/overview"
]
},
{
"group": "API Documentation",
"pages": [
"api-reference/soon"
]
}
],
"footerSocials": {
"github": "https://github.com/Densky-Framework",
"youtube": "https://youtube.com/@apika_luca"
}
}