From 838a5606ce43d07241338734ea8215c406874acf Mon Sep 17 00:00:00 2001 From: Florian Date: Mon, 22 May 2023 11:27:15 -0500 Subject: [PATCH] [DOCS] Add web parser (#339) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Great 👍 thanks --- docs/.vuepress/config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 93bc0880..e092392a 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -33,7 +33,8 @@ module.exports = { ]}, { 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:''} + { text: 'Decoder', link: 'https://decoder.theengs.io', target:'_self', rel:''}, + { text: 'Web Parser', link: 'https://parser.theengs.io', target:'_self', rel:''} ], sidebar: [ ['/','0 - What is it for 🏠'],