Uncomment RippleAPI and Data API refs

This commit is contained in:
mDuo13
2018-05-11 19:30:41 -07:00
parent 531ed2bc03
commit 88c0279ece

View File

@@ -2226,41 +2226,39 @@ pages:
# --------------- end "rippled API" section -------------------------------- # --------------- end "rippled API" section --------------------------------
# # Temporarily commented out to make building the dev portal faster - 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/0.21.0/docs/index.md
# md: https://raw.githubusercontent.com/ripple/ripple-lib/0.21.0/docs/index.md html: rippleapi-reference.html
# html: rippleapi-reference.html funnel: Docs
# funnel: Docs doc_type: References
# doc_type: References category: RippleAPI for JavaScript
# category: RippleAPI for JavaScript blurb: Official client library to the XRP Ledger. Available for JavaScript only.
# blurb: Official client library to the XRP Ledger. Available for JavaScript only. curated_anchors:
# curated_anchors: - name: Transactions
# - name: Transactions anchor: "#transaction-overview"
# anchor: "#transaction-overview" - name: Basic Types
# - name: Basic Types anchor: "#basic-types"
# anchor: "#basic-types" - name: Methods
# - name: Methods anchor: "#api-methods"
# anchor: "#api-methods" filters:
# filters: - remove_doctoc
# - remove_doctoc - add_version
# - add_version targets:
# targets: - local
# - local
# # Temporarily commented out to make building the dev portal faster - md: references/data-api.md
# - md: references/data-api.md html: data-api.html
# html: data-api.html funnel: Docs
# funnel: Docs doc_type: References
# doc_type: References category: Data API
# category: Data API blurb: Access more XRP Ledger data, including transaction history and analytics.
# blurb: Access more XRP Ledger data, including transaction history and analytics. curated_anchors:
# curated_anchors: - name: Methods
# - name: Methods anchor: "#api-method-reference"
# anchor: "#api-method-reference" - name: API Conventions
# - name: API Conventions anchor: "#api-conventions"
# anchor: "#api-conventions" targets:
# targets: - local
# - local
# --------------- end "Docs" section ------------------------------------------- # --------------- end "Docs" section -------------------------------------------