Update index.html

This commit is contained in:
john-knowles 2017-12-12 11:50:29 +00:00 committed by GitHub
parent 18ef4998c4
commit 51d35e6e47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,22 @@
},
{
title: 'Features',
path: 'features'
path: 'features',
type: 'dropdown',
items: [
{
title: 'Application Header',
path: 'header'
},
{
title: 'Side Navigation',
path: 'side-nav'
},
{
title: 'Document List',
path: 'doc-list'
}
]
},
{
title: 'Building',