update docs

This commit is contained in:
mahula 2024-02-22 12:06:07 +01:00
parent 6bd3ab08c8
commit 89846e6b89

View File

@ -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: {