Skip to content

Commit

Permalink
Remove obsolete validation_seed method page
Browse files Browse the repository at this point in the history
  • Loading branch information
mDuo13 committed Feb 1, 2024
1 parent 9b49c9f commit 20c7f5d
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 108 deletions.
4 changes: 0 additions & 4 deletions content/_snippets/common-links.md
Original file line number Diff line number Diff line change
Expand Up @@ -848,10 +848,6 @@
[validation_create method]: /references/http-websocket-apis/admin-api-methods/key-generation-methods/validation_create.md
[validation_create メソッド]: /references/http-websocket-apis/admin-api-methods/key-generation-methods/validation_create.md
[validation_createメソッド]: /references/http-websocket-apis/admin-api-methods/key-generation-methods/validation_create.md
[validation_seed command]: /references/http-websocket-apis/admin-api-methods/server-control-methods/validation_seed.md
[validation_seed method]: /references/http-websocket-apis/admin-api-methods/server-control-methods/validation_seed.md
[validation_seed メソッド]: /references/http-websocket-apis/admin-api-methods/server-control-methods/validation_seed.md
[validation_seedメソッド]: /references/http-websocket-apis/admin-api-methods/server-control-methods/validation_seed.md
[validator_info command]: /references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/validator_info.md
[validator_info method]: /references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/validator_info.md
[validator_info メソッド]: /references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/validator_info.md
Expand Down
2 changes: 1 addition & 1 deletion content/redirects.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1259,7 +1259,7 @@ stop.html:
to: /references/http-websocket-apis/admin-api-methods/server-control-methods/stop
type: 301
validation_seed.html:
to: /references/http-websocket-apis/admin-api-methods/server-control-methods/validation_seed
to: /references/http-websocket-apis/public-api-methods/
type: 301
signing-methods.html:
to: /references/http-websocket-apis/admin-api-methods/signing-methods/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,11 @@ Use these methods to check the status of the network and server.

## Deprecated Methods

The following admin commands are deprecated and may be removed without further notice:
The following admin commands are deprecated and either have been removed, or may be removed without further notice:

* `ledger_header` - Use the [ledger method][] instead.
* `unl_add`, `unl_delete`, `unl_list`, `unl_load`, `unl_network`, `unl_reset`, `unl_score` - Use the `validators.txt` config file for UNL management instead.
* `wallet_seed` - Use the [wallet_propose method][] instead.

The [validation_seed method][] has been removed since `rippled` v0.29.1.
* `validation_seed` - Use the config file and `validator-keys-tool` for managing your seed instead.

{% raw-partial file="/_snippets/common-links.md" /%}

This file was deleted.

1 change: 0 additions & 1 deletion content/sidebars.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,6 @@
items:
- page: references/http-websocket-apis/admin-api-methods/server-control-methods/ledger_accept.md
- page: references/http-websocket-apis/admin-api-methods/server-control-methods/stop.md
- page: references/http-websocket-apis/admin-api-methods/server-control-methods/validation_seed.md
- page: references/http-websocket-apis/admin-api-methods/signing-methods/index.md
expanded: false
items:
Expand Down

0 comments on commit 20c7f5d

Please sign in to comment.