generated from mintlify/starter
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdocs.json
76 lines (76 loc) · 1.71 KB
/
docs.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
{
"$schema": "https://mintlify.com/docs.json",
"theme": "maple",
"name": "TechBlitz Documentation",
"colors": {
"primary": "#6164D9",
"light": "#07C983",
"dark": "#6164D9"
},
"styling": {
"eyebrows": "breadcrumbs"
},
"favicon": "/favicon.svg",
"navigation": {
"tabs": [
{
"tab": "Documentation",
"groups": [
{
"group": "Get Started",
"pages": ["introduction"]
},
{
"group": "Self Hosting",
"pages": [
"self-hosting/introduction",
"self-hosting/prerequisites",
"self-hosting/installation",
"self-hosting/configuration"
],
"icon": "server"
},
{
"group": "Local Development",
"pages": ["essentials/markdown", "essentials/code"],
"icon": "code"
},
{
"group": "Open Source Contributions",
"pages": [
"open-source/introduction",
"open-source/issues",
"open-source/pull-requests",
"open-source/style-guide"
],
"icon": "code"
}
]
}
]
},
"logo": {
"light": "/logo/light.svg",
"dark": "/logo/dark.svg"
},
"navbar": {
"links": [
{
"label": "Support",
"href": "mailto:hello@techblitz.dev"
}
],
"primary": {
"type": "button",
"label": "Dashboard",
"href": "https://techblitz.dev/dashboard"
}
},
"footer": {
"socials": {
"x": "https://x.com/techblitzdev",
"github": "https://git.new/blitz",
"website": "https://techblitz.dev"
}
}
}