From 51d35e6e471ab7c519902dcb5dcac26771fc9a9d Mon Sep 17 00:00:00 2001 From: john-knowles <18680913+john-knowles@users.noreply.github.com> Date: Tue, 12 Dec 2017 11:50:29 +0000 Subject: [PATCH] Update index.html --- docs/index.html | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index b462bce7c..0f5111210 100644 --- a/docs/index.html +++ b/docs/index.html @@ -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',