rallly/apps/docs/mint.json
2023-09-11 15:34:55 +01:00

98 lines
2.1 KiB
JSON

{
"name": "Rallly",
"logo": {
"light": "/logo/light.svg",
"dark": "/logo/dark.svg"
},
"favicon": "/favicon.png",
"colors": {
"primary": "#4f46e5",
"light": "#6366f1",
"dark": "#1f2937",
"anchors": { "from": "#878AFA", "to": "#4347F1" }
},
"topbarCtaButton": {
"name": "Go to App",
"url": "https://app.rallly.co"
},
"topbarLinks": [
{
"name": "Home",
"url": "https://rallly.co"
}
],
"anchors": [
{
"name": "Self-Hosting",
"icon": "server",
"url": "self-hosting"
},
{
"name": "Contributing Guide",
"icon": "hand-holding-heart",
"url": "contribute"
},
{
"name": "Contact",
"icon": "messages",
"url": "contact"
}
],
"navigation": [
{
"group": "Documentation",
"pages": ["introduction", "faq"]
},
{
"group": "Guides for Administrators",
"pages": [
"administrators/creating-a-meeting-poll",
"administrators/sharing-a-meeting-poll",
"administrators/editing-a-meeting-poll",
"administrators/deleting-a-meeting-poll"
]
},
{
"group": "Guides for Participants",
"pages": [
"participants/submitting-a-response",
"participants/editing-a-response"
]
},
{
"group": "Self-Hosting",
"pages": [
"self-hosting/introduction",
"self-hosting/pricing",
"self-hosting/managed-hosting",
"self-hosting/configuration-options"
]
},
{
"group": "Contributing Guide",
"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",
"github": "https://github.com/lukevella/rallly",
"discord": "https://discord.com/invite/uzg4ZcHbuM",
"website": "https://rallly.co/"
},
"feedback": {
"suggestEdit": true,
"raiseIssue": true
}
}