mirror of
https://github.com/upscayl/upscayl.git
synced 2024-11-12 01:40:53 +01:00
58 lines
1.1 KiB
JSON
58 lines
1.1 KiB
JSON
{
|
|
"$schema": "https://mintlify.com/schema.json",
|
|
"name": "Upscayl",
|
|
"logo": {
|
|
"dark": "logo/logo.svg",
|
|
"light": "logo/logo.svg"
|
|
},
|
|
"favicon": "favicon.svg",
|
|
"colors": {
|
|
"primary": "#6366f1",
|
|
"light": "#6366f1",
|
|
"dark": "#6366f1"
|
|
},
|
|
"topbarLinks": [
|
|
{
|
|
"name": "Home",
|
|
"url": "https://upscayl.org/"
|
|
},
|
|
{
|
|
"name": "GitHub",
|
|
"url": "https://github.com/upscayl/upscayl"
|
|
}
|
|
],
|
|
"topbarCtaButton": {
|
|
"name": "Download Upscayl",
|
|
"url": "https://upscayl.org/#download"
|
|
},
|
|
"anchors": [
|
|
{
|
|
"name": "GitHub",
|
|
"icon": "github",
|
|
"url": "https://github.com/upscayl/"
|
|
},
|
|
{
|
|
"name": "Twitter",
|
|
"icon": "x",
|
|
"url": "https://twitter.com/upscayl"
|
|
},
|
|
{
|
|
"name": "Telegram",
|
|
"icon": "telegram",
|
|
"url": "https://t.me/iamnayam"
|
|
}
|
|
],
|
|
"navigation": [
|
|
{
|
|
"group": "Get Started",
|
|
"pages": ["introduction"]
|
|
}
|
|
],
|
|
"footerSocials": {
|
|
"website": "https://upscayl.org/",
|
|
"github": "https://github.com/upscayl/",
|
|
"x": "https://twitter.com/upscayl",
|
|
"telegram": "https://t.me/iamnayam"
|
|
}
|
|
}
|