tasko/docs/mint.json

53 lines
1 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": {
2025-01-16 01:48:47 +00:00
"dark": "/public/logo-dark.svg",
"light": "/public/logo-light.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": [
{
"name": "Dashboard",
"url": "https://tasko.ahmadk953.org/sign-in"
2024-11-12 22:22:40 +00:00
}
],
"topbarCtaButton": {
"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",
"url": "https://tasko.ahmadk953.org/"
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
}
}