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

ddekany pushed a commit to branch 2.3-gae
in repository https://gitbox.apache.org/repos/asf/freemarker.git

commit 04699f0953850705baf2f46448940055ce7a3335
Author: ddekany <[email protected]>
AuthorDate: Sun Jun 22 16:10:37 2025 +0200

    Manual: Added some markers to affect Pagefind weights
---
 freemarker-manual/src/main/docgen/en_US/book.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/freemarker-manual/src/main/docgen/en_US/book.xml 
b/freemarker-manual/src/main/docgen/en_US/book.xml
index 17689949..b35ea96f 100644
--- a/freemarker-manual/src/main/docgen/en_US/book.xml
+++ b/freemarker-manual/src/main/docgen/en_US/book.xml
@@ -12819,7 +12819,7 @@ grant codeBase "file:/path/to/freemarker.jar"
         <primary>built-in</primary>
       </indexterm>
 
-      <section xml:id="ref_builtins_alphaidx">
+      <section role="index" xml:id="ref_builtins_alphaidx">
         <title>Alphabetical index</title>
 
         <note>
@@ -21060,7 +21060,7 @@ with_args_last:
         <primary>directive</primary>
       </indexterm>
 
-      <section xml:id="ref_directive_alphaidx">
+      <section role="index" xml:id="ref_directive_alphaidx">
         <title>Alphabetical index</title>
 
         <note>
@@ -30455,7 +30455,7 @@ TemplateModel x = env.getVariable("x");  // get 
variable x</programlisting>
       </qandaset>
     </appendix>
 
-    <appendix xml:id="app_versions">
+    <appendix role="changelog" xml:id="app_versions">
       <title>Version history</title>
 
       <section xml:id="versions_2_3_34">

Reply via email to