-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocs.json
More file actions
65 lines (65 loc) · 1.87 KB
/
docs.json
File metadata and controls
65 lines (65 loc) · 1.87 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
{
"$schema": "https://mintlify.com/docs.json",
"theme": "mint",
"name": "StarkMídia - Sistema Financeiro",
"colors": {
"primary": "#00C402",
"light": "#34D058",
"dark": "#0A7A17"
},
"favicon": "/starkmidia_icon.svg",
"navigation": {
"tabs": [
{
"tab": "Guia de uso",
"groups": [
{
"group": "Comece aqui",
"pages": [
"index",
"sistema/treinamento-10-minutos",
"sistema/checklist-rapido",
"sistema/visao-geral",
"sistema/primeiro-acesso"
]
},
{
"group": "Funcionalidades",
"pages": [
"sistema/receitas-e-despesas",
"sistema/pedidos",
"sistema/cadastros-basicos",
"sistema/dashboard-e-indicadores"
]
},
{
"group": "Ajuda",
"pages": ["sistema/duvidas-frequentes"]
}
]
}
]
},
"logo": {
"light": "/logo/light.svg",
"dark": "/logo/dark.svg"
},
"navbar": {
"links": [
{
"label": "Suporte",
"href": "mailto:comercial@starkmidia.com"
}
],
"primary": {
"type": "button",
"label": "Entrar no sistema",
"href": "https://starkweb.top/login"
}
},
"footer": {
"socials": {
"instagram": "https://instagram.com/starkmidia"
}
}
}