1
0
mirror of https://github.com/upscayl/upscayl.git synced 2024-09-24 03:18:28 +02:00
upscayl/docs/mint.json
2024-04-25 01:56:34 +05:30

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"
}
}