From 800bf95755378725881a0d8a1368f3981a1ef14e Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sat, 23 May 2026 19:39:06 +0200 Subject: [PATCH] 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. --- scripts/generate-options.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/generate-options.py b/scripts/generate-options.py index eb13425..015321b 100644 --- a/scripts/generate-options.py +++ b/scripts/generate-options.py @@ -13,11 +13,11 @@ header = """ template = """ ({key})= `````{{option}} {key} -{description} - {type} {default} {example} + +{description} ````` """