mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-28 07:35:50 +00:00
5 lines
156 B
Plaintext
5 lines
156 B
Plaintext
{% for page in pages -%}
|
|
{%- if page.html is defined and page.html != "sitemap.txt" -%}
|
|
https://developers.ripple.com/{{page.html}}
|
|
{% endif %}{% endfor %}
|