-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmint.json
More file actions
114 lines (114 loc) · 2.71 KB
/
mint.json
File metadata and controls
114 lines (114 loc) · 2.71 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
112
113
114
{
"$schema": "https://mintlify.com/schema.json",
"name": "Really Good Software Docs",
"logo": {
"dark": "/logo/dark.svg",
"light": "/logo/light.svg"
},
"favicon": "/favicon.svg",
"colors": {
"primary": "#EC4D25",
"light": "#07C983",
"dark": "#EC4D25",
"anchors": {
"from": "#0D9373",
"to": "#07C983"
}
},
"topbarCtaButton": {
"name": "Really Good Software",
"url": "https://reallygoodsoftware.net"
},
"tabs": [
{
"name": "H1 Rails",
"url": "h1rails"
},
{
"name": "Base Styles",
"url": "basestyles"
},
{
"name": "Better Select",
"url": "betterselect"
},
{
"name": "Tailwind Lite",
"url": "tailwindlite"
},
{
"name": "Mini JS",
"url": "minijs"
}
],
"background": {
"style": "windows"
},
"layout": "sidenav",
"navigation": [
{
"group": "Info",
"pages": [
"h1rails/intro",
"h1rails/github",
"h1rails/demos"
]
},
{
"group": "Elements",
"pages": [
"h1rails/forms",
"h1rails/icons",
"h1rails/modals",
"h1rails/toasts"
]
},
{
"group": "Articles",
"pages": [
"h1rails/slickness",
"h1rails/form_patterns",
"h1rails/htmx",
"h1rails/htmx_indicators",
"h1rails/urls"
]
},
{
"group": "About",
"pages": [
"basestyles/intro",
"basestyles/getting-started",
"basestyles/customization"
]
},
{
"group": "Examples",
"pages": [
"basestyles/examples"
]
},
{
"group": "Elements",
"pages": [
"/basestyles/buttons",
"/basestyles/forms",
"/basestyles/box",
"/basestyles/titlepair",
"/basestyles/modal",
"/basestyles/toasts",
"/basestyles/tooltips",
"/basestyles/floating-labels"
]
},
{
"group": "About",
"pages": [
"betterselect/intro"
]
}
],
"footerSocials": {
"x": "https://x.com/rlygoodsoftware",
"github": "https://github.com/reallygoodsoftware"
}
}