generated from mintlify/starter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmint.json
More file actions
99 lines (99 loc) · 2.22 KB
/
mint.json
File metadata and controls
99 lines (99 loc) · 2.22 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
{
"$schema": "https://mintlify.com/schema.json",
"name": "Vectorboard",
"logo": {
"dark": "/logo/dark.svg",
"light": "/logo/light.svg"
},
"favicon": "/favicon.png",
"colors": {
"primary": "#f59e0b",
"light": "#eab308",
"dark": "#eab308",
"background": {
"dark": "#090014"
},
"anchors": {
"from": "#FF7F57",
"to": "#f59e0b"
}
},
"metadata": {
"og:title": "Vectorboard Documentation",
"og:image": "logo/banner.png"
},
"topbarLinks": [
{
"name": "Homepage",
"url": "https://Vectorboard.ai"
}
],
"topbarCtaButton": {
"name": "Visit Github",
"url": "https://github.com/Vectorboard/Vectorboard"
},
"tabs": [{ "name": "Typescript/Javascript", "url": "typescript" }],
"primaryTab": { "name": "Python" },
"anchors": [
{
"name": "Github",
"icon": "github",
"url": "https://github.com/Vectorboard"
},
{
"name": "Community",
"icon": "discord",
"url": "https://discord.gg/Ev48fWkbSu"
},
{
"name": "Twitter",
"icon": "twitter",
"url": "https://x.com/Vectorboard"
},
{
"name": "Blog",
"icon": "paper-plane",
"url": "https://Vectorboard.substack.com"
}
],
"versions": ["0.0.1"],
"navigation": [
{
"group": "Get Started",
"pages": ["introduction", "quickstart", "roadmap"]
},
{
"group": "Core Concepts",
"pages": ["1_concepts/rag"]
},
{
"group": "API Reference",
"pages": ["2_api/gridsearch", "2_api/experiment"]
},
{
"group": "Contributing",
"pages": ["4_dev/contributing", "4_dev/codeofconduct"]
},
{
"group": "Coming soon",
"pages": ["typescript/soon"]
}
],
"feedback": {
"thumbsRating": true,
"raiseIssue": true,
"suggestEdit": true
},
"footerSocials": {
"twitter": "https://twitter.com/Vectorboard",
"github": "https://github.com/Vectorboard",
"linkedin": "https://www.linkedin.com/in/hamedmohammadpour",
"huggingface": "https://huggingface.co/Vectorboard"
},
"analytics": {
"posthog": {
"apiKey": "phc_O34qlPDhjgQIa77PZSj1zr9OYbEKeC8spP4ir4OQEcH",
"apiHost": "https://app.posthog.com"
}
}
}