refactor: rename website to docs

This commit is contained in:
Daniel Lautzenheiser
2022-12-06 09:49:54 -05:00
parent 08e1b60297
commit a5481aaece
177 changed files with 2 additions and 2 deletions

View File

@ -0,0 +1,36 @@
{
"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 Discord",
"description": "Live community chat for all things Static CMS",
"url": "https://discord.gg/ZWJM9pBMjj"
},
{
"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"
}
]
}
]
}