Skip to content

Commit 6e167f9

Browse files
authored
fix: disable presentations from link-checking
1 parent e177822 commit 6e167f9

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-2
lines changed

.markdown-link-check.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
{"pattern": "doi\\.org"},
77
{"pattern": "toptal\\.com"},
88
{"pattern": "nbirn\\.net"},
9-
{"pattern": "^/"},
10-
{"pattern": "^site/assets/[A-Za-z0-9-]*/presentation"}
9+
{"pattern": "^/"}
1110
]
1211
}

docs/assets/ORN-Workshop/presentation.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<!-- markdown-link-check-disable -->
12
name: title
23
layout: true
34
class: center
@@ -898,3 +899,4 @@ layout: false
898899

899900
## Questions?
900901
]
902+
<!-- markdown-link-check-enable -->

docs/assets/bhd2020/presentation.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<!-- markdown-link-check-disable -->
12
name: title
23
layout: true
34
class: center
@@ -1044,3 +1045,4 @@ layout: false
10441045

10451046
## Questions?
10461047
]
1048+
<!-- markdown-link-check-enable -->

docs/assets/torw2020/presentation.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<!-- markdown-link-check-disable -->
12
name: title
23
layout: true
34
class: center
@@ -1200,3 +1201,4 @@ layout: false
12001201

12011202
## Questions?
12021203
]
1204+
<!-- markdown-link-check-enable -->

0 commit comments

Comments
 (0)