Skip to content
Snippets Groups Projects
Commit d7694903 authored by Jan Frenzel's avatar Jan Frenzel
Browse files

Added newlines around docker-related Bash code snippets.

parent 6ed6636c
No related branches found
No related tags found
3 merge requests!322Merge preview into main,!319Merge preview into main,!211Added information about how to use the Dockerfile to serve the documentation.
......@@ -134,11 +134,13 @@ docker inspect `docker ps | grep hpc-compendium | cut -d' ' -f1` | sed -n '/\<IP
```
If you want to check whether the markdown files are formatted properly, use the following command:
```Bash
docker run -it hpc-compendium markdownlint docs
```
To check whether there are links that point to a wrong target, use (this may take a while and gives a lot of output because it runs over all files):
```Bash
docker run -it hpc-compendium bash -c "find docs -type f -name '*.md' | xargs -L1 markdown-link-check"
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment