This is an automated email from the ASF dual-hosted git repository.
jleroux pushed a commit to branch release24.09
in repository https://gitbox.apache.org/repos/asf/ofbiz-plugins.git
The following commit(s) were added to refs/heads/release24.09 by this push:
new 7afe16234 Improved: OFBiz Documentation Global Task (OFBIZ-10285)
7afe16234 is described below
commit 7afe16234c8b8eb5d16ce8aac2e0f38ede22ba8d
Author: Jacques Le Roux <[email protected]>
AuthorDate: Mon Nov 18 17:17:51 2024 +0100
Improved: OFBiz Documentation Global Task (OFBIZ-10285)
Puts rest-api.adoc into the right place
Adds a README.md to replace README.old in the old place.
Updates plugins-user-manual.adoc
---
docs/asciidoc/plugins-user-manual.adoc | 2 ++
rest-api/README.md | 2 ++
rest-api/{README.adoc => src/docs/asciidoc/rest-api.adoc} | 0
3 files changed, 4 insertions(+)
diff --git a/docs/asciidoc/plugins-user-manual.adoc
b/docs/asciidoc/plugins-user-manual.adoc
index 571b961a1..da479809b 100644
--- a/docs/asciidoc/plugins-user-manual.adoc
+++ b/docs/asciidoc/plugins-user-manual.adoc
@@ -42,3 +42,5 @@
include::../../ebay/src/docs/asciidoc/ebay.adoc[leveloffset=+1]
include::../../ebaystore/src/docs/asciidoc/ebay-store.adoc[leveloffset=+1]
include::../../example/src/docs/asciidoc/example.adoc[leveloffset=+1]
+
+include::../../rest-api/src/docs/asciidoc/rest-api.adoc[leveloffset=+1]
diff --git a/rest-api/README.md b/rest-api/README.md
new file mode 100644
index 000000000..6477be263
--- /dev/null
+++ b/rest-api/README.md
@@ -0,0 +1,2 @@
+# REST API component
+For more information about this component visit
[https://nightlies.apache.org/ofbiz/trunk/plugins/](https://nightlies.apache.org/ofbiz/trunk/plugins/)
page.
diff --git a/rest-api/README.adoc b/rest-api/src/docs/asciidoc/rest-api.adoc
similarity index 100%
rename from rest-api/README.adoc
rename to rest-api/src/docs/asciidoc/rest-api.adoc