From b129ed3f0d7d81efb31141c6dcd6b928d700aec8 Mon Sep 17 00:00:00 2001 From: Maxim Dunaevskii Date: Mon, 2 Jun 2025 11:37:16 +0300 Subject: [PATCH] Fix typing error --- docs/assembler/modules/ROOT/pages/configure-build.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/assembler/modules/ROOT/pages/configure-build.adoc b/docs/assembler/modules/ROOT/pages/configure-build.adoc index 35dec7a..a177f5c 100644 --- a/docs/assembler/modules/ROOT/pages/configure-build.adoc +++ b/docs/assembler/modules/ROOT/pages/configure-build.adoc @@ -39,7 +39,7 @@ asciidoctor-pdf for the PDF extension |Boolean |Controls whether the output directory of the export (under the build directory) should be created eagerly, or whether it should be left up to the command. -|<> +|<> |false |Boolean |Controls whether the assembly source files should be kept under the build directory for debugging purposes (images are always kept). -- GitLab