-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmint.json
More file actions
130 lines (116 loc) · 2.53 KB
/
mint.json
File metadata and controls
130 lines (116 loc) · 2.53 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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
{
"$schema": "https://mintlify.com/schema.json",
"name": "OpenYiDA Docs",
"logo": {
"dark": "/images/logo-dark.png",
"light": "/images/logo-light.png",
"href": "https://github.com/openyida/openyida"
},
"favicon": "/images/favicon.png",
"colors": {
"primary": "#0066FF",
"light": "#33AAFF",
"dark": "#0044CC",
"anchors": {
"from": "#0066FF",
"to": "#7B3FE4"
},
"background": {
"dark": "#0A0F1A"
}
},
"topbarLinks": [
{
"name": "GitHub",
"url": "https://github.com/openyida/openyida"
}
],
"topbarCtaButton": {
"name": "Get Started",
"url": "https://www.npmjs.com/package/openyida"
},
"tabs": [
{
"name": "Guides",
"url": "docs/guides"
}
],
"anchors": [
{
"name": "GitHub",
"icon": "github",
"url": "https://github.com/openyida/openyida"
},
{
"name": "npm",
"icon": "npm",
"url": "https://www.npmjs.com/package/openyida"
},
{
"name": "Community",
"icon": "comments",
"url": "https://github.com/openyida/openyida/discussions"
}
],
"navigation": [
{
"group": "Get Started",
"pages": [
"docs/introduction/overview",
"docs/introduction/demo",
"docs/quickstart"
]
},
{
"group": "Features",
"pages": [
"docs/features/common-prompts",
"docs/features/skills",
"docs/features/use-cases"
]
},
{
"group": "Architecture",
"pages": [
"docs/architecture/overview",
"docs/architecture/project-structure"
]
},
{
"group": "Guides",
"pages": [
"docs/guides/best-practices",
"docs/guides/faq"
]
},
{
"group": "Community",
"pages": [
"docs/contributing",
"docs/license"
]
}
],
"footerSocials": {
"github": "https://github.com/openyida/openyida",
"website": "https://www.npmjs.com/package/openyida"
},
"feedback": {
"thumbsRating": true,
"suggestEdit": true,
"raiseIssue": true
},
"modeToggle": {
"default": "dark",
"isHidden": false
},
"search": {
"prompt": "Search OpenYiDA docs..."
},
"metadata": {
"og:title": "OpenYiDA — Build Yida Apps with AI",
"og:description": "Zero-config AI-powered CLI to build Yida apps from natural language. Supports Claude Code, Cursor, OpenCode, Wukong and more.",
"og:image": "https://img.alicdn.com/imgextra/i4/O1CN017uyK3q1UUfbv7Z8oh_!!6000000002521-2-tps-2648-1382.png",
"twitter:card": "summary_large_image"
}
}