71 lines
1.4 KiB
JSON
71 lines
1.4 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": "Documentation",
|
|
"icon": "book-open-cover",
|
|
"url": "https://docs.gitroom.com"
|
|
},
|
|
{
|
|
"name": "Community",
|
|
"icon": "discord",
|
|
"url": "https://discord.gitroom.com"
|
|
},
|
|
{
|
|
"name": "Blog",
|
|
"icon": "newspaper",
|
|
"url": "https://gitroom.com/blog"
|
|
}
|
|
],
|
|
"navigation": [
|
|
{
|
|
"group": "Get Started",
|
|
"pages": [
|
|
"introduction",
|
|
"quickstart",
|
|
"howitworks"
|
|
]
|
|
}
|
|
],
|
|
"footerSocials": {
|
|
"twitter": "https://twitter.com/nevodavid",
|
|
"github": "https://github.com/gitroomhq/gitroom",
|
|
"linkedin": "https://www.linkedin.com/nevodavid"
|
|
}
|
|
} |