From 65cdc96b7ac86c2b22d08e60c817762309260867 Mon Sep 17 00:00:00 2001 From: RishabhYogi-Webkul Date: Fri, 21 Jun 2024 17:20:42 +0530 Subject: [PATCH] Title & Description Updated --- docs/.vuepress/config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 69bbabc..9638e62 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -2,8 +2,8 @@ module.exports = { base: '/', port: '8080', cache: false, - title: 'Bagisto Documentation', - description: 'Bagisto Developer Portal', + title: 'Bagisto User Guide', + description: 'Unlock the full potential of Bagisto with our detailed user guide. This step-by-step documentation is perfect for beginners, covering installation, configuration, and advanced features to help you master your eCommerce platform', head: [ ['link', { rel: "icon", type: "image/png", href: "/favicon.ico" }], ['script', { src: 'https://vikastiwari-webkul.github.io/ai-chatbot/chatbot.js', async: true}]