mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-28 15:45:50 +00:00
Migrate interactive tutorials (post realm v0.70)
Attempt migrating interactive tutorial again Migrate interactive tutorial snippet syntax Interactive tutorials: partially migrate send-xrp, no-freeze to new syntax Fix Send XRP interactive tutorial Interactive tutorials: fixes for Redocly incl. localization challenges Interactive tutorials: switch defaultValue back to value in anticipation of Redocly bugfix Fix document.ready→window.onRouteChange, cyclers, etc. in interactive tutorials.
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
html: ledger-data-formats.html
|
||||
parent: protocol-reference.html
|
||||
blurb: Learn about individual entries that comprise the XRP Ledger's shared state data.
|
||||
metadata:
|
||||
indexPage: true
|
||||
---
|
||||
# Ledger Data Formats
|
||||
|
||||
@@ -15,5 +17,5 @@ Each [ledger version](../../../concepts/ledgers/index.md) in the XRP Ledger is m
|
||||
|
||||
{% partial file="/_snippets/ledger-objects-intro.md" /%}
|
||||
|
||||
{% from '_snippets/macros/page-children.md' import page_children with context %}
|
||||
{{ page_children(pages|selectattr("html", "eq", "ledger-object-types.html")|first, 1, 1, True) }}
|
||||
{% child-pages /%}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user