Skip to content

Commit 251a2d7

Browse files
author
Lasim
committed
chore: update package.json for Mint integration and remove unused dependencies; add docs.json for documentation structure
1 parent bb43837 commit 251a2d7

File tree

3 files changed

+2057
-7502
lines changed

3 files changed

+2057
-7502
lines changed

docs.json

Lines changed: 127 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,127 @@
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": "Getting started",
18+
"pages": [
19+
"index",
20+
"quickstart",
21+
"development"
22+
]
23+
},
24+
{
25+
"group": "Customization",
26+
"pages": [
27+
"essentials/settings",
28+
"essentials/navigation"
29+
]
30+
},
31+
{
32+
"group": "Writing content",
33+
"pages": [
34+
"essentials/markdown",
35+
"essentials/code",
36+
"essentials/images",
37+
"essentials/reusable-snippets"
38+
]
39+
},
40+
{
41+
"group": "AI tools",
42+
"pages": [
43+
"ai-tools/cursor",
44+
"ai-tools/claude-code",
45+
"ai-tools/windsurf"
46+
]
47+
}
48+
]
49+
},
50+
{
51+
"tab": "API reference",
52+
"groups": [
53+
{
54+
"group": "API documentation",
55+
"pages": [
56+
"api-reference/introduction"
57+
]
58+
},
59+
{
60+
"group": "Endpoint examples",
61+
"pages": [
62+
"api-reference/endpoint/get",
63+
"api-reference/endpoint/create",
64+
"api-reference/endpoint/delete",
65+
"api-reference/endpoint/webhook"
66+
]
67+
}
68+
]
69+
}
70+
],
71+
"global": {
72+
"anchors": [
73+
{
74+
"anchor": "Documentation",
75+
"href": "https://mintlify.com/docs",
76+
"icon": "book-open-cover"
77+
},
78+
{
79+
"anchor": "Community",
80+
"href": "https://mintlify.com/community",
81+
"icon": "slack"
82+
},
83+
{
84+
"anchor": "Blog",
85+
"href": "https://mintlify.com/blog",
86+
"icon": "newspaper"
87+
}
88+
]
89+
}
90+
},
91+
"logo": {
92+
"light": "/logo/light.svg",
93+
"dark": "/logo/dark.svg"
94+
},
95+
"navbar": {
96+
"links": [
97+
{
98+
"label": "Support",
99+
"href": "mailto:[email protected]"
100+
}
101+
],
102+
"primary": {
103+
"type": "button",
104+
"label": "Dashboard",
105+
"href": "https://dashboard.mintlify.com"
106+
}
107+
},
108+
"contextual": {
109+
"options": [
110+
"copy",
111+
"view",
112+
"chatgpt",
113+
"claude",
114+
"perplexity",
115+
"mcp",
116+
"cursor",
117+
"vscode"
118+
]
119+
},
120+
"footer": {
121+
"socials": {
122+
"x": "https://x.com/mintlify",
123+
"github": "https://github.com/mintlify",
124+
"linkedin": "https://linkedin.com/company/mintlify"
125+
}
126+
}
127+
}

0 commit comments

Comments
 (0)