-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmint.json
56 lines (56 loc) · 1.07 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
{
"name": "Fabrile",
"logo": {
"light": "/icons/fabrile_logo_light.png",
"dark": "/icons/fabrile_logo_dark.png",
"href": "https://fabrile.app"
},
"favicon": "/icons/favicon.png",
"colors": {
"primary": "#2AB673",
"light": "#55D799",
"dark": "#117866",
"background": {
"light": "#FFFFFF",
"dark": "#111111"
}
},
"layout": "sidenav",
"font": {
"headings": {
"family": "Roboto",
"weight": 700
},
"body": {
"family": "Oswald",
"weight": 500
}
},
"search": {
"location": "top"
},
"topbarLinks": [
{
"name": "Contact Us",
"url": "mailto:[email protected]"
}
],
"navigation": [
{
"group": "Getting Started",
"pages": ["intro/introduction", "intro/quickstart"]
},
{
"group": "Agents",
"pages": ["agents/overview", "agents/configuration"]
}
],
"anchors": [
{
"name": "API Reference",
"openapi": "https://fabrile.app/api/openapi.json",
"url": "api-reference",
"icon": "square-terminal"
}
]
}