Skip to content

Commit 5ec262f

Browse files
committed
update version
Signed-off-by: DanRoscigno <dan@roscigno.com>
1 parent 7c2db46 commit 5ec262f

2 files changed

Lines changed: 4 additions & 11 deletions

File tree

docs/lychee.toml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
verbose = "info"
66

77
# Show progress
8-
progress = false
8+
no_progress = true
99

1010
# Path to summary output file.
1111
# output = "report.md"
@@ -61,9 +61,6 @@ require_https = true
6161
# Request method
6262
method = "get"
6363

64-
# Custom request headers
65-
headers = []
66-
6764
# Remap URI matching pattern to different URI.
6865
# remap = [ "https://example.com http://example.invalid" ]
6966

@@ -80,7 +77,6 @@ headers = []
8077
# via a component that takes the path without the `.md`
8178
# extension, and lychee is looking for a valid path
8279
# including extension.
83-
8480
exclude_path = ["docs/README.md", "docs/introduction/StarRocks_intro.md", "docs/assets/"]
8581

8682
include = []
@@ -102,4 +98,4 @@ exclude_all_private = true
10298
# exclude_loopback = false
10399

104100
# Exclude all mail addresses from checking
105-
exclude_mail = true
101+
include_mail = false

docs/zh/lychee.toml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
verbose = "info"
66

77
# Show progress
8-
progress = false
8+
no_progress = true
99

1010
# Path to summary output file.
1111
# output = "report.md"
@@ -61,9 +61,6 @@ require_https = true
6161
# Request method
6262
method = "get"
6363

64-
# Custom request headers
65-
headers = []
66-
6764
# Remap URI matching pattern to different URI.
6865
# remap = [ "https://example.com http://example.invalid" ]
6966

@@ -101,4 +98,4 @@ exclude_all_private = true
10198
# exclude_loopback = false
10299

103100
# Exclude all mail addresses from checking
104-
exclude_mail = true
101+
include_mail = false

0 commit comments

Comments
 (0)