mirror of
https://github.com/zhigang1992/firecms.git
synced 2026-06-14 01:34:55 +08:00
37 lines
1.1 KiB
JSON
37 lines
1.1 KiB
JSON
{
|
|
"name": "FireCMS",
|
|
"platforms": [
|
|
"Admin",
|
|
"Web"
|
|
],
|
|
"content": "README.md",
|
|
"pages": {
|
|
"website/docs/index.md": "Intro",
|
|
"website/docs/quickstart.md": "Quickstart",
|
|
"website/docs/cms_config.md": "CMS Config",
|
|
"website/docs/entity_schemas.md": "Entity schemas",
|
|
"website/docs/collections.md": "collections",
|
|
"website/docs/custom_fields.md": "Custom fields",
|
|
"website/docs/custom_views.md": "Custom views",
|
|
"website/docs/custom_previews.md": "Custom previews",
|
|
"website/docs/contexts/hooks.md": "Hooks",
|
|
"website/docs/firebase_setup.md": "Firebase setup",
|
|
"website/docs/deployment.md": "Deployment"
|
|
},
|
|
"related": [],
|
|
"tabs": [
|
|
{
|
|
"title": "Homepage",
|
|
"href": "https://firecms.co/"
|
|
},
|
|
{
|
|
"title": "NPM",
|
|
"href": "https://www.npmjs.com/package/@camberi/firecms"
|
|
},
|
|
{
|
|
"title": "API Reference",
|
|
"href": "https://firecms.co/docs/api"
|
|
}
|
|
]
|
|
}
|