mirror of
https://github.com/IT4Change/boilerplate-e2e-cypress-cucumber.git
synced 2026-01-20 20:01:20 +00:00
Merge pull request #9 from IT4Change/refine-docs
refactor(other): refine docs
This commit is contained in:
commit
5bd490ef56
1
.github/file-filters.yml
vendored
1
.github/file-filters.yml
vendored
@ -5,3 +5,4 @@ e2e-all:
|
||||
e2e-docs:
|
||||
- '**/*.md'
|
||||
- '.vuepress/*'
|
||||
- 'package.json'
|
||||
|
||||
@ -8,7 +8,7 @@ export default defineUserConfig({
|
||||
description: 'IT4C - E2E Cypress Cucumber Boilerplate Documentation',
|
||||
dest: 'build/docs',
|
||||
base: process.env.VUEPRESS_BASE ? `/${process.env.VUEPRESS_BASE}/` : '/',
|
||||
pagePatterns: ['**/*.md', '**/LICENSE', '!.vuepress', '!node_modules'],
|
||||
pagePatterns: ['**/*.md', '**/LICENSE', '!.vuepress', '!node_modules'],
|
||||
// bundler
|
||||
bundler: viteBundler({}),
|
||||
// theme
|
||||
@ -25,6 +25,8 @@ export default defineUserConfig({
|
||||
repo: 'IT4Change/boilerplate-e2e-cypress-cucumber',
|
||||
repoLabel: 'GitHub',
|
||||
repoDisplay: true,
|
||||
displayFooter: true,
|
||||
footer: 'CC BY IT4C.dev & Authors - <a href="https://it4c.dev/imprint.html">Imprint</a>',
|
||||
navbarLayout: {
|
||||
start: ['Brand'],
|
||||
end: ['Repo', 'Outlook', 'Search'],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user