Skip to content

Commit 18bf0a0

Browse files
committed
Update starter kit to use docs.json
1 parent 06ae026 commit 18bf0a0

9 files changed

+131
-501
lines changed

docs.json

+101
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,101 @@
1+
{
2+
"$schema": "https://mintlify.com/docs.json",
3+
"theme": "mint",
4+
"name": "Mint Starter Kit",
5+
"colors": {
6+
"primary": "#16A34A",
7+
"light": "#07C983",
8+
"dark": "#15803D"
9+
},
10+
"favicon": "/favicon.svg",
11+
"navigation": {
12+
"tabs": [
13+
{
14+
"tab": "Guides",
15+
"groups": [
16+
{
17+
"group": "Get Started",
18+
"pages": [
19+
"introduction",
20+
"quickstart",
21+
"development"
22+
]
23+
},
24+
{
25+
"group": "Essentials",
26+
"pages": [
27+
"essentials/markdown",
28+
"essentials/code",
29+
"essentials/images",
30+
"essentials/settings",
31+
"essentials/navigation",
32+
"essentials/reusable-snippets"
33+
]
34+
}
35+
]
36+
},
37+
{
38+
"tab": "API Reference",
39+
"groups": [
40+
{
41+
"group": "API Documentation",
42+
"pages": [
43+
"api-reference/introduction"
44+
]
45+
},
46+
{
47+
"group": "Endpoint Examples",
48+
"pages": [
49+
"api-reference/endpoint/get",
50+
"api-reference/endpoint/create",
51+
"api-reference/endpoint/delete"
52+
]
53+
}
54+
]
55+
}
56+
],
57+
"global": {
58+
"anchors": [
59+
{
60+
"anchor": "Documentation",
61+
"href": "https://mintlify.com/docs",
62+
"icon": "book-open-cover"
63+
},
64+
{
65+
"anchor": "Community",
66+
"href": "https://mintlify.com/community",
67+
"icon": "slack"
68+
},
69+
{
70+
"anchor": "Blog",
71+
"href": "https://mintlify.com/blog",
72+
"icon": "newspaper"
73+
}
74+
]
75+
}
76+
},
77+
"logo": {
78+
"light": "/logo/light.svg",
79+
"dark": "/logo/dark.svg"
80+
},
81+
"navbar": {
82+
"links": [
83+
{
84+
"label": "Support",
85+
"href": "mailto:[email protected]"
86+
}
87+
],
88+
"primary": {
89+
"type": "button",
90+
"label": "Dashboard",
91+
"href": "https://dashboard.mintlify.com"
92+
}
93+
},
94+
"footer": {
95+
"socials": {
96+
"x": "https://x.com/mintlify",
97+
"github": "https://github.com/mintlify",
98+
"linkedin": "https://linkedin.com/company/mintlify"
99+
}
100+
}
101+
}

images/hero-dark.png

108 KB
Loading

images/hero-dark.svg

-161
This file was deleted.

images/hero-light.png

102 KB
Loading

0 commit comments

Comments
 (0)