diff options
author | Gokul Soumya | 2021-11-21 18:55:08 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2021-12-08 01:23:50 +0000 |
commit | a78b7894066b6ccf56c404b7543b45e2dfd99982 (patch) | |
tree | 5f1aa74aeffc173ed591f7f89f2b115cc1cbb036 /docs | |
parent | 71292f9f11bd2b50568efd111239f693be26a36a (diff) |
Auto generate docs for language support
Diffstat (limited to 'docs')
-rw-r--r-- | docs/CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index 7b923db8..bdd771aa 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -23,7 +23,7 @@ like the list of `:commands` and supported languages. To generate these files, run ```shell -cargo xtask bookgen +cargo xtask docgen ``` inside the project. We use [xtask][xtask] as an ad-hoc task runner and |