-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocs.json
More file actions
103 lines (103 loc) · 2.67 KB
/
Copy pathdocs.json
File metadata and controls
103 lines (103 loc) · 2.67 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"$schema": "https://mintlify.com/docs.json",
"theme": "mint",
"name": "Piecelet for NeoDB - Guides",
"colors": {
"primary": "#16A34A",
"light": "#07C983",
"dark": "#15803D"
},
"styling": {
"codeblocks": "system"
},
"favicon": "/favicon.svg",
"navigation": {
"global": {
"anchors": [
{
"anchor": "Documentation",
"href": "https://mintlify.com/docs",
"icon": "book-open-cover"
},
{
"anchor": "Blog",
"href": "https://mintlify.com/blog",
"icon": "newspaper"
}
]
},
"languages": [
{
"language": "en",
"dropdowns": [
{
"dropdown": "Documentation",
"icon": "book",
"description": "Guides and help for the app",
"pages": [
{ "group": "Getting started", "pages": ["index", "quickstart", "development"] },
{ "group": "Customization", "pages": ["essentials/settings", "essentials/navigation"] },
{ "group": "Writing content", "pages": ["essentials/markdown", "essentials/code", "essentials/images", "essentials/reusable-snippets"] },
{ "group": "AI tools", "pages": ["ai-tools/cursor", "ai-tools/claude-code", "ai-tools/windsurf"] }
]
}
]
},
{
"language": "zh-Hans",
"dropdowns": [
{
"dropdown": "帮助中心",
"icon": "book",
"description": "应用的使用指南与帮助",
"pages": [
{ "group": "快速开始", "pages": ["zh-Hans/index", "zh-Hans/quickstart", "zh-Hans/development"] }
]
}
]
},
{
"language": "zh-Hant",
"dropdowns": [
{
"dropdown": "說明中心",
"icon": "book",
"description": "應用程式的使用指南與說明",
"pages": [
{ "group": "快速開始", "pages": ["zh-Hant/index", "zh-Hant/quickstart", "zh-Hant/development"] }
]
}
]
}
]
},
"logo": {
"light": "/logo/light.svg",
"dark": "/logo/dark.svg"
},
"navbar": {
"links": [
{ "label": "Support", "href": "mailto:hi@mintlify.com" }
],
"primary": {
"type": "button",
"label": "Dashboard",
"href": "https://dashboard.mintlify.com"
}
},
"contextual": {
"options": [
"copy",
"view",
"chatgpt",
"claude"
]
},
"footer": {
"socials": {
"x": "https://x.com/mintlify",
"github": "https://github.com/mintlify",
"linkedin": "https://linkedin.com/company/mintlify"
}
}
}