1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00

DOCS: Remind devs to run go generate (#2929)

This commit is contained in:
Tom Limoncelli
2024-05-03 07:09:26 -04:00
committed by GitHub
parent cf4cca0df4
commit 4757a0feee

View File

@ -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.