Feature/website overhaul (#49)
* Reorganize repo * Overhaul website design and rewrite in NextJS and Typescript * Delete website-publish.yml
This commit is contained in:
committed by
GitHub
parent
3674ee5bd8
commit
421ecf17e6
42
website/content/menu.json
Normal file
42
website/content/menu.json
Normal file
@ -0,0 +1,42 @@
|
||||
{
|
||||
"menu": {
|
||||
"docs": [
|
||||
{
|
||||
"name": "Intro",
|
||||
"title": "Intro to Static CMS"
|
||||
},
|
||||
{
|
||||
"name": "Accounts",
|
||||
"title": "Account Settings"
|
||||
},
|
||||
{
|
||||
"name": "Configuration",
|
||||
"title": "Configuring your Site"
|
||||
},
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user