This is an automated email from the ASF dual-hosted git repository. meonkeys pushed a commit to branch release-doc-fixes in repository https://gitbox.apache.org/repos/asf/fineract.git
commit c8d8066d0aebf419e5d8e4150376c20af7429253 Author: Adam Monsen <[email protected]> AuthorDate: Sun Jul 27 19:59:39 2025 -0700 improve asciidoc config * compat-mode is off by default, no need for it here * default optimization should be fine * media should have been screen | print | prepress, just leave it as default instead * page size? I really don't think this is going to be printed much, just go with default * PDF version 1.8 is invalid, just use the default unless we someday have a good reason to pin this * fix copyright years see also: https://docs.asciidoctor.org/pdf-converter/latest/asciidoc-attributes/ --- fineract-doc/src/docs/en/config.adoc | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/fineract-doc/src/docs/en/config.adoc b/fineract-doc/src/docs/en/config.adoc index 06eb05e5b8..46bd452ce3 100644 --- a/fineract-doc/src/docs/en/config.adoc +++ b/fineract-doc/src/docs/en/config.adoc @@ -1,11 +1,6 @@ :doctype: book -:compat-mode!: -:optimize: printer -:media: printer :compress: -:pdf-page-size: LETTER :experimental: -:pdf-version: 1.8 :page-layout: base :toc-title: Table of Contents :toc: left @@ -14,7 +9,7 @@ :source-highlighter: coderay :experimental: :source-language: java -:years: 2015-2024 +:years: 2015-2025 :lang: en :encoding: utf-8 :linkattrs:
