Update for ripple-lib 1.3.3

This commit is contained in:
Elliot Lee
2019-09-10 19:36:05 -07:00
parent 83710c082a
commit 2ef1cff909

View File

@@ -48,11 +48,11 @@ targets:
display_name: XRP Ledger Dev Portal display_name: XRP Ledger Dev Portal
# These github_ fields are used by the template's "Edit on GitHub" link. # These github_ fields are used by the template's "Edit on GitHub" link.
# Override them with --vars to change which fork/branch to edit. # Override them with --vars to change which fork/branch to edit.
github_forkurl: https://github.com/ripple/ripple-dev-portal github_forkurl: https://github.com/ripple/xrpl-dev-portal
github_branch: master github_branch: master
recently_updated: recently_updated:
- html: rippleapi-reference.html - html: rippleapi-reference.html
date: 2019-06-06 date: 2019-09-10
- html: look-up-transaction-results.html - html: look-up-transaction-results.html
date: 2019-05-02 date: 2019-05-02
- html: tx-sender.html - html: tx-sender.html
@@ -68,7 +68,7 @@ targets:
# Intended for use in markdown (--md) mode. # Intended for use in markdown (--md) mode.
- name: data-api-only - name: data-api-only
display_name: XRP Ledger Data API display_name: XRP Ledger Data API
github_forkurl: https://github.com/ripple/ripple-dev-portal github_forkurl: https://github.com/ripple/xrpl-dev-portal
github_branch: master github_branch: master
no_cover: True no_cover: True
link_re_subs: link_re_subs:
@@ -2840,7 +2840,7 @@ pages:
# --------------- end "rippled API" section -------------------------------- # --------------- end "rippled API" section --------------------------------
- name: RippleAPI Reference # name is required for remote-sourced files - name: RippleAPI Reference # name is required for remote-sourced files
md: https://raw.githubusercontent.com/ripple/ripple-lib/1.3.1/docs/index.md md: https://raw.githubusercontent.com/ripple/ripple-lib/1.3.3/docs/index.md
html: rippleapi-reference.html html: rippleapi-reference.html
funnel: Docs funnel: Docs
doc_type: References doc_type: References