From 89846e6b890234cfcdd58c57b51f9dc9fc628433 Mon Sep 17 00:00:00 2001 From: mahula Date: Thu, 22 Feb 2024 12:06:07 +0100 Subject: [PATCH] update docs --- .vuepress/config.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.vuepress/config.ts b/.vuepress/config.ts index a3e6e3a..a37b11a 100644 --- a/.vuepress/config.ts +++ b/.vuepress/config.ts @@ -4,7 +4,7 @@ import { hopeTheme } from 'vuepress-theme-hope' export default defineUserConfig({ // meta - title: 'IT4C - E2E Cypress Cucumber Boilerplate Documentation', + title: 'E2E Cypress Cucumber Boilerplate Documentation', description: 'IT4C - E2E Cypress Cucumber Boilerplate Documentation', dest: 'build/docs', base: process.env.VUEPRESS_BASE ? `/${process.env.VUEPRESS_BASE}/` : '/', @@ -31,7 +31,6 @@ export default defineUserConfig({ }, plugins: { mdEnhance: { - tabs: true, imgSize: true }, searchPro: {