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

42
docs/content/menu.json Normal file
View File

@ -0,0 +1,42 @@
{
"menu": {
"docs": [
{
"name": "Intro",
"title": "Getting Started"
},
{
"name": "Migration",
"title": "Migration Guides"
},
{
"name": "Backends",
"title": "Backends"
},
{
"name": "Collections",
"title": "Collections"
},
{
"name": "Widgets",
"title": "Widgets"
},
{
"name": "Media",
"title": "Media"
},
{
"name": "Guides",
"title": "Platform Guides"
},
{
"name": "Customization",
"title": "Customizing Static CMS"
},
{
"name": "Contributing",
"title": "Community"
}
]
}
}