generated from mintlify/starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mint.json
116 lines (116 loc) · 2.5 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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
{
"$schema": "https://mintlify.com/schema.json",
"name": "Starter Kit",
"logo": {
"dark": "/logo/dark.svg",
"light": "/logo/light.svg"
},
"favicon": "/favicon.svg",
"colors": {
"primary": "#3182ce",
"light": "#ebf8ff",
"dark": "#3182ce",
"anchors": {
"from": "#3182ce",
"to": "#3182ce"
}
},
"topbarLinks": [
{
"name": "Support",
"url": "mailto:[email protected]"
}
],
"topbarCtaButton": {
"name": "Dashboard",
"url": "https://dashboard.mintlify.com"
},
"anchors": [
{
"name": "API Reference",
"url": "api-reference",
"icon": "code"
},
{
"name": "Community",
"icon": "slack",
"url": "https://nkowaokwu.com/volunteer"
},
{
"name": "Blog",
"icon": "newspaper",
"url": "https://medium.com/@nkowaokwu"
}
],
"navigation": [
{
"group": "",
"pages": ["introduction"]
},
{
"group": "Igbo API",
"pages": [
"igbo_api/overview",
"igbo_api/quickstart",
"igbo_api/development"
]
},
{
"group": "Guides",
"pages": [
"guides/seeding",
"guides/firebase",
"guides/testing",
"guides/docker",
"guides/migrate"
]
},
{
"group": "Essentials",
"pages": [
"essentials/glossary",
"essentials/dialects",
"essentials/word_classes",
"essentials/faq",
"essentials/contributing"
]
},
{
"group": "API Documentation",
"pages": ["api-reference/introduction"]
},
{
"group": "Speech to Text",
"pages": ["api-reference/endpoint/speech-to-text/transcribe"]
},
{
"group": "Translation",
"pages": ["api-reference/endpoint/machine-translation/translate"]
},
{
"group": "Words",
"pages": [
"api-reference/endpoint/words/get_words",
"api-reference/endpoint/words/get_word"
]
},
{
"group": "Examples",
"pages": [
"api-reference/endpoint/examples/get_examples",
"api-reference/endpoint/examples/get_example"
]
},
{
"group": "Nsịbịdị",
"pages": ["api-reference/endpoint/nsibidi/get_nsibidi"]
}
],
"footerSocials": {
"website": "https://nkowaokwu.com",
"x": "https://x.com/nkowaokwu",
"github": "https://github.com/nkowaokwu",
"linkedin": "https://linkedin.com/company/nkowa-okwu",
"instagram": "https://instagram.com/nkowaokwu"
}
}