mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-12-28 11:13:44 +08:00
DOCS: Remind devs to run go generate (#2929)
This commit is contained in:
parent
cf4cca0df4
commit
4757a0feee
1 changed files with 10 additions and 0 deletions
|
@ -328,3 +328,13 @@ Add the new file `FOO.md` to the documentation table of contents [`documentation
|
|||
...
|
||||
```
|
||||
{% endcode %}
|
||||
|
||||
## Step 9: "go generate"
|
||||
|
||||
Re-generate the documentation:
|
||||
|
||||
```shell
|
||||
go generate ./...
|
||||
```
|
||||
|
||||
This will regenerate things like the table of which providers have which features and the `dnscontrol.d.ts` file.
|
||||
|
|
Loading…
Reference in a new issue