diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 74e933e6..3f404d48 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -26,6 +26,11 @@ module.exports = { nav: [ { text: 'Shop🆕', link: 'https://shop.theengs.io/'}, { text: 'Home', link: 'https://www.theengs.io', target:'_self', rel:''}, + { 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: 'App', link: 'https://app.theengs.io', target:'_self', rel:''}, { text: 'Gateway', link: 'https://gateway.theengs.io', target:'_self', rel:''}, { text: 'Decoder', link: 'https://decoder.theengs.io', target:'_self', rel:''}