I use the TBC MkDocs Gitlab-CI template to build, then publish a static site which contains a lot of links to other sites.
So I should want to add in my CI job a check to verify:
- If all my internal links (within the web site) are ok
- if all my external links are alive.
Could you give me an advice to do that in a good way:
- what tools can I use ? for instance, I had a look to linkchecker-markdown for local links and linkchecker for external links
- how to implement the check in the CI job?