-
Notifications
You must be signed in to change notification settings - Fork 0
/
mint.json
68 lines (68 loc) · 1.36 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
{
"$schema": "https://mintlify.com/schema.json",
"name": "Unicon",
"logo": {
"light": "/unicorn.svg",
"dark": "/logos/dark.svg"
},
"metadata": {
"og:image": "https://github.com/unicon-rocks/unicon-laravel/blob/main/docs/og.png?raw=true",
"twitter:image": "https://github.com/unicon-rocks/unicon-laravel/blob/main/docs/og.png?raw=true"
},
"favicon": "/unicorn.svg",
"colors": {
"primary": "#E74B8C",
"light": "#F081AF",
"dark": "#E74B8C",
"background": {
"dark": "#111111"
}
},
"background": {
"style": "grid"
},
"layout": "topnav",
"modeToggle": {
"default": "dark",
"isHidden": true
},
"topbarCtaButton": {
"type": "github",
"url": "https://github.com/unicon-rocks/unicon-laravel"
},
"anchors": [
{
"name": "GitHub",
"icon": "github",
"url": "https://github.com/unicon-rocks/unicon-laravel"
}
],
"primaryTab": {
"name": "Documentation"
},
"navigation": [
{
"group": "Overview",
"pages": ["introduction", "changelog"]
},
{
"group": "Getting Started",
"pages": [
"getting-started/installation",
"getting-started/recommended-setup"
]
},
{
"group": "Components",
"pages": ["components/blade-component", "components/helper-function"]
},
{
"group": "Commands",
"pages": ["commands/preload"]
},
{
"group": "Reference",
"pages": ["config-reference", "credits"]
}
]
}