Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/c-bata/mkdocs-term-validator

mkdocs port of https://github.com/shimizukawa/sphinx-term-validator
https://github.com/c-bata/mkdocs-term-validator

Last synced: 14 days ago
JSON representation

mkdocs port of https://github.com/shimizukawa/sphinx-term-validator

Awesome Lists containing this project

README

        

# mkdocs-term-validator

mkdocs port of https://github.com/shimizukawa/sphinx-term-validator

![example](./example.png)

## Installation

```
$ pip install git+https://github.com/c-bata/mkdocs-term-validator.git
```

## Usage

```yaml
# mkdocs.yml
plugins:
- term-validator:
rule_dic_file: ng-word.txt
```

## License

The source code is released under [Apache License 2.0](./LICENSE) except for `example-rule-dic.txt`, which is taken from https://github.com/shimizukawa/sphinx-term-validator