generated from mintlify/starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmint.json
95 lines (95 loc) · 2.65 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
{
"$schema": "https://mintlify.com/schema.json",
"name": "Saiku",
"logo": {
"dark": "/logo/logo.png",
"light": "/logo/logo.png"
},
"favicon": "/favicon.svg",
"colors": {
"primary": "#0D9373",
"light": "#07C983",
"dark": "#0D9373",
"anchors": {
"from": "#0D9373",
"to": "#07C983"
}
},
"topbarLinks": [
{
"name": "Report an issue",
"url": "https://github.com/nooqta/saiku/issues"
}
],
"topbarCtaButton": {
"name": "Github",
"url": "https://github.com/nooqta/saiku"
},
"tabs": [
{
"name": "API Reference",
"url": "api-reference"
}
],
"anchors": [
{
"name": "Github",
"icon": "github",
"url": "https://github.com/nooqta/saiku"
}
],
"feedback": {
"thumbsRating": true
},
"navigation": [
{
"group": "About Saiku",
"pages": ["about-saiku/overview", "about-saiku/why-saiku", "about-saiku/peas-framework"]
},
{
"group": "Getting Started",
"pages": ["getting-started/introduction", "getting-started/terminal", "getting-started/installation", "getting-started/configuration", "getting-started/quickstart-guide", "getting-started/environment-variables"]
},
{
"group": "User Guide",
"pages": ["user-guide/usage-instructions", "user-guide/cli-usage-instructions", "user-guide/use-cases"]
},
{
"group": "API Reference",
"pages": ["api-reference/introduction"]
},
{
"group": "Developer Guide",
"pages": ["developer-guide/development-setup", "developer-guide/contribution-guidelines", "developer-guide/building-and-testing", "developer-guide/codebase-architecture"]
},
{
"group": "Integration Guides",
"pages": ["integration-guides/google-services", "integration-guides/external-apis"]
},
{
"group": "Advanced Topics",
"pages": ["advanced-topics/modular-design", "advanced-topics/customization", "advanced-topics/future-roadmap"]
},
{
"group": "FAQs and Troubleshooting",
"pages": ["faqs-and-troubleshooting/faqs", "faqs-and-troubleshooting/troubleshooting"]
},
{
"group": "Community and Support",
"pages": ["community-and-support/contributing", "community-and-support/feedback-and-issues"]
},
{
"group": "API Rate Limits and Costs",
"pages": ["api-rate-limits-and-costs/api-usage"]
},
{
"group": "License and Legal",
"pages": ["license-and-legal/licensing"]
}
],
"footerSocials": {
"twitter": "https://twitter.com/anis-marrouchi",
"github": "https://github.com/nooqta/saiku",
"linkedin": "https://www.linkedin.com/company/noqta"
}
}