test-prof / docs-zh-cn

Chinese documentation
1 stars 1 forks source link

TestProf docs in Chinese

This repo contains (will contain) Chinese documentation for TestProf.

The docs will be available at the main documentation website.

Translations guide.

Linters

We try to keep our documentation both correct and stylish using the following tools:

To run these tools locally we use Lefthook (runs linters automatically for every commit).

To sum up:

gem install mdl
go get -u github.com/raviqqe/liche
# for MacOS (for other OS see Forspell documentation)
brew install hunspell

gem install forspell
gem install standard
gem install rubocop-md
# for MacOS (for other OS see Lefthook documentation)
brew install lefthook
lefthook install

Or you can skip all of these and rely on our CI, which can do all the checks for you!