Skip to content

Commit

Permalink
chore: generate
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed Nov 6, 2024
1 parent ac9fdbe commit 1f8c5ce
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Detailed documentation is available [here](https://go-acme.github.io/lego/dns).
<td><a href="https://go-acme.github.io/lego/dns/bindman/">Bindman</a></td>
<td><a href="https://go-acme.github.io/lego/dns/bluecat/">Bluecat</a></td>
</tr><tr>
<td><a href="https://go-acme.github.io/lego/dns/brandit/">Brandit</a></td>
<td><a href="https://go-acme.github.io/lego/dns/brandit/">Brandit (deprecated)</a></td>
<td><a href="https://go-acme.github.io/lego/dns/bunny/">Bunny</a></td>
<td><a href="https://go-acme.github.io/lego/dns/checkdomain/">Checkdomain</a></td>
<td><a href="https://go-acme.github.io/lego/dns/civo/">Civo</a></td>
Expand Down
2 changes: 1 addition & 1 deletion cmd/zz_gen_cmd_dnshelp.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 6 additions & 3 deletions docs/content/dns/zz_gen_brandit.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Brandit"
title: "Brandit (deprecated)"
date: 2019-03-03T16:39:46+01:00
draft: false
slug: brandit
Expand All @@ -13,8 +13,11 @@ dnsprovider:
<!-- providers/dns/brandit/brandit.toml -->
<!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. -->

Brandit has been acquired by Abion.
Abion has a different API.

If you are a Brandit/Albion user, you can try the PR https://github.com/go-acme/lego/pull/2112.

Configuration for [Brandit](https://www.brandit.com/).


<!--more-->
Expand All @@ -23,7 +26,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 \
Expand Down

0 comments on commit 1f8c5ce

Please sign in to comment.