File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 34
34
< a href ="{{article.url}} "> RPC Docs</ a >
35
35
{% endif %}
36
36
{% endfor %}
37
- {% assign groups = site.doc | group_by:"btcversion" | sort : "name" %}
37
+ {% assign groups = site.doc | group_by:"btcversion" | sort_by : "btcversion" | reverse %}
38
38
< ul >
39
39
{% for group in groups %}
40
40
{% if group.name != "index" %}
79
79
</ nav >
80
80
</ div > <!-- /.top-navigation -->
81
81
</ div > <!-- /.navigation-wrapper -->
82
-
83
-
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ <h3 class="toc-header">
66
66
Select a command group in the menu.
67
67
{% else %}
68
68
Following docs are available:
69
- {% assign groups = site.doc | group_by: "btcversion" | sort: "name " %}
69
+ {% assign groups = site.doc | sort: "btcversion" | reverse | group_by:"btcversion " %}
70
70
< ul >
71
71
{% for group in groups %}
72
72
{% if group.name != "index" %}
@@ -87,7 +87,7 @@ <h3 class="toc-header">
87
87
< div class ="footer-wrap ">
88
88
< footer >
89
89
{% include footer.html %}
90
- </ footer >
90
+ </ footer >
91
91
</ div > <!-- /.footer-wrap -->
92
92
93
93
{% include scripts.html %}
You can’t perform that action at this time.
0 commit comments