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

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

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
```