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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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.