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:
Denys Vuika
2018-06-26 15:53:36 +01:00
committed by GitHub
parent e600d437e3
commit 5a05aba280
19 changed files with 934 additions and 1108 deletions

View File

@@ -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',