Skip to content

Commit

Permalink
chore: generate
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed Oct 26, 2024
1 parent 3b04bd9 commit 6fa3a8d
Show file tree
Hide file tree
Showing 3 changed files with 6 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.

7 changes: 4 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,9 @@ 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, you can use the [Abion provider](https://go-acme.github.io/lego/dns/abion/).

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


<!--more-->
Expand All @@ -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 \
Expand Down

0 comments on commit 6fa3a8d

Please sign in to comment.