Closed gwarf closed 1 year ago
We should document how to run the validation tests locally.
markdown-link-check:
$ docker run -v ${PWD}:/tmp:ro --rm -i ghcr.io/tcort/markdown-link-check:stable \ --config /tmp/.github/linters/mlc_config.json --verbose \ /tmp/content/en/providers/check-in/sp/_index.md
makdownlint:
$ markdownlint -c .github/linters/.markdownlint.json \ content/en/users/tutorials/accessing-vm-with-ssh/_index.md
We should document how to run the validation tests locally.
markdown-link-check:
makdownlint: