Skip to content

Commit 5ca1323

Browse files
committed
Added Vitepress config to ignore dead links and updated .gitignore to ignore Vitepress build files
1 parent 7390f99 commit 5ca1323

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
*node_modules
2-
folder-structure.txt
2+
folder-structure.txt
3+
docs/.vitepress/dist
4+
docs/.vitepress/cache

docs/.vitepress/config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import { defineConfig } from 'vitepress'
22

33
export default defineConfig({
4+
ignoreDeadLinks: true, // Ignores all dead links during build
45
title: 'abap2xlsx Documentation',
56
description: 'Documentation for abap2xlsx, a library for generating and manipulating Excel files in ABAP.',
67
base: '/docs/',

0 commit comments

Comments
 (0)