mirror of
https://github.com/zhigang1992/firecms.git
synced 2026-06-14 01:34:55 +08:00
48 lines
1.3 KiB
JavaScript
48 lines
1.3 KiB
JavaScript
module.exports = {
|
|
mySidebar: [
|
|
{
|
|
type: 'doc',
|
|
label: 'Introduction',
|
|
id: 'intro'
|
|
},
|
|
{
|
|
type: 'doc',
|
|
label: 'Quickstart',
|
|
id: 'quickstart'
|
|
},
|
|
{
|
|
type: 'category',
|
|
label: 'Configuration',
|
|
items: [
|
|
'cms_config',
|
|
'entity_schemas',
|
|
{
|
|
type: 'category',
|
|
label: 'Properties',
|
|
items: [
|
|
'properties/string',
|
|
'properties/number',
|
|
'properties/boolean',
|
|
'properties/reference',
|
|
'properties/timestamp',
|
|
'properties/array',
|
|
'properties/map',
|
|
'properties/geopoint'
|
|
]
|
|
},
|
|
'custom_fields',
|
|
'collections',
|
|
{
|
|
type: 'category',
|
|
label: 'Contexts and hooks',
|
|
items: [
|
|
'contexts/auth_context',
|
|
'contexts/side_entity_controller',
|
|
'contexts/snackbars',
|
|
]
|
|
},
|
|
]
|
|
}
|
|
]
|
|
}
|