This is an automated email from the ASF dual-hosted git repository.
dixitdeepak pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-plugins.git
The following commit(s) were added to refs/heads/trunk by this push:
new 6b5de3036 Removed rest-api references from dependabot.yml, SKILL.md
and plugins-user-manual.adoc (OFBIZ-13415)
6b5de3036 is described below
commit 6b5de303651520f733fe00843941cde3e72e5b39
Author: Deepak Dixit <[email protected]>
AuthorDate: Tue Jun 16 10:50:58 2026 +0530
Removed rest-api references from dependabot.yml, SKILL.md and
plugins-user-manual.adoc (OFBIZ-13415)
---
.github/dependabot.yml | 2 --
ai-agent-skills/manage-api-integration/SKILL.md | 4 ++--
docs/asciidoc/plugins-user-manual.adoc | 2 --
3 files changed, 2 insertions(+), 6 deletions(-)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index fd8eed1f0..659661618 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -29,7 +29,6 @@ updates:
- "/ldap"
- "/lucene"
- "/pricat"
- - "/rest-api"
schedule:
interval: "daily"
#groups:
@@ -50,7 +49,6 @@ updates:
- "/ldap"
- "/lucene"
- "/pricat"
- - "/rest-api"
target-branch: "release24.09"
schedule:
interval: "daily"
diff --git a/ai-agent-skills/manage-api-integration/SKILL.md
b/ai-agent-skills/manage-api-integration/SKILL.md
index 4ef223526..86a164da0 100644
--- a/ai-agent-skills/manage-api-integration/SKILL.md
+++ b/ai-agent-skills/manage-api-integration/SKILL.md
@@ -26,9 +26,9 @@ description: Define and integrate REST and SOAP APIs in OFBiz.
Integration patterns for exposing OFBiz services via REST and SOAP, and
handling JSON responses.
-## REST API (rest-api plugin)
+## REST API (rest-api)
-OFBiz uses the `rest-api` plugin (based on Jersey) to declaratively expose
services.
+OFBiz uses the `rest-api` (based on Jersey) to declaratively expose services.
### REST API Definitions
diff --git a/docs/asciidoc/plugins-user-manual.adoc
b/docs/asciidoc/plugins-user-manual.adoc
index da479809b..571b961a1 100644
--- a/docs/asciidoc/plugins-user-manual.adoc
+++ b/docs/asciidoc/plugins-user-manual.adoc
@@ -42,5 +42,3 @@
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]