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+ " index" ,
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+ " api-reference/endpoint/webhook"
53+ ]
54+ }
55+ ]
56+ }
57+ ],
58+ "global" : {
59+ "anchors" : [
60+ {
61+ "anchor" : " Documentation" ,
62+ "href" : " https://mintlify.com/docs" ,
63+ "icon" : " book-open-cover"
64+ },
65+ {
66+ "anchor" : " Community" ,
67+ "href" : " https://mintlify.com/community" ,
68+ "icon" : " slack"
69+ },
70+ {
71+ "anchor" : " Blog" ,
72+ "href" : " https://mintlify.com/blog" ,
73+ "icon" : " newspaper"
74+ }
75+ ]
76+ }
77+ },
78+ "logo" : {
79+ "light" : " /logo/light.svg" ,
80+ "dark" : " /logo/dark.svg"
81+ },
82+ "navbar" : {
83+ "links" : [
84+ {
85+ "label" : " Support" ,
86+ "href" : " mailto:hi@mintlify.com"
87+ }
88+ ],
89+ "primary" : {
90+ "type" : " button" ,
91+ "label" : " Dashboard" ,
92+ "href" : " https://dashboard.mintlify.com"
93+ }
94+ },
95+ "footer" : {
96+ "socials" : {
97+ "x" : " https://x.com/mintlify" ,
98+ "github" : " https://github.com/mintlify" ,
99+ "linkedin" : " https://linkedin.com/company/mintlify"
100+ }
101+ }
102+ }
0 commit comments