From cd11f2c955c33591dbacb445cc878635053c12dd Mon Sep 17 00:00:00 2001 From: iotcat Date: Thu, 5 Mar 2020 10:36:21 +0000 Subject: [PATCH] dd --- docs/index.html | 39 +++++++++++++++++++-------------------- 1 file changed, 19 insertions(+), 20 deletions(-) diff --git a/docs/index.html b/docs/index.html index c5c7372..f136ae5 100644 --- a/docs/index.html +++ b/docs/index.html @@ -17,27 +17,26 @@ docute.init({ - sidebar: [ - // A sidebar item, with child links - { - title: 'Guide', - children: [ - { - title: 'Getting Started', - link: '/guide/getting-started' - }, - { - title: 'Installation', - link: '/guide/installation' - } - ] - }, - // An external link - { - title: 'GitHub', - link: 'https://github.com/egoist/docute' + title: 'wIoT', + repo: 'iotcat/wIoT', + twitter: 'iotcat', + 'edit-link': 'https://github.com/IoTcat/wIoT/blob/master/docs/', + nav: { + default: [ + { + title: 'Home', path: '/home' + }, + { + title: 'Ecosystem', path: '/ecosystem' + }, + { + title: 'Support wIoT', path: '/support' + }, + { + title: 'Languages', type: 'dropdown', items: langs + } + ] } - ] })