tasko/docs/mint.json

68 lines
1.3 KiB
JSON
Raw Normal View History

2024-11-12 22:22:40 +00:00
{
"$schema": "https://mintlify.com/schema.json",
2024-11-12 23:08:55 +00:00
"name": "Tasko",
2024-11-12 22:22:40 +00:00
"logo": {
2024-11-12 23:08:55 +00:00
"dark": "/public/logo-transparent.svg",
"light": "/public/logo-transparent.svg"
2024-11-12 22:22:40 +00:00
},
2024-11-12 23:08:55 +00:00
"favicon": "/public/favicon.svg",
2024-11-12 22:22:40 +00:00
"colors": {
"primary": "#0D9373",
"light": "#07C983",
"dark": "#0D9373",
"anchors": {
"from": "#0D9373",
"to": "#07C983"
}
},
2024-11-12 23:08:55 +00:00
"feedback": {
"thumbsRating": true,
"suggestEdit": true,
"raiseIssue": true
},
2024-11-12 22:22:40 +00:00
"topbarLinks": [
{
2024-11-12 23:08:55 +00:00
"name": "GitHub",
"url": "https://github.com/ahmadk953/tasko"
2024-11-12 22:22:40 +00:00
}
],
"topbarCtaButton": {
"name": "Dashboard",
2024-11-12 23:08:55 +00:00
"url": "https://tasko-omega.vercel.app/select-org"
2024-11-12 22:22:40 +00:00
},
"tabs": [
{
"name": "API Reference",
"url": "api-reference"
}
],
"anchors": [
{
2024-11-12 23:08:55 +00:00
"name": "Main Site",
"icon": "house",
"url": "https://tasko.ahmadk953.org/"
2024-11-12 22:22:40 +00:00
},
{
2024-11-12 23:08:55 +00:00
"name": "Documentation",
"icon": "book-open-cover",
"url": "https://tasko.mintlify.app/"
2024-11-12 22:22:40 +00:00
},
{
"name": "Blog",
"icon": "newspaper",
"url": "https://tasko.ahmadk953.org/blog"
2024-11-12 22:22:40 +00:00
}
],
"navigation": [
{
"group": "Get Started",
"pages": [
"introduction",
2024-11-12 23:08:55 +00:00
"quickstart"
2024-11-12 22:22:40 +00:00
]
}
],
"footerSocials": {
2024-11-12 23:08:55 +00:00
"github": "https://github.com/ahmadk953/tasko"
2024-11-12 22:22:40 +00:00
}
}