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": {
|
2025-01-14 00:12:06 +00:00
|
|
|
"dark": "/public/logo-light.svg",
|
|
|
|
"light": "/public/logo-dark.svg",
|
|
|
|
"href": "https://tasko.ahmadk953.org/"
|
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"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"topbarLinks": [
|
|
|
|
{
|
2025-01-12 20:45:26 +00:00
|
|
|
"name": "Dashboard",
|
|
|
|
"url": "https://tasko.ahmadk953.org/sign-in"
|
2024-11-12 22:22:40 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"topbarCtaButton": {
|
2025-01-12 20:45:26 +00:00
|
|
|
"type": "github",
|
|
|
|
"url": "https://github.com/ahmadk953/tasko"
|
2024-11-12 22:22:40 +00:00
|
|
|
},
|
|
|
|
"anchors": [
|
|
|
|
{
|
2024-11-12 23:08:55 +00:00
|
|
|
"name": "Main Site",
|
|
|
|
"icon": "house",
|
2024-12-01 05:08:44 +00:00
|
|
|
"url": "https://tasko.ahmadk953.org/"
|
2024-11-12 22:22:40 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Blog",
|
|
|
|
"icon": "newspaper",
|
2024-12-01 05:08:44 +00:00
|
|
|
"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
|
|
|
}
|
2024-12-01 05:08:44 +00:00
|
|
|
}
|