docs: un-deprecate Yandex (#1719)

This commit is contained in:
Ludovic Fernandez 2022-09-19 11:40:45 +02:00 committed by GitHub
parent af37b94b38
commit d5a18dc2d5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 9 deletions

View file

@ -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/) | | [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/) | | [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/) | | [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 --> <!-- END DNS PROVIDERS LIST -->

View file

@ -2331,7 +2331,7 @@ func displayDNSHelp(name string) error {
case "yandex": case "yandex":
// generated from: providers/dns/yandex/yandex.toml // 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(`Code: 'yandex'`)
ew.writeln(`Since: 'v3.7.0'`) ew.writeln(`Since: 'v3.7.0'`)
ew.writeln() ew.writeln()

View file

@ -1,5 +1,5 @@
--- ---
title: "Yandex (deprecated)" title: "Yandex PDD"
date: 2019-03-03T16:39:46+01:00 date: 2019-03-03T16:39:46+01:00
draft: false draft: false
slug: yandex slug: yandex
@ -13,8 +13,8 @@ dnsprovider:
<!-- providers/dns/yandex/yandex.toml --> <!-- providers/dns/yandex/yandex.toml -->
<!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. --> <!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. -->
Use the Yandex Cloud provider instead.
Configuration for [Yandex PDD](https://yandex.com/).
<!--more--> <!--more-->
@ -23,7 +23,7 @@ Use the Yandex Cloud provider instead.
- Since: v3.7.0 - 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 ```bash
YANDEX_PDD_TOKEN=<your PDD Token> \ YANDEX_PDD_TOKEN=<your PDD Token> \

View file

@ -1,8 +1,7 @@
Name = "Yandex (deprecated)" Name = "Yandex PDD"
Description = ''' Description = '''
Use the Yandex Cloud provider instead.
''' '''
URL = "https://yandex.com/" URL = "https://pdd.yandex.com"
Code = "yandex" Code = "yandex"
Since = "v3.7.0" Since = "v3.7.0"
@ -21,4 +20,4 @@ lego --email you@example.com --dns yandex --domains my.example.org run
YANDEX_TTL = "The TTL of the TXT record used for the DNS challenge" YANDEX_TTL = "The TTL of the TXT record used for the DNS challenge"
[Links] [Links]
API = "https://tech.yandex.com/domain/doc/concepts/api-dns-docpage/" API = "https://yandex.com/dev/domain/doc/concepts/api-dns.html"