1
0
mirror of https://github.com/upscayl/upscayl.git synced 2024-09-24 03:18:28 +02:00
upscayl/docs/mint.json

44 lines
1019 B
JSON

{
"$schema": "https://mintlify.com/schema.json",
"name": "Upscayl Docs",
"logo": {
"dark": "https://raw.githubusercontent.com/upscayl/upscayl/main/resources/icons/128x128.png",
"light": "https://raw.githubusercontent.com/upscayl/upscayl/main/resources/icons/128x128.png"
},
"favicon": "https://raw.githubusercontent.com/upscayl/upscayl/main/resources/icons/128x128.png",
"colors": {
"primary": "#6366f1",
"light": "#6366f1",
"dark": "#6366f1"
},
"topbarLinks": [
{
"name": "Download",
"url": "https://upscayl.org/#download"
}
],
"topbarCtaButton": {
"name": "Home",
"url": "https://upscayl.org"
},
"anchors": [
{
"name": "GitHub",
"icon": "github",
"url": "https://github.com/upscayl/"
}
],
"navigation": [
{
"group": "Get Started",
"pages": [
"introduction",
"quickstart",
"development"
]
}
],
"footerSocials": {
"github": "https://github.com/upscayl/"
}
}