UPPMAX / bianca_workshop

https://uppmax.github.io/bianca_workshop/
1 stars 4 forks source link

bianca_workshop

Build pages Check links Check spelling

This repository contains the source code for the Bianca workshop

Credits

The website is created using mkdocs-material.

Files used by continuous integration scripts

Filename Descriptions
mlc_config.json Configuration of the link checker, use markdown-link-check --config mlc_config.json --quiet docs/**/*.md to do link checking locally
.spellcheck.yml Configuration of the spell checker, use pyspelling -c .spellcheck.yml to do spellcheck locally
.wordlist.txt Whitelisted words for the spell checker, use pyspelling -c .spellcheck.yml to do spellcheck locally
.markdownlint.jsonc Configuration of the markdown linter, use markdownlint "docs/**/*.md" to do markdown linting locally. The name of this file is a default name.
.markdownlintignore Files ignored by the markdown linter, use markdownlint "docs/**/*.md" to do markdown linting locally. The name of this file is a default name.