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:
@@ -13,11 +13,11 @@ header = """
|
|||||||
template = """
|
template = """
|
||||||
({key})=
|
({key})=
|
||||||
`````{{option}} {key}
|
`````{{option}} {key}
|
||||||
{description}
|
|
||||||
|
|
||||||
{type}
|
{type}
|
||||||
{default}
|
{default}
|
||||||
{example}
|
{example}
|
||||||
|
|
||||||
|
{description}
|
||||||
`````
|
`````
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user