Remove ripple-lib reference.

This commit is contained in:
mDuo13
2021-10-19 19:04:19 -07:00
parent 7cff4596cc
commit c0158b92b2
3 changed files with 13 additions and 14 deletions

View File

@@ -1,7 +1,7 @@
---
html: xrpljs2-migration-guide.html
blurb: Learn how to migrate JavaScript code to the newer client library format.
parent: rippleapi-reference.html
parent: https://js.xrpl.org/
---
# Migration Guide for ripple-lib 1.x to xrpl.js 2.x
@@ -213,7 +213,7 @@ client.request({
## Reference of Equivalents
In ripple-lib 1.x all methods and properties were on instances of the `RippleAPI` class. In xrpl.js 2.x, some methods are static methods of the library and some methods belong to specific classes. In the following table, `Client.` means that the method is an
In ripple-lib 1.x all methods and properties were on instances of the `RippleAPI` class. In xrpl.js 2.x, some methods are static methods of the library and some methods belong to specific classes. In the following table, the notation `Client.method()` means that `method()` belongs to instances of the `Client` class.
| RippleAPI instance method / property | xrpl.js method / property | Notes |
|-------------------|----------------|---|

View File

@@ -2346,23 +2346,22 @@ pages:
- en
- ja
# Redirect old ripple-lib docs.
- name: JavaScript / TypeScript Client Library
md: https://raw.githubusercontent.com/ripple/ripple-lib/1.10.0/docs/index.md
html: rippleapi-reference.html
template: pagetype-redirect.html.jinja
nav_omit: true
redirect_url: https://js.xrpl.org/
targets:
- en
- ja
- name: JavaScript / TypeScript Client Library
html: https://js.xrpl.org/
parent: client-libraries.html
blurb: JavaScript/TypeScript client library to the XRP Ledger.
skip_spell_checker: true
# Japanese: XRP Ledgerに対する公式なクライアントライブラリです。JavaScriptのみで使用できます。
curated_anchors:
- name: Transactions
anchor: "#transaction-overview"
- name: Basic Types
anchor: "#basic-types"
- name: Methods
anchor: "#api-methods"
filters:
- remove_doctoc
- add_version
targets:
- en
- ja

View File

@@ -50,7 +50,7 @@
</div>
{% set curated_cards = [
"get-started-using-node-js.html",
"get-started-using-javascript.html",
"get-started-using-python.html",
"get-started-using-java.html",
"get-started-using-http-websocket-apis.html"