From 938abd7b76c04457d785e3e0a1b28b7e0f8e91e2 Mon Sep 17 00:00:00 2001 From: Tom Limoncelli Date: Thu, 27 Feb 2020 16:29:16 -0500 Subject: [PATCH] Fix headings in docs/get-zones.md --- docs/get-zones.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/get-zones.md b/docs/get-zones.md index 3d7bb1b6e..5ac0ee1bf 100644 --- a/docs/get-zones.md +++ b/docs/get-zones.md @@ -61,20 +61,20 @@ This command is not implemented for all providers. To add this to a provider: -1. Document the feature +**Step 1. Document the feature** In the `*Provider.go` file, change the setting to implemented. * OLD: ` providers.CanGetZones: providers.Unimplemented(),` * NEW: ` providers.CanGetZones: providers.Can(),` -2. Update the docs +**Step 2. Update the docs** ``` go generate ``` -3. Implement the `GetZoneRecords` function +**Step 3. Implement the `GetZoneRecords` function** Find the `GetZoneRecords` function in the `*Provider.go` file. @@ -90,7 +90,7 @@ than having it be burried in the middle of `GetDomainCorrections`. Once that is done the `get-zone` subcommand should work. -4. Optionally implemement the `ListZones` function +**Step 4. Optionally implemement the `ListZones` function** If the `ListZones` function is implemented, the "all" special case will be activated. In this case, listing a single zone named `all`