{% block breadcrumbs %} {% include 'template-breadcrumbs.html' %} diff --git a/tool/template-landing-docs.html b/tool/template-landing-docs.html index f0450233e3..506259524d 100644 --- a/tool/template-landing-docs.html +++ b/tool/template-landing-docs.html @@ -1,15 +1,18 @@ {% extends "template-base.html" %} {% block sidebar %} -{% if currentpage.sidebar != "disabled" %} - - {% include "template-sidebar_nav.html" %} - -{% endif %} {% endblock %} {% block main %} -

{{ currentpage.name }}

+

XRP Ledger Documentation

+ +
+
+
+ {{content}} +
+
+
@@ -17,21 +20,100 @@ {% for page in pages %} {% if page.doc_type is defined and page.doc_type not in doc_types %} {% set doc_type_top = pages|selectattr('doc_type', 'equalto', page.doc_type)|first %} -
+
+ {% if currentpage.doc_type_blurbs[page.doc_type] is defined %} +

{{currentpage.doc_type_blurbs[page.doc_type]}}

+ {% endif %} {% set parent_page = doc_type_top %} - {% set depth = 3 %} + {% set depth = 1 %} {% include 'template-page-children.html' %}
-
+
{% set _ = doc_types.append(page.doc_type) %} {% endif %} {% endfor %}
+ +
+ + + + + +
+ +
+ +
+
+
+

Recently Updated

+
+
+ +
+
+
+ +
{% endblock %} diff --git a/tool/template-test-net.html b/tool/template-test-net.html index bf922f915b..b91e002aa6 100644 --- a/tool/template-test-net.html +++ b/tool/template-test-net.html @@ -1,6 +1,6 @@ {% extends "template-base.html" %} -{% block bodyclasses %}sidebar-primary page-test-net{% endblock %} +{% block bodyclasses %}page-test-net{% endblock %} {% block main %}