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}]