Skip to content

Commit

Permalink
docs: un-deprecate Yandex (#1719)
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez authored Sep 19, 2022
1 parent af37b94 commit d5a18dc
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Detailed documentation is available [here](https://go-acme.github.io/lego/dns).
| [Tencent Cloud DNS](https://go-acme.github.io/lego/dns/tencentcloud/) | [TransIP](https://go-acme.github.io/lego/dns/transip/) | [UKFast SafeDNS](https://go-acme.github.io/lego/dns/safedns/) | [Variomedia](https://go-acme.github.io/lego/dns/variomedia/) |
| [VegaDNS](https://go-acme.github.io/lego/dns/vegadns/) | [Vercel](https://go-acme.github.io/lego/dns/vercel/) | [Versio.[nl/eu/uk]](https://go-acme.github.io/lego/dns/versio/) | [VinylDNS](https://go-acme.github.io/lego/dns/vinyldns/) |
| [VK Cloud](https://go-acme.github.io/lego/dns/vkcloud/) | [Vscale](https://go-acme.github.io/lego/dns/vscale/) | [Vultr](https://go-acme.github.io/lego/dns/vultr/) | [WEDOS](https://go-acme.github.io/lego/dns/wedos/) |
| [Yandex (deprecated)](https://go-acme.github.io/lego/dns/yandex/) | [Yandex Cloud](https://go-acme.github.io/lego/dns/yandexcloud/) | [Zone.ee](https://go-acme.github.io/lego/dns/zoneee/) | [Zonomi](https://go-acme.github.io/lego/dns/zonomi/) |
| [Yandex Cloud](https://go-acme.github.io/lego/dns/yandexcloud/) | [Yandex PDD](https://go-acme.github.io/lego/dns/yandex/) | [Zone.ee](https://go-acme.github.io/lego/dns/zoneee/) | [Zonomi](https://go-acme.github.io/lego/dns/zonomi/) |

<!-- END DNS PROVIDERS LIST -->

Expand Down
2 changes: 1 addition & 1 deletion cmd/zz_gen_cmd_dnshelp.go
Original file line number Diff line number Diff line change
Expand Up @@ -2331,7 +2331,7 @@ func displayDNSHelp(name string) error {

case "yandex":
// generated from: providers/dns/yandex/yandex.toml
ew.writeln(`Configuration for Yandex (deprecated).`)
ew.writeln(`Configuration for Yandex PDD.`)
ew.writeln(`Code: 'yandex'`)
ew.writeln(`Since: 'v3.7.0'`)
ew.writeln()
Expand Down
6 changes: 3 additions & 3 deletions docs/content/dns/zz_gen_yandex.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Yandex (deprecated)"
title: "Yandex PDD"
date: 2019-03-03T16:39:46+01:00
draft: false
slug: yandex
Expand All @@ -13,8 +13,8 @@ dnsprovider:
<!-- providers/dns/yandex/yandex.toml -->
<!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. -->

Use the Yandex Cloud provider instead.

Configuration for [Yandex PDD](https://yandex.com/).


<!--more-->
Expand All @@ -23,7 +23,7 @@ Use the Yandex Cloud provider instead.
- Since: v3.7.0


Here is an example bash command using the Yandex (deprecated) provider:
Here is an example bash command using the Yandex PDD provider:

```bash
YANDEX_PDD_TOKEN=<your PDD Token> \
Expand Down
7 changes: 3 additions & 4 deletions providers/dns/yandex/yandex.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
Name = "Yandex (deprecated)"
Name = "Yandex PDD"
Description = '''
Use the Yandex Cloud provider instead.
'''
URL = "https://yandex.com/"
URL = "https://pdd.yandex.com"
Code = "yandex"
Since = "v3.7.0"

Expand All @@ -21,4 +20,4 @@ lego --email [email protected] --dns yandex --domains my.example.org run
YANDEX_TTL = "The TTL of the TXT record used for the DNS challenge"

[Links]
API = "https://tech.yandex.com/domain/doc/concepts/api-dns-docpage/"
API = "https://yandex.com/dev/domain/doc/concepts/api-dns.html"

0 comments on commit d5a18dc

Please sign in to comment.