static-cms/website/content/community.json
Daniel Lautzenheiser 421ecf17e6
Feature/website overhaul (#49)
* Reorganize repo
* Overhaul website design and rewrite in NextJS and Typescript
* Delete website-publish.yml
2022-10-25 09:18:18 -04:00

37 lines
1.1 KiB
JSON

{
"title": "Help us build the CMS of the future",
"subtitle": "Get support, give support and find out what's new through the channels below.",
"sections": [
{
"title": "Support",
"links": [
{
"title": "Static CMS Slack",
"description": "Live community chat for all things Static CMS",
"url": "https://join.slack.com/t/static-cms/shared_invite/zt-1gvgnf5yv-E4sR17YnEcOy6fLFH9m7bQ"
},
{
"title": "Static CMS Community",
"description": "Ask and answer questions on GitHub discussions tab",
"url": "https://github.com/StaticJsCMS/static-cms/discussions"
},
{
"title": "GitHub Issues",
"description": "Report bugs, request features and comment on existing issues",
"url": "https://github.com/StaticJsCMS/static-cms/issues"
}
]
},
{
"title": "Development",
"links": [
{
"title": "GitHub Project",
"description": "Issues board on the Static CMS GitHub organization",
"url": "https://github.com/orgs/StaticJsCMS/projects/1"
}
]
}
]
}