-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmint.json
76 lines (76 loc) · 1.52 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
75
76
{
"name": "Medical Record",
"logo": {
"light": "/assets/logo/light.svg",
"dark": "/assets/logo/dark.svg"
},
"api": {
"baseUrl": "https://hml-api.conexasaude.com.br/",
"auth": {
"method": "key",
"name": "token",
"inputPrefix": ""
}
},
"favicon": "/assets/favicon.svg",
"colors": {
"primary": "#FF646E",
"light": "#FF646E",
"dark": "#001447",
"ultraLight": "#EEEBFF",
"ultraDark": "#0A0A32",
"background": {
"dark": "#0A0A32"
}
},
"topbarLinks": [
{
"name": "Prontuário",
"url": "mailto:[email protected]"
}
],
"topbarCtaButton": {
"type": "github",
"url": "https://github.com/conexasaude"
},
"anchors": [
{
"name": "Repositórios",
"icon": "github",
"color": "#FF646E",
"url": "repos"
}
],
"navigation": [
{
"group": "Overview",
"pages": ["introduction"]
},
{
"group": "Modularizacao",
"pages": [
"modularization/introduction",
{
"group": "Backoffice",
"pages": ["modularization/backoffice/view", "modularization/backoffice/options"]
},
{
"group": "Prontuário",
"pages": ["modularization/medical-record/list"]
}
]
},
{
"group": "Settings",
"pages": ["settings/global", "settings/page"]
},
{
"group": "Analytics",
"pages": ["analytics/posthog"]
},
{
"group": "Repositorios",
"pages": ["repos/projects"]
}
]
}