mirror of
https://github.com/IT4Change/boilerplate-e2e-cypress-cucumber.git
synced 2025-12-12 20:55:48 +00:00
use it4c.dev footer data in footer
This commit is contained in:
parent
802b0e36b3
commit
ea0be66ea5
@ -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'],
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user