use it4c.dev footer data in footer

This commit is contained in:
mahula 2024-02-24 09:09:33 +01:00
parent 802b0e36b3
commit ea0be66ea5

View File

@ -8,7 +8,7 @@ export default defineUserConfig({
description: 'IT4C - E2E Cypress Cucumber Boilerplate Documentation', description: 'IT4C - E2E Cypress Cucumber Boilerplate Documentation',
dest: 'build/docs', dest: 'build/docs',
base: process.env.VUEPRESS_BASE ? `/${process.env.VUEPRESS_BASE}/` : '/', base: process.env.VUEPRESS_BASE ? `/${process.env.VUEPRESS_BASE}/` : '/',
pagePatterns: ['**/*.md', '**/LICENSE', '!.vuepress', '!node_modules'], pagePatterns: ['**/*.md', '**/LICENSE', '!.vuepress', '!node_modules'],
// bundler // bundler
bundler: viteBundler({}), bundler: viteBundler({}),
// theme // theme
@ -25,6 +25,8 @@ export default defineUserConfig({
repo: 'IT4Change/boilerplate-e2e-cypress-cucumber', repo: 'IT4Change/boilerplate-e2e-cypress-cucumber',
repoLabel: 'GitHub', repoLabel: 'GitHub',
repoDisplay: true, repoDisplay: true,
displayFooter: true,
footer: 'CC BY IT4C.dev & Authors - <a href="https://it4c.dev/imprint.html">Imprint</a>',
navbarLayout: { navbarLayout: {
start: ['Brand'], start: ['Brand'],
end: ['Repo', 'Outlook', 'Search'], end: ['Repo', 'Outlook', 'Search'],