-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocs.json
More file actions
97 lines (97 loc) · 1.98 KB
/
docs.json
File metadata and controls
97 lines (97 loc) · 1.98 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
{
"$schema": "https://mintlify.com/docs.json",
"theme": "mint",
"name": "skirr dicord docs",
"description": "Documentación",
"colors": {
"primary": "#5b64f5",
"light": "#9ba2ff",
"dark": "#3d46c1"
},
"seo": {
"indexing": "all",
"metatags": {
"theme-color": "#e3c2cd",
"og:site_name": "https://mimiberryteam.mintlify.app/",
"canonical": "https://mimiberryteam.mintlify.app/"
}
},
"integrations": {
"ga4": {
"measurementId": "G-ECT0R7C9NE"
}
},
"navigation": {
"groups": [
{
"group": "Resumen",
"pages": [
"resumen/introduccion",
"resumen/soporte",
"resumen/links"
]
},
{
"group": "Bots",
"pages": [
{
"group": "Koki",
"icon": "cat",
"pages": [
"modules/koki/preguntas-frecuentes",
"modules/koki/gestion",
"modules/koki/visualizacion"
]
},
{
"group": "Michi",
"icon": "dog",
"pages": []
},
{
"group": "Snoop",
"icon": "snowflake",
"pages": []
}
]
},
{
"group": "Tutorials",
"pages": []
},
{
"group": "Resources",
"pages": [
"resources/mensaje-id",
"resources/sintaxis"
]
},
{
"group": "Legal",
"pages": [
"legal/terminos",
"legal/politicas"
]
}
]
},
"logo": "https://i.imgur.com/60qW0EE.png",
"favicon": "https://i.imgur.com/60qW0EE.png",
"navbar": {
"links": [
{
"label": "Servidor de soporte",
"href": " https://discord.gg/VVbxM2fa2n"
}
]
},
"footer": {
"socials": {
"discord": "https://discord.gg/AXRShswtZ4",
"github": "https://github.com/bao-bun"
}
},
"styling": {
"eyebrows": "breadcrumbs"
}
}