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
- Host: GitHub
- URL: https://github.com/nbisweden/score_user_doc
- Owner: NBISweden
- License: gpl-3.0
- Created: 2025-04-01T09:44:19.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-01T10:05:00.000Z (about 1 year ago)
- Last Synced: 2025-04-01T10:33:22.009Z (about 1 year ago)
- Topics: documentation, score, user
- Language: Shell
- Homepage: https://nbisweden.github.io/SCoRe_user_doc/
- Size: 0 Bytes
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: docs/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: docs/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# SCoRe user documentation
[](https://github.com/NBISweden/SCORe_user_doc/actions/workflows/check_links.yaml)
[](https://github.com/NBISweden/SCORe_user_doc/actions/workflows/check_markdown.yaml)
[](https://github.com/NBISweden/SCORe_user_doc/actions/workflows/check_spelling.yaml)
[](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.