From ad16b608ea5c49f3977e240ceaba3feca5af6cdf Mon Sep 17 00:00:00 2001 From: mDuo13 Date: Tue, 3 Mar 2020 14:27:32 -0800 Subject: [PATCH] Domain checker: restore reverted changes --- content/dev-tools/dev-tools.md | 4 ++++ dactyl-config.yml | 8 ++++++++ 2 files changed, 12 insertions(+) diff --git a/content/dev-tools/dev-tools.md b/content/dev-tools/dev-tools.md index acf2c3271d..37b0c0771d 100644 --- a/content/dev-tools/dev-tools.md +++ b/content/dev-tools/dev-tools.md @@ -18,6 +18,10 @@ Ripple provides a set of developer tools to help you test, explore, and validate Use this tool to verify that your [xrp-ledger.toml file](xrp-ledger-toml.html) is set up properly. +* **[Domain Verification Checker](validator-domain-verifier.html)** + + Use this tool to check that your validator's domain can be verified. + * **[XRP Faucets](xrp-testnet-faucet.html)** Get credentials and test-XRP for XRP Ledger Testnet or Devnet, and connect to servers in these parallel networks to test building software on the XRP Ledger without using real funds. diff --git a/dactyl-config.yml b/dactyl-config.yml index 5de3cf318b..9561e7a3c9 100644 --- a/dactyl-config.yml +++ b/dactyl-config.yml @@ -5951,6 +5951,14 @@ pages: - ja template: template-xrp-ledger-toml-checker.html + - name: Domain Verification Checker + funnel: Dev Tools + html: validator-domain-verifier.html + targets: + - en + - ja + template: template-validator-domain-verifier.html + - name: XRP Faucets html: xrp-testnet-faucet.html funnel: Dev Tools