|
a |
|
b/docs/mint.json |
|
|
1 |
{ |
|
|
2 |
"name": "AITrika", |
|
|
3 |
"logo": { |
|
|
4 |
"dark": "/logo/logo_aitrika.png", |
|
|
5 |
"light": "/logo/logo_aitrika.png" |
|
|
6 |
}, |
|
|
7 |
"favicon": "/favicon.svg", |
|
|
8 |
"colors": { |
|
|
9 |
"primary": "#0D9373", |
|
|
10 |
"light": "#07C983", |
|
|
11 |
"dark": "#0D9373", |
|
|
12 |
"anchors": { |
|
|
13 |
"from": "#0D9373", |
|
|
14 |
"to": "#07C983" |
|
|
15 |
} |
|
|
16 |
}, |
|
|
17 |
"topbarCtaButton": { |
|
|
18 |
"name": "Support", |
|
|
19 |
"url": "salvatoredanilopalumbo@gmail.com" |
|
|
20 |
}, |
|
|
21 |
"navigation": [ |
|
|
22 |
{ |
|
|
23 |
"group": "Get Started", |
|
|
24 |
"pages": [ |
|
|
25 |
"introduction" |
|
|
26 |
] |
|
|
27 |
}, |
|
|
28 |
{ |
|
|
29 |
"group": "Installation", |
|
|
30 |
"pages": [ |
|
|
31 |
"installation/install", |
|
|
32 |
"installation/set_api_key" |
|
|
33 |
] |
|
|
34 |
}, |
|
|
35 |
{ |
|
|
36 |
"group": "AItrika", |
|
|
37 |
"pages": [ |
|
|
38 |
"aitrika/usage" |
|
|
39 |
] |
|
|
40 |
}, |
|
|
41 |
{ |
|
|
42 |
"group": "API Documentation", |
|
|
43 |
"pages": [ |
|
|
44 |
"api-reference/introduction" |
|
|
45 |
] |
|
|
46 |
}, |
|
|
47 |
{ |
|
|
48 |
"group": "API Endpoints", |
|
|
49 |
"pages": [ |
|
|
50 |
"api-reference/endpoint/associations", |
|
|
51 |
"api-reference/endpoint/abstract", |
|
|
52 |
"api-reference/endpoint/query", |
|
|
53 |
"api-reference/endpoint/results", |
|
|
54 |
"api-reference/endpoint/participants", |
|
|
55 |
"api-reference/endpoint/outcomes" |
|
|
56 |
] |
|
|
57 |
} |
|
|
58 |
], |
|
|
59 |
"footerSocials": { |
|
|
60 |
"github": "https://github.com/AItrika", |
|
|
61 |
"linkedin": "https://www.linkedin.com/in/salvatore-danilo-palumbo-1616ab169/" |
|
|
62 |
} |
|
|
63 |
} |