From d53ec7d49e869ed03638c6937f9bc371775ffefc Mon Sep 17 00:00:00 2001 From: Florian Date: Wed, 15 Mar 2023 09:55:27 -0500 Subject: [PATCH] [DOCS] Add use cases link (#309) --- docs/.vuepress/config.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 53561a13..06aff84f 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -25,6 +25,11 @@ module.exports = { editLinks: true, nav: [ { text: 'Shop🆕', link: 'https://shop.theengs.io/'}, + { text: 'Use cases', + items: [ + { text: 'Smart Home', link: 'https://www.theengs.io/usecases/smarthome.html', target:'_self', rel:''}, + { text: 'Research', link: 'https://www.theengs.io/usecases/research.html', target:'_self', rel:''} + ]}, { text: 'Home', link: 'https://www.theengs.io', target:'_self', rel:''}, { text: 'App', link: 'https://app.theengs.io', target:'_self', rel:''}, { text: 'Gateway', link: 'https://gateway.theengs.io', target:'_self', rel:''},