This is an automated email from the ASF dual-hosted git repository.

adamsaghy pushed a commit to branch release/1.13.1
in repository https://gitbox.apache.org/repos/asf/fineract.git

commit aaee438420ec21ee839a342e9c07a2d4636b5a83
Author: Adam Monsen <[email protected]>
AuthorDate: Thu Oct 9 10:25:47 2025 -0700

    doc: remove errant config but keep :sectlinks:
    
    See 89e9cfcd7dd30662e31afd63dac2b4b6e39912bc
    
    I think this was a typo. It's presumably changing the highlighter midstream 
and causing section numbering to start at the "Fineract Development 
Environment" chapter. But I really like `:sectlinks:` and I want to keep that! 
It's handy for sharing deep / sorta permanent links to specific sections (just 
click on any heading and copy the URL).
---
 .../src/docs/en/chapters/features/journal-entry-aggregation.adoc   | 7 -------
 fineract-doc/src/docs/en/config.adoc                               | 1 +
 2 files changed, 1 insertion(+), 7 deletions(-)

diff --git 
a/fineract-doc/src/docs/en/chapters/features/journal-entry-aggregation.adoc 
b/fineract-doc/src/docs/en/chapters/features/journal-entry-aggregation.adoc
index 256ab5d77f..f44fbaf7f6 100644
--- a/fineract-doc/src/docs/en/chapters/features/journal-entry-aggregation.adoc
+++ b/fineract-doc/src/docs/en/chapters/features/journal-entry-aggregation.adoc
@@ -1,11 +1,4 @@
 = Journal Entry Aggregation
-:experimental:
-:source-highlighter: highlightjs
-:toc: left
-:toclevels: 3
-:icons: font
-:sectlinks:
-:sectnums:
 
 == Overview
 The Journal Entry Aggregation Job is a Spring Batch-based solution designed to 
efficiently aggregate journal entries in the Fineract system. This job 
processes journal entries in configurable chunks, improving performance and 
resource utilization when dealing with large volumes of financial transactions.
diff --git a/fineract-doc/src/docs/en/config.adoc 
b/fineract-doc/src/docs/en/config.adoc
index 1bc515b5f8..b6543f8dc1 100644
--- a/fineract-doc/src/docs/en/config.adoc
+++ b/fineract-doc/src/docs/en/config.adoc
@@ -20,6 +20,7 @@
 :checkedbox: pass:normal[{startsb}&#10004;{endsb}]
 :table-stripes: even
 :hardbreaks:
+:sectlinks:
 
 // ifeval::["{draft}"=="true"]
 // :title-page-background-image: 
image:{commondir}/images/draft.svg[position=top]

Reply via email to