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:
@ -328,3 +328,13 @@ Add the new file `FOO.md` to the documentation table of contents [`documentation
|
|||||||
...
|
...
|
||||||
```
|
```
|
||||||
{% endcode %}
|
{% 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.
|
||||||
|
Reference in New Issue
Block a user