mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
improve docs readability (#459)
* merge several pages together * docs cleanup * merge "Home" and "Features" together * fix broken links * update json example * fix link
This commit is contained in:
@@ -19,76 +19,8 @@
|
||||
path: '/'
|
||||
},
|
||||
{
|
||||
title: 'Features',
|
||||
type: 'dropdown',
|
||||
items: [
|
||||
{
|
||||
title: 'Introduction',
|
||||
path: 'features'
|
||||
},
|
||||
{
|
||||
title: 'Application Header',
|
||||
path: 'header'
|
||||
},
|
||||
{
|
||||
title: 'Side Navigation',
|
||||
path: 'side-nav'
|
||||
},
|
||||
{
|
||||
title: 'Document List',
|
||||
path: 'doc-list'
|
||||
},
|
||||
{
|
||||
title: 'File Viewer',
|
||||
path: 'file-viewer'
|
||||
},
|
||||
{
|
||||
title: 'Info Drawer',
|
||||
path: 'info-drawer'
|
||||
},
|
||||
{
|
||||
title: 'Version Manager',
|
||||
path: 'version-manager'
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: 'Building',
|
||||
path: 'build'
|
||||
},
|
||||
{
|
||||
title: 'Docker',
|
||||
path: 'docker'
|
||||
},
|
||||
{
|
||||
title: 'FAQ',
|
||||
path: 'faq'
|
||||
},
|
||||
{
|
||||
title: 'Guides',
|
||||
type: 'dropdown',
|
||||
items: [
|
||||
{
|
||||
title: 'Building',
|
||||
path: 'build'
|
||||
},
|
||||
{
|
||||
title: 'Internationalization (i18n)',
|
||||
path: 'i18n'
|
||||
},
|
||||
{
|
||||
title: 'CORS',
|
||||
path: 'cors'
|
||||
},
|
||||
{
|
||||
title: 'Configuration',
|
||||
path: 'configuration'
|
||||
},
|
||||
{
|
||||
title: 'Navigation',
|
||||
path: 'navigation'
|
||||
}
|
||||
]
|
||||
title: 'Getting Started',
|
||||
path: 'getting-started'
|
||||
},
|
||||
{
|
||||
title: 'Get Help',
|
||||
|
Reference in New Issue
Block a user