Skip to content

Commit

Permalink
docs(DEVELOPMENT.md): add spell-check management section
Browse files Browse the repository at this point in the history
Signed-off-by: Aleksei Igrychev <[email protected]>
  • Loading branch information
alexey-igrychev committed Nov 7, 2024
1 parent 3ad2b0f commit aab123a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,13 @@ Optionally serve documentation content:
- `task compose:down` - stop all containers.
- `task clean` - delete all generated content.
- `docker network delete werfio-dev` - delete shared docker network (requires task compose:down in werf/werf repository).

### Spell-check management

We use a `./scripts/docs/spelling/wordlist.txt` file as the base for creating a custom spell-check dictionary.

- Add any new words directly to `wordlist.txt` in any order.
- Run:
```shell
task site:generate-special-dictionary
```

0 comments on commit aab123a

Please sign in to comment.