mirror of
https://github.com/upscayl/upscayl.git
synced 2024-11-12 01:40:53 +01:00
87 lines
2.0 KiB
JSON
87 lines
2.0 KiB
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": "Support",
|
|
"url": "mailto:hi@mintlify.com"
|
|
}
|
|
],
|
|
"topbarCtaButton": {
|
|
"name": "Dashboard",
|
|
"url": "https://dashboard.mintlify.com"
|
|
},
|
|
"tabs": [
|
|
{
|
|
"name": "API Reference",
|
|
"url": "api-reference"
|
|
}
|
|
],
|
|
"anchors": [
|
|
{
|
|
"name": "Documentation",
|
|
"icon": "book-open-cover",
|
|
"url": "https://mintlify.com/docs"
|
|
},
|
|
{
|
|
"name": "Community",
|
|
"icon": "slack",
|
|
"url": "https://mintlify.com/community"
|
|
},
|
|
{
|
|
"name": "Blog",
|
|
"icon": "newspaper",
|
|
"url": "https://mintlify.com/blog"
|
|
}
|
|
],
|
|
"navigation": [
|
|
{
|
|
"group": "Get Started",
|
|
"pages": [
|
|
"introduction",
|
|
"quickstart",
|
|
"development"
|
|
]
|
|
},
|
|
{
|
|
"group": "Essentials",
|
|
"pages": [
|
|
"essentials/markdown",
|
|
"essentials/code",
|
|
"essentials/images",
|
|
"essentials/settings",
|
|
"essentials/navigation",
|
|
"essentials/reusable-snippets"
|
|
]
|
|
},
|
|
{
|
|
"group": "API Documentation",
|
|
"pages": [
|
|
"api-reference/introduction"
|
|
]
|
|
},
|
|
{
|
|
"group": "Endpoint Examples",
|
|
"pages": [
|
|
"api-reference/endpoint/get",
|
|
"api-reference/endpoint/create",
|
|
"api-reference/endpoint/delete"
|
|
]
|
|
}
|
|
],
|
|
"footerSocials": {
|
|
"twitter": "https://twitter.com/mintlify",
|
|
"github": "https://github.com/mintlify",
|
|
"linkedin": "https://www.linkedin.com/company/mintsearch"
|
|
}
|
|
} |