generated from mintlify/starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmint.json
94 lines (94 loc) · 2.16 KB
/
mint.json
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
{
"$schema": "https://mintlify.com/schema.json",
"name": "Vocab Victor Learner Model",
"logo": {
"dark": "/logo/dark.svg",
"light": "/logo/light.svg"
},
"favicon": "/favicon.svg",
"colors": {
"primary": "#0D9373",
"light": "#07C983",
"dark": "#0D9373",
"anchors": {
"from": "#0D9373",
"to": "#07C983"
}
},
"topbarLinks": [
{
"name": "Support",
"url": "mailto:[email protected]"
}
],
"topbarCtaButton": {
"name": "Dashboard",
"url": "https://vocabvictor.com"
},
"tabs": [
{
"name": "API Reference",
"url": "api-reference"
}
],
"anchors": [
{
"name": "Documentation",
"icon": "book-open-cover",
"url": "/introduction"
},
{
"name": "Community",
"icon": "slack",
"url": "https://app.slack.com/client/T076SJX2JHH/D077FGV5TNU"
},
{
"name": "Blog",
"icon": "newspaper",
"url": "https://vocabvictor.com/blog"
}
],
"navigation": [
{
"group": "Learner Model Documentation",
"pages": [
"introduction",
"overall-architecture",
"activity-types",
"log-observations",
"learner-tracking",
"model-creation",
"zone-words"
]
},
{
"group": "Videos",
"pages": ["videos/about-Vocab-Victor"]
},
{
"group": "API Documentation",
"pages": ["api-reference/introduction"]
},
{
"group": "Endpoints",
"pages": [
"Activity Type Endpoints",
{
"group": "Activity Type Endpoints",
"pages": [
"api-reference/endpoint/add-a-new-activity-type",
"api-reference/endpoint/delete-a-specific-activity-type",
"api-reference/endpoint/retrieve-a-specific-activity-type",
"api-reference/endpoint/retrieve-all-activity-types",
"api-reference/endpoint/update-an-existing-activity-type"
]
}
]
}
],
"openapi": ["/activity_type.yaml", "/observations.yaml"],
"footerSocials": {
"x": "https://x.com/vocabvictor",
"linkedin": "https://www.linkedin.com/company/vocabulary-systems/"
}
}