An open API service indexing awesome lists of open source software.

https://github.com/nbisweden/score_user_doc

SCoRe user documentation
https://github.com/nbisweden/score_user_doc

documentation score user

Last synced: about 2 months ago
JSON representation

SCoRe user documentation

Awesome Lists containing this project

README

          

# SCoRe user documentation

[![Check links](https://github.com/NBISweden/SCORe_user_doc/actions/workflows/check_links.yaml/badge.svg?branch=main)](https://github.com/NBISweden/SCORe_user_doc/actions/workflows/check_links.yaml)
[![Check Markdown](https://github.com/NBISweden/SCORe_user_doc/actions/workflows/check_markdown.yaml/badge.svg?branch=main)](https://github.com/NBISweden/SCORe_user_doc/actions/workflows/check_markdown.yaml)
[![Check spelling](https://github.com/NBISweden/SCORe_user_doc/actions/workflows/check_spelling.yaml/badge.svg?branch=main)](https://github.com/NBISweden/SCORe_user_doc/actions/workflows/check_spelling.yaml)
[![Create website](https://github.com/NBISweden/SCORe_user_doc/actions/workflows/create_website.yaml/badge.svg?branch=main)](https://github.com/NBISweden/SCORe_user_doc/actions/workflows/create_website.yaml)

- [Go to the nicely rendered site](https://NBISweden.github.io/SCoRe_user_doc/)

## Files used by continuous integration scripts

Filename |Descriptions
--------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------
[`mlc_config.json`](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`](.spellcheck.yml) |Configuration of the spell checker, use `./scripts/check_spelling.sh` to do spell check locally
[`.wordlist.txt`](.wordlist.txt) |Whitelisted words for the spell checker, use `./scripts/check_spelling.sh` to do spell check locally
[`.markdownlint.jsonc`](.markdownlint.jsonc)|Configuration of the Markdown linter, use `./scripts/fix_markdown_style_errors.sh` to do markdown linting locally. The name of this file is a default name.
[`.markdownlintignore`](.markdownlintignore)|Files ignored by the Markdown linter, use `./scripts/fix_markdown_style_errors.sh` to do markdown linting locally. The name of this file is a default name.