Files
.github
.husky
.vscode
packages
app
core
demo
docs
content
docs
community.json
config.json
homepage.json
menu.json
releases.json
design
public
src
.editorconfig
.eslintignore
.eslintrc.js
.eslintrc.json
.gitignore
.prettierignore
.prettierrc
netlify.toml
next.config.js
package.json
tsconfig.json
yarn.lock
.eslintignore
.gitattributes
.gitignore
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
README.md
lerna.json
nx.json
package.json
renovate.json
static-cms-icon.png
static-cms-logo.png
yarn.lock
static-cms/packages/docs/content/menu.json

39 lines
658 B
JSON
Raw Normal View History

{
"menu": {
"docs": [
{
"name": "Intro",
"title": "Getting Started"
},
{
"name": "Migration",
"title": "Migration Guides"
},
{
2022-11-04 17:41:12 -04:00
"name": "Backends",
"title": "Backends"
},
{
"name": "Collections",
"title": "Collections"
},
{
"name": "Widgets",
"title": "Widgets"
},
{
"name": "Media",
"title": "Media"
},
{
"name": "Customization",
"title": "Customizing Static CMS"
},
{
"name": "Contributing",
"title": "Community"
}
]
}
}