diff --git a/documentation/adding-new-rtypes.md b/documentation/adding-new-rtypes.md index b3677eb7d..acf054e03 100644 --- a/documentation/adding-new-rtypes.md +++ b/documentation/adding-new-rtypes.md @@ -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.