mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-01-31 09:03:36 +00:00
68 lines
No EOL
1.3 KiB
JSON
68 lines
No EOL
1.3 KiB
JSON
{
|
|
"$schema": "https://mintlify.com/schema.json",
|
|
"name": "Tasko",
|
|
"logo": {
|
|
"dark": "/public/logo-transparent.svg",
|
|
"light": "/public/logo-transparent.svg"
|
|
},
|
|
"favicon": "/public/favicon.svg",
|
|
"colors": {
|
|
"primary": "#0D9373",
|
|
"light": "#07C983",
|
|
"dark": "#0D9373",
|
|
"anchors": {
|
|
"from": "#0D9373",
|
|
"to": "#07C983"
|
|
}
|
|
},
|
|
"feedback": {
|
|
"thumbsRating": true,
|
|
"suggestEdit": true,
|
|
"raiseIssue": true
|
|
},
|
|
"topbarLinks": [
|
|
{
|
|
"name": "GitHub",
|
|
"url": "https://github.com/ahmadk953/tasko"
|
|
}
|
|
],
|
|
"topbarCtaButton": {
|
|
"name": "Dashboard",
|
|
"url": "https://tasko.ahmadk953.org/select-org"
|
|
},
|
|
"tabs": [
|
|
{
|
|
"name": "API Reference",
|
|
"url": "api-reference"
|
|
}
|
|
],
|
|
"anchors": [
|
|
{
|
|
"name": "Main Site",
|
|
"icon": "house",
|
|
"url": "https://tasko.ahmadk953.org/"
|
|
},
|
|
{
|
|
"name": "Documentation",
|
|
"icon": "book-open-cover",
|
|
"url": "https://docs.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"
|
|
}
|
|
} |