Help: explicitly sort Terrain sections
[ci skip]
This happened incidentally with the current help implementation, but that no longer happens
with my in-progress refactor. We still want these sections sorted, though.
The removal of the "sort_sections=generated" key from the Eras section is a forward-port of
6b20ccdb62
from 1.14.
This commit is contained in:
parent
669c80c255
commit
be8340db2e
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,6 @@
|
|||
id=eras_section
|
||||
title= _ "Eras"
|
||||
sections_generator=eras
|
||||
sort_sections=generated
|
||||
sort_topics=yes
|
||||
topics=..eras_section
|
||||
[/section]
|
||||
|
@ -72,6 +71,7 @@
|
|||
sections_generator=terrains
|
||||
topics=..terrains_section
|
||||
sort_topics=generated
|
||||
sort_sections=yes
|
||||
[/section]
|
||||
|
||||
[section]
|
||||
|
|
Loading…
Add table
Reference in a new issue