https://github.com/test-prof/docs-ja
Japanese documentation
https://github.com/test-prof/docs-ja
Last synced: 7 days ago
JSON representation
Japanese documentation
- Host: GitHub
- URL: https://github.com/test-prof/docs-ja
- Owner: test-prof
- Created: 2022-10-31T06:21:19.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-18T12:06:07.000Z (12 months ago)
- Last Synced: 2026-03-28T01:30:18.000Z (11 days ago)
- Size: 12.6 MB
- Stars: 0
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TestProfの日本語マニュアル
[ホームページ](https://test-prof.evilmartians.io/)でご確認ください。
## Linters
We try to keep our documentation both correct and _stylish_ using the following tools:
- [mdl](https://github.com/markdownlint/markdownlint) (Markdown linter, Ruby edition)
- RuboCop with [rubocop-md](https://github.com/rubocop-hq/rubocop-md) and [standard](https://github.com/testdouble/standard) (Ruby code snippets style checking)
### Install `mdl`
```sh
gem install mdl
```
### Install StandardRB and `rubocop-md`
```sh
gem install standard
gem install rubocop-md
```