Skip to content

Commit

Permalink
ci: allow trailing slashes in links
Browse files Browse the repository at this point in the history
As explained in #1170, we do have issues with creating documentations
without a separate folder and linking to them. To ease developer
experience we remove this check. Although we might encounter redirects
within the documentation.

Signed-off-by: Simon Schrottner <[email protected]>
  • Loading branch information
aepfli committed Apr 3, 2023
1 parent 3859059 commit 1ec5429
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/.htmltest.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
CheckDoctype: false
IgnoreDirectoryMissingTrailingSlash: true
IgnoreDirs:
- favicons
- docs/crd-ref/lifecycle/
Expand Down

0 comments on commit 1ec5429

Please sign in to comment.