This is an automated email from the ASF dual-hosted git repository. holivier pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git
commit 19d5435c978e3092265dd1e8e2c69a6a6d4e55b6 Author: holivier <[email protected]> AuthorDate: Mon Oct 26 17:15:07 2020 +0100 fixed: duplicate webtools include help from developer-manual to user-manual for help link work when there will be a general glossary, duplication will not be necessary --- docs/asciidoc/user-manual.adoc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/asciidoc/user-manual.adoc b/docs/asciidoc/user-manual.adoc index c77a6140..bc7481a 100644 --- a/docs/asciidoc/user-manual.adoc +++ b/docs/asciidoc/user-manual.adoc @@ -172,6 +172,13 @@ include::../../applications/party/src/docs/asciidoc/party.adoc[leveloffset=+2] include::../../applications/product/src/docs/asciidoc/product.adoc[leveloffset=+2] +//// +webtools help should be remove when global glossary exist, and contain a link to developer-manual#webtools +//// +=== 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] // Plugins Business Applications include::../../plugins/docs/asciidoc/plugins-user-manual.adoc[leveloffset=+1] \ No newline at end of file

