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

jleroux pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 26e7e96cb2 Fixed: Fix trunk documentation generation in BuidBot 
(OFBIZ-12896)
26e7e96cb2 is described below

commit 26e7e96cb280a695a3981b2be0369d62991379e8
Author: Jacques Le Roux <jacques.le.r...@les7arts.com>
AuthorDate: Fri Feb 9 17:33:39 2024 +0100

    Fixed: Fix trunk documentation generation in BuidBot (OFBIZ-12896)
    
    Remains only
    
    > Task :generateOfbizDocumentation
    
    INFOS: possible invalid reference: _step_5_employee_leaves
    INFOS: possible invalid reference: _step_1_pay_grade_and_salary_step
    INFOS: possible invalid reference: _step_4_employee_associated_benefits
    INFOS: possible invalid reference: _tutorial_employment_and_salary
    
    It seems those are indeed missing...
---
 docs/asciidoc/user-manual.adoc | 32 ++++++++++++++++----------------
 1 file changed, 16 insertions(+), 16 deletions(-)

diff --git a/docs/asciidoc/user-manual.adoc b/docs/asciidoc/user-manual.adoc
index 10fffdef1a..d40f16cbb3 100644
--- a/docs/asciidoc/user-manual.adoc
+++ b/docs/asciidoc/user-manual.adoc
@@ -137,11 +137,11 @@ to the core applications in design and structure, but are 
not shipped with
 OFBiz by default. Thus to install a plugin a user must add it to the framework
 first.
 
-include::_include/OFBizDocumentationSystem.adoc[leveloffset=+2]
+include::docs/asciidoc/_include/OFBizDocumentationSystem.adoc[leveloffset=+2]
 
-include::../../README.adoc[tags=quickstart]
+include::README.adoc[tags=quickstart]
 
-include::../../applications/commonext/src/docs/asciidoc/ofbiz-setup.adoc[leveloffset=+1]
+include::applications/commonext/src/docs/asciidoc/ofbiz-setup.adoc[leveloffset=+1]
 
 = Core Business Applications
 
@@ -157,25 +157,25 @@ This section of the manual will describe each core 
business application
 starting with a high level overview of design and purpose down to the details
 of how to achieve common tasks.
 
-include::../../applications/party/src/docs/asciidoc/party.adoc[leveloffset=+1]
+include::applications/party/src/docs/asciidoc/party.adoc[leveloffset=+1]
 
-include::../../applications/product/src/docs/asciidoc/product.adoc[leveloffset=+1]
+include::applications/product/src/docs/asciidoc/product.adoc[leveloffset=+1]
 
-include::../../applications/product/src/docs/asciidoc/facility.adoc[leveloffset=+1]
+include::applications/product/src/docs/asciidoc/facility.adoc[leveloffset=+1]
 
-include::../../applications/order/src/docs/asciidoc/order.adoc[leveloffset=+1]
+include::applications/order/src/docs/asciidoc/order.adoc[leveloffset=+1]
 
-include::../../applications/accounting/src/docs/asciidoc/accounting.adoc[leveloffset=+1]
+include::applications/accounting/src/docs/asciidoc/accounting.adoc[leveloffset=+1]
 
-include::../../applications/content/src/docs/asciidoc/content.adoc[leveloffset=+1]
+include::applications/content/src/docs/asciidoc/content.adoc[leveloffset=+1]
 
-include::../../applications/manufacturing/src/docs/asciidoc/manufacturing.adoc[leveloffset=+1]
+include::applications/manufacturing/src/docs/asciidoc/manufacturing.adoc[leveloffset=+1]
 
-include::../../applications/marketing/src/docs/asciidoc/sfa.adoc[leveloffset=+1]
+include::applications/marketing/src/docs/asciidoc/sfa.adoc[leveloffset=+1]
 
-include::../../applications/humanres/src/docs/asciidoc/humanres.adoc[leveloffset=+1]
+include::applications/humanres/src/docs/asciidoc/humanres.adoc[leveloffset=+1]
 
-include::../../applications/marketing/src/docs/asciidoc/marketing.adoc[leveloffset=+1]
+include::applications/marketing/src/docs/asciidoc/marketing.adoc[leveloffset=+1]
 
 ////
 webtools help should be remove when global glossary exist, and contain a link 
to developer-manual#webtools
@@ -183,9 +183,9 @@ webtools help should be remove when global glossary exist, 
and contain a link to
 === Web tools
 The Webtools application is the UI-gateway to all the framework functions.
 
-include::../../framework/webtools/src/docs/asciidoc/_include/webtools-main.adoc[leveloffset=+3]
+include::framework/webtools/src/docs/asciidoc/_include/webtools-main.adoc[leveloffset=+3]
 // Plugins Business Applications
 
-include::../../plugins/docs/asciidoc/plugins-user-manual.adoc[leveloffset=+0]
+include::plugins/docs/asciidoc/plugins-user-manual.adoc[leveloffset=+0]
 
-include::_include/ofbiz-glossary.adoc[leveloffset=+1]
+include::docs/asciidoc/_include/ofbiz-glossary.adoc[leveloffset=+1]

Reply via email to