Commit Graph

7 Commits

Author SHA1 Message Date
draem0507
1a9a1a69a6 add .idea 、*.iml into gitignore 2022-03-28 14:22:44 +08:00
Siming Yuan
a4cc5409a6 adding support for mkdocs-material hosting/docs generation 2022-02-28 11:45:05 -05:00
Anduin Xue
a076b175a7 Revert some python stuff. 2022-03-01 00:32:46 +08:00
Siming Yuan
be40adfac5 - fixing doc reference bugs
- added support for mkdocs materia rendering
2022-02-28 10:21:33 -05:00
Bobby Rong
18f49082bc
gitignore: add .DS_Store
The file is used in macOS to stores custom attributes of its containing folder and should not be committed to this repository.

- https://github.com/github/gitignore/search?q=DS_Store
- https://en.wikipedia.org/wiki/.DS_Store
2022-02-23 10:49:18 +08:00
任强
b5ec65d4b6 新增小炒肉 2022-02-19 18:51:58 +08:00
Bobby Rong
f0ba452c85
CI: add textlint
Instead of requesting changes in every pull requests and block them from merging,
we are trying to automate the process of adding missing spaces between half and
full-width characters using GitHub Actions.

The main idea is:

- Only run the workflow in the main repository (instead of other forks).
- Try to fix all files using textlint.
- Only commit files with .md extension.
- Directly push the change to the master branch.

Related projects:

- https://github.com/textlint/textlint
- https://github.com/textlint-ja/textlint-rule-preset-ja-spacing
- https://github.com/sparanoid/chinese-copywriting-guidelines

Related discussions:

- https://github.com/Anduin2017/HowToCook/pull/88
2022-02-19 14:21:45 +08:00