-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocs.json
More file actions
59 lines (59 loc) · 1.13 KB
/
Copy pathdocs.json
File metadata and controls
59 lines (59 loc) · 1.13 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
{
"$schema": "https://mintlify.com/docs.json",
"theme": "mint",
"name": "Syntax Studios",
"colors": {
"primary": "#6366F1",
"light": "#8B5CF6",
"dark": "#4F46E5"
},
"favicon": "/favicon.svg",
"navigation": {
"groups": [
{
"group": "Getting Started",
"pages": [
"index",
"quickstart"
]
},
{
"group": "About Us",
"pages": [
"essentials/who-are-we"
]
},
{
"group": "Services",
"pages": [
"essentials/code",
"essentials/images"
]
}
]
},
"logo": {
"light": "/logo/light.png",
"dark": "/logo/dark.png"
},
"navbar": {
"links": [
{
"label": "Contact",
"href": "mailto:contact@syntaxstudios.com"
}
],
"primary": {
"type": "button",
"label": "Get Started",
"href": "https://syntaxstudios.com/contact"
}
},
"footer": {
"socials": {
"github": "https://github.com/syntaxstudios",
"discord": "https://discord.gg/syntaxstudios",
"x": "https://x.com/syntaxstudios"
}
}
}