docs: move option description below type, default and example

This puts the important facts first and pulls the description way down
to the end of the option documentation.
This commit is contained in:
Martin Weinelt
2026-05-23 19:39:06 +02:00
parent 61e9c248c5
commit 800bf95755
+2 -2
View File
@@ -13,11 +13,11 @@ header = """
template = """
({key})=
`````{{option}} {key}
{description}
{type}
{default}
{example}
{description}
`````
"""