107 lines
2.1 KiB
JSON
107 lines
2.1 KiB
JSON
{
|
|
"$schema": "https://mintlify.com/schema.json",
|
|
"name": "Starter Kit",
|
|
"logo": {
|
|
"dark": "/logo/dark.png",
|
|
"light": "/logo/light.png"
|
|
},
|
|
"favicon": "/favicon.png",
|
|
"colors": {
|
|
"primary": "#000",
|
|
"light": "#612ad5",
|
|
"dark": "#000",
|
|
"anchors": {
|
|
"from": "#612ad5",
|
|
"to": "#612ad5"
|
|
}
|
|
},
|
|
"openapi": "https://api.postiz.com/docs-json",
|
|
"api": {
|
|
"baseUrl": "https://api.postiz.com"
|
|
},
|
|
"topbarLinks": [
|
|
{
|
|
"name": "Support",
|
|
"url": "mailto:nevo@postiz.com"
|
|
},
|
|
{
|
|
"name": "Cloud",
|
|
"url": "https://platform.postiz.com"
|
|
}
|
|
],
|
|
"modeToggle": {
|
|
"default": "light"
|
|
},
|
|
"topbarCtaButton": {
|
|
"type": "github",
|
|
"url": "https://github.com/gitroomhq/postiz-app"
|
|
},
|
|
"anchors": [
|
|
{
|
|
"name": "Community",
|
|
"icon": "discord",
|
|
"url": "https://postiz.gitroom.com"
|
|
}
|
|
],
|
|
"navigation": [
|
|
{
|
|
"group": "How to use Postiz",
|
|
"pages": [
|
|
"use/analytics",
|
|
{
|
|
"group": "Launches",
|
|
"pages": ["use/calendar", "use/scheduling"]
|
|
},
|
|
"use/settings",
|
|
"use/billing"
|
|
]
|
|
},
|
|
{
|
|
"group": "Self Hosting",
|
|
"pages": [
|
|
"introduction",
|
|
"quickstart",
|
|
{
|
|
"group": "Install",
|
|
"pages": [
|
|
"installation/development",
|
|
"installation/docker",
|
|
"installation/docker-compose",
|
|
"installation/kubernetes-helm"
|
|
]
|
|
},
|
|
{
|
|
"group": "Configuration",
|
|
"pages": [
|
|
"configuration/reference"
|
|
]
|
|
},
|
|
"howitworks",
|
|
"emails",
|
|
"github",
|
|
{
|
|
"group": "Providers",
|
|
"pages": [
|
|
"providers/x/x",
|
|
"providers/linkedin/linkedin",
|
|
"providers/reddit/reddit",
|
|
"providers/articles"
|
|
]
|
|
},
|
|
"support"
|
|
]
|
|
},
|
|
{
|
|
"group": "Developer Guide",
|
|
"pages": [
|
|
"developer-guide/how-to-add-provider"
|
|
]
|
|
}
|
|
],
|
|
"footerSocials": {
|
|
"twitter": "https://twitter.com/nevodavid",
|
|
"github": "https://github.com/gitroomhq/postiz-app",
|
|
"linkedin": "https://www.linkedin.com/nevodavid"
|
|
}
|
|
}
|