tasko/docs/mint.json
2025-01-15 20:48:47 -05:00

53 lines
No EOL
1 KiB
JSON

{
"$schema": "https://mintlify.com/schema.json",
"name": "Tasko",
"logo": {
"dark": "/public/logo-dark.svg",
"light": "/public/logo-light.svg",
"href": "https://tasko.ahmadk953.org/"
},
"favicon": "/public/favicon.svg",
"colors": {
"primary": "#0D9373",
"light": "#07C983",
"dark": "#0D9373",
"anchors": {
"from": "#0D9373",
"to": "#07C983"
}
},
"topbarLinks": [
{
"name": "Dashboard",
"url": "https://tasko.ahmadk953.org/sign-in"
}
],
"topbarCtaButton": {
"type": "github",
"url": "https://github.com/ahmadk953/tasko"
},
"anchors": [
{
"name": "Main Site",
"icon": "house",
"url": "https://tasko.ahmadk953.org/"
},
{
"name": "Blog",
"icon": "newspaper",
"url": "https://tasko.ahmadk953.org/blog"
}
],
"navigation": [
{
"group": "Get Started",
"pages": [
"introduction",
"quickstart"
]
}
],
"footerSocials": {
"github": "https://github.com/ahmadk953/tasko"
}
}