rallly/apps/docs/mint.json
2024-06-30 11:59:31 +01:00

115 lines
2.5 KiB
JSON

{
"name": "Rallly",
"logo": {
"light": "/logo/light.svg",
"dark": "/logo/dark.svg",
"href": "https://rallly.co"
},
"favicon": "/favicon.png",
"colors": {
"primary": "#4F46E5",
"light": "#6366f1",
"dark": "#4F46E5",
"background": {
"light": "#F9FAFB",
"dark": "#18181B"
},
"anchors": { "from": "#878AFA", "to": "#4347F1" }
},
"topbarCtaButton": {
"name": "Go to App",
"url": "https://app.rallly.co"
},
"topbarLinks": [
{
"name": "Contact",
"url": "/contact/support"
}
],
"tabs": [
{
"name": "Self-Hosting",
"url": "self-hosting"
},
{
"name": "Contribute",
"url": "contribute"
}
],
"navigation": [
{
"group": "Documentation",
"pages": ["introduction", "faq"]
},
{
"group": "How it Works",
"pages": ["workflow/create", "workflow/invite", "workflow/finalize"]
},
{
"group": "Guides",
"pages": ["guide/participant-guide"]
},
{
"group": "Self-Hosting",
"pages": [
"self-hosting/introduction",
{
"icon": "bolt",
"group": "Get Started",
"pages": [
"self-hosting/docker-compose",
"self-hosting/single-sign-on",
"self-hosting/configuration-options"
]
},
"self-hosting/pricing",
"self-hosting/managed-hosting"
]
},
{
"group": "Contribute",
"pages": ["contribute/introduction"]
},
{
"group": "How to Contribute",
"pages": [
"contribute/donations",
"contribute/translations",
"contribute/documentation"
]
},
{
"group": "Contact",
"pages": ["contact/support"]
}
],
"footerSocials": {
"twitter": "https://twitter.com/ralllyco",
"linkedin": "https://www.linkedin.com/company/rallly/",
"github": "https://github.com/lukevella/rallly",
"discord": "https://discord.com/invite/uzg4ZcHbuM",
"website": "https://rallly.co/"
},
"feedback": {
"suggestEdit": true,
"raiseIssue": true
},
"redirects": [
{
"source": "/administrators/creating-a-meeting-poll",
"destination": "/workflow/create"
},
{
"source": "/administrators/sharing-a-meeting-poll",
"destination": "/workflow/invite"
},
{
"source": "/participants/submitting-a-response",
"destination": "/guide/participant-guide"
},
{
"source": "/participants/editing-a-response",
"destination": "/guide/participant-guide"
}
]
}