mirror of https://github.com/helm/helm-www.git
Add link checker
Signed-off-by: lucperkins <lucperkins@gmail.com>
This commit is contained in:
parent
345d48ce77
commit
f1a02f83be
|
|
@ -19,3 +19,7 @@ docs.helm.sh/
|
|||
|
||||
# JetBrains IDEs (GoLand, IntelliJ, ...) config folder
|
||||
.idea
|
||||
|
||||
# Link checker artifacts
|
||||
bin/
|
||||
tmp/
|
||||
|
|
|
|||
|
|
@ -0,0 +1,4 @@
|
|||
DirectoryPath: app
|
||||
IgnoreDirectoryMissingTrailingSlash: true
|
||||
CheckExternal: false
|
||||
IgnoreAltMissing: true
|
||||
Loading…
Reference in New Issue