mirror of
https://github.com/zhigang1992/firecms.git
synced 2026-06-14 09:38:59 +08:00
47 lines
1.2 KiB
JavaScript
47 lines
1.2 KiB
JavaScript
module.exports = {
|
|
mySidebar: [
|
|
{
|
|
type: 'doc',
|
|
label: 'Introduction',
|
|
id: 'intro'
|
|
},
|
|
{
|
|
type: 'doc',
|
|
label: 'Quickstart',
|
|
id: 'quickstart'
|
|
},
|
|
'cms_config',
|
|
{
|
|
type: 'category',
|
|
label: 'Default views',
|
|
items: [
|
|
'entity_schemas',
|
|
'collections',
|
|
{
|
|
type: 'category',
|
|
label: 'Properties',
|
|
items: [
|
|
'properties/string',
|
|
'properties/number',
|
|
'properties/boolean',
|
|
'properties/reference',
|
|
'properties/timestamp',
|
|
'properties/array',
|
|
'properties/map',
|
|
'properties/geopoint'
|
|
]
|
|
},
|
|
'custom_fields'
|
|
]
|
|
},
|
|
{
|
|
type: 'category',
|
|
label: 'Custom views',
|
|
items: [
|
|
'custom_views',
|
|
'contexts/hooks'
|
|
]
|
|
}
|
|
]
|
|
}
|