-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmint.json
74 lines (74 loc) · 1.41 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
{
"$schema": "https://mintlify.com/schema.json",
"name": "Nullai Documentation",
"versions": ["v1"],
"logo": {
"dark": "/logo/dark.svg",
"light": "/logo/light.svg"
},
"favicon": "/favicon.svg",
"colors": {
"primary": "#4d49cd",
"light": "#625df5",
"dark": "#4d49cd",
"anchors": {
"from": "#4d49cd",
"to": "#625df5"
}
},
"topbarLinks": [],
"topbarCtaButton": {
"name": "GitHub",
"url": "https://github.com/nullaidev"
},
"anchors": [
{
"name": "Get Started",
"icon": "book",
"url": "introduction"
},
{
"name": "Vista",
"icon": "mountains",
"url": "v1/vista"
},
{
"name": "Hygiene",
"icon": "sparkles",
"url": "v1/hygiene"
}
],
"navigation": [
{
"group": "Get Started",
"pages": [
"introduction"
]
},
{
"group": "Vista",
"version": "v1",
"pages": [
"v1/vista/overview",
"v1/vista/install",
"v1/vista/example",
"v1/vista/layout",
"v1/vista/includes"
]
},
{
"group": "Hygiene",
"version": "v1",
"pages": [
"v1/hygiene/overview",
"v1/hygiene/install",
"v1/hygiene/sanitize-html",
"v1/hygiene/filter-html"
]
}
],
"footerSocials": {
"x": "https://x.com/nullaidev",
"github": "https://github.com/nullaidev"
}
}