From e34f01e61d5f5e1430f8d3bfb278f13f645602d9 Mon Sep 17 00:00:00 2001 From: Fernandez Ludovic Date: Sat, 17 Feb 2024 03:51:40 +0100 Subject: [PATCH] chore: generate --- README.md | 2 +- cmd/zz_gen_cmd_dnshelp.go | 2 +- docs/content/dns/zz_gen_brandit.md | 7 ++++--- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1e16afebc9..94cb520b8e 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ Detailed documentation is available [here](https://go-acme.github.io/lego/dns). Bindman Bluecat - Brandit + Brandit (deprecated) Bunny Checkdomain Civo diff --git a/cmd/zz_gen_cmd_dnshelp.go b/cmd/zz_gen_cmd_dnshelp.go index 34dac26132..803f8a2831 100644 --- a/cmd/zz_gen_cmd_dnshelp.go +++ b/cmd/zz_gen_cmd_dnshelp.go @@ -388,7 +388,7 @@ func displayDNSHelp(w io.Writer, name string) error { case "brandit": // generated from: providers/dns/brandit/brandit.toml - ew.writeln(`Configuration for Brandit.`) + ew.writeln(`Configuration for Brandit (deprecated).`) ew.writeln(`Code: 'brandit'`) ew.writeln(`Since: 'v4.11.0'`) ew.writeln() diff --git a/docs/content/dns/zz_gen_brandit.md b/docs/content/dns/zz_gen_brandit.md index 8e8d234842..b592815465 100644 --- a/docs/content/dns/zz_gen_brandit.md +++ b/docs/content/dns/zz_gen_brandit.md @@ -1,5 +1,5 @@ --- -title: "Brandit" +title: "Brandit (deprecated)" date: 2019-03-03T16:39:46+01:00 draft: false slug: brandit @@ -13,8 +13,9 @@ dnsprovider: +Brandit has been acquired by Abion. +Abion has a different API, you can use the [Abion provider](https://go-acme.github.io/lego/dns/abion/). -Configuration for [Brandit](https://www.brandit.com/). @@ -23,7 +24,7 @@ Configuration for [Brandit](https://www.brandit.com/). - Since: v4.11.0 -Here is an example bash command using the Brandit provider: +Here is an example bash command using the Brandit (deprecated) provider: ```bash BRANDIT_API_KEY=xxxxxxxxxxxxxxxxxxxxx \