-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmint.json
More file actions
27 lines (27 loc) · 556 Bytes
/
mint.json
File metadata and controls
27 lines (27 loc) · 556 Bytes
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
{
"name": "DotApp",
"logo": "https://avatars.githubusercontent.com/u/198362549?v=4",
"navigation": [
{
"group": "Úvod",
"pages": [
"README.md"
]
},
{
"group": "Automaticky generovaná dokumentácia",
"pages": [
"mintlify://auto"
]
}
],
"colors": {
"primary": "#1E88E5",
"light": "#FFFFFF",
"dark": "#212121"
},
"favicon": "https://avatars.githubusercontent.com/u/198362549?v=4",
"footerSocials": {
"github": "https://github.com/dotsystems-sk/DotApp"
}
}