2024-01-31 11:18:49 +01:00
|
|
|
{
|
|
|
|
"$schema": "https://mintlify.com/schema.json",
|
2024-04-24 22:26:34 +02:00
|
|
|
"name": "Upscayl",
|
2024-01-31 11:18:49 +01:00
|
|
|
"logo": {
|
2024-04-24 22:22:50 +02:00
|
|
|
"dark": "logo/logo.svg",
|
|
|
|
"light": "logo/logo.svg"
|
2024-01-31 11:18:49 +01:00
|
|
|
},
|
2024-04-24 22:22:50 +02:00
|
|
|
"favicon": "favicon.svg",
|
2024-01-31 11:18:49 +01:00
|
|
|
"colors": {
|
2024-01-31 11:26:08 +01:00
|
|
|
"primary": "#6366f1",
|
2024-01-31 11:28:24 +01:00
|
|
|
"light": "#6366f1",
|
|
|
|
"dark": "#6366f1"
|
2024-01-31 11:18:49 +01:00
|
|
|
},
|
|
|
|
"topbarLinks": [
|
|
|
|
{
|
2024-04-24 22:22:50 +02:00
|
|
|
"name": "Home",
|
|
|
|
"url": "https://upscayl.org/"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "GitHub",
|
|
|
|
"url": "https://github.com/upscayl/upscayl"
|
2024-01-31 11:18:49 +01:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"topbarCtaButton": {
|
2024-04-24 22:22:50 +02:00
|
|
|
"name": "Download Upscayl",
|
|
|
|
"url": "https://upscayl.org/#download"
|
2024-01-31 11:18:49 +01:00
|
|
|
},
|
|
|
|
"anchors": [
|
|
|
|
{
|
2024-01-31 11:30:55 +01:00
|
|
|
"name": "GitHub",
|
|
|
|
"icon": "github",
|
|
|
|
"url": "https://github.com/upscayl/"
|
2024-04-24 22:22:50 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Twitter",
|
|
|
|
"icon": "x",
|
|
|
|
"url": "https://twitter.com/upscayl"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Telegram",
|
|
|
|
"icon": "telegram",
|
|
|
|
"url": "https://t.me/iamnayam"
|
2024-01-31 11:18:49 +01:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"navigation": [
|
|
|
|
{
|
|
|
|
"group": "Get Started",
|
2024-04-24 22:22:50 +02:00
|
|
|
"pages": ["introduction"]
|
2024-01-31 11:18:49 +01:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"footerSocials": {
|
2024-04-24 22:22:50 +02:00
|
|
|
"website": "https://upscayl.org/",
|
|
|
|
"github": "https://github.com/upscayl/",
|
|
|
|
"x": "https://twitter.com/upscayl",
|
|
|
|
"telegram": "https://t.me/iamnayam"
|
2024-01-31 11:18:49 +01:00
|
|
|
}
|
2024-04-24 22:22:50 +02:00
|
|
|
}
|