This repository serves the content of https://docs.jabref.org/ and https://help.jabref.org/.
Feel free to improve the page using the issue tracker or by following our guide.
Use https://github.com/koppor/gitbook-summary-generator.
- Install markdown-link-check:
npm install -g markdown-link check
find . -name \*.md -exec markdown-link-check -qq {} \; > bad-links.txt
You can use the markdown-lint docker image:
docker run --rm \
-v "$(pwd):/tmp/check" \
-e INPUT_CONFIG=/tmp/check/.markdownlint.yml \
avtodev/markdown-lint:v1 \
/tmp/check/en