74 lines
1.5 KiB
JSON
74 lines
1.5 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.gitroom.com/docs-json",
|
|
"api": {
|
|
"baseUrl": "https://api.gitroom.com"
|
|
},
|
|
"topbarLinks": [
|
|
{
|
|
"name": "Support",
|
|
"url": "mailto:nevo@gitroom.com"
|
|
},
|
|
{
|
|
"name": "Cloud",
|
|
"url": "https://platform.gitroom.com"
|
|
}
|
|
],
|
|
"modeToggle": {
|
|
"default": "light"
|
|
},
|
|
"topbarCtaButton": {
|
|
"type": "github",
|
|
"url": "https://github.com/gitoomhq/gitroom"
|
|
},
|
|
"anchors": [
|
|
{
|
|
"name": "Community",
|
|
"icon": "discord",
|
|
"url": "https://discord.gitroom.com"
|
|
},
|
|
{
|
|
"name": "Blog",
|
|
"icon": "newspaper",
|
|
"url": "https://gitroom.com/blog"
|
|
}
|
|
],
|
|
"navigation": [
|
|
{
|
|
"group": "Developers",
|
|
"pages": [
|
|
"introduction",
|
|
"quickstart",
|
|
"howitworks",
|
|
"emails",
|
|
"github",
|
|
"providers/how-to-add-provider",
|
|
{
|
|
"group": "Providers",
|
|
"pages": ["providers/x/x", "providers/linkedin/linkedin", "providers/reddit/reddit", "providers/articles"]
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"footerSocials": {
|
|
"twitter": "https://twitter.com/nevodavid",
|
|
"github": "https://github.com/gitroomhq/gitroom",
|
|
"linkedin": "https://www.linkedin.com/nevodavid"
|
|
}
|
|
}
|