mirror of
https://github.com/zhigang1992/firecms.git
synced 2026-06-15 01:58:59 +08:00
113 lines
4.0 KiB
JavaScript
113 lines
4.0 KiB
JavaScript
module.exports = {
|
|
docsSidebar: [
|
|
{
|
|
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'
|
|
]
|
|
}
|
|
],
|
|
apiSidebar: [
|
|
{
|
|
type: 'autogenerated',
|
|
dirName: 'api'
|
|
},
|
|
// {
|
|
// type: 'category',
|
|
// label: 'API',
|
|
// items: [
|
|
// 'api/functions/cmsapp',
|
|
// 'api/interfaces/cmsappprops',
|
|
// {
|
|
// type: 'category',
|
|
// label: 'Entity schemas',
|
|
// items: [
|
|
// 'api/interfaces/entity',
|
|
// {
|
|
// type: 'category',
|
|
// label: 'Properties',
|
|
// items: [
|
|
// 'api/interfaces/stringproperty',
|
|
// 'api/interfaces/stringpropertyvalidationschema',
|
|
// 'api/interfaces/storagemeta',
|
|
// 'api/interfaces/numberproperty',
|
|
// 'api/interfaces/numberpropertyvalidationschema',
|
|
// 'api/interfaces/booleanproperty',
|
|
// 'api/interfaces/timestampproperty',
|
|
// 'api/interfaces/referenceproperty',
|
|
// 'api/interfaces/arrayproperty',
|
|
// 'api/interfaces/mapproperty',
|
|
// ]
|
|
// },
|
|
// ]
|
|
// },
|
|
// {
|
|
// type: 'category',
|
|
// label: 'Collections',
|
|
// items: [
|
|
// 'api/interfaces/entitycollection',
|
|
// 'api/interfaces/additionalcolumndelegate',
|
|
// 'api/interfaces/textsearchdelegate',
|
|
// {
|
|
// type: 'category',
|
|
// label: 'Properties',
|
|
// items: [
|
|
// 'api/interfaces/stringproperty',
|
|
// 'api/interfaces/stringpropertyvalidationschema',
|
|
// 'api/interfaces/numberproperty',
|
|
// 'api/interfaces/numberpropertyvalidationschema',
|
|
// 'api/interfaces/booleanproperty',
|
|
// 'api/interfaces/booleanproperty',
|
|
// 'api/interfaces/arrayproperty',
|
|
// ]
|
|
// },
|
|
// ]
|
|
// },
|
|
// {
|
|
// type: 'category',
|
|
// label: 'Hooks',
|
|
// items: [
|
|
// 'api/interfaces/sideentitypanelprops',
|
|
// ]
|
|
// },
|
|
// ]
|
|
// },
|
|
]
|
|
}
|