From fffe0ff92544bde832bc16460205520f2dc3971f Mon Sep 17 00:00:00 2001
From: D050513 <sebastian.van.syckel@sap.com>
Date: Tue, 1 Apr 2025 11:36:52 +0200
Subject: [PATCH] old event hub docs

---
 guides/messaging/event-broker.md | 2 ++
 guides/messaging/index.md        | 2 ++
 node.js/messaging.md             | 2 ++
 plugins/index.md                 | 2 ++
 4 files changed, 8 insertions(+)

diff --git a/guides/messaging/event-broker.md b/guides/messaging/event-broker.md
index 4f567632a..d72bfa635 100644
--- a/guides/messaging/event-broker.md
+++ b/guides/messaging/event-broker.md
@@ -37,6 +37,8 @@ The following guide is based on a productive (paid) account on SAP BTP.
 
 ## Consuming Events in a Stand-alone App { #consume-standalone }
 
+<!-- Event Hub non-SaaS -->
+
 This guide describes the end-to-end process of developing a stand-alone (or "single tenant") CAP application that consumes messages via SAP Cloud Application Event Hub.
 The guide uses SAP S/4HANA as the event emitter, but this is a stand-in for any system that is able to publish CloudEvents via SAP Cloud Application Event Hub.
 
diff --git a/guides/messaging/index.md b/guides/messaging/index.md
index cf2a9a0fe..71422b1f7 100644
--- a/guides/messaging/index.md
+++ b/guides/messaging/index.md
@@ -584,6 +584,8 @@ Find additional information about deploying SAP Event Mesh on SAP BTP in this gu
 
 ## [Using SAP Cloud Application Event Hub](./event-broker) {#sap-event-broker}
 
+<!-- Event Hub Root -->
+
 CAP has growing out-of-the-box support for SAP Cloud Application Event Hub.
 As an application developer, all you need to do is configuring CAP to use `event-broker`, as in this excerpt from a _package.json_:
 
diff --git a/node.js/messaging.md b/node.js/messaging.md
index 4ad793faf..626a3a397 100644
--- a/node.js/messaging.md
+++ b/node.js/messaging.md
@@ -403,6 +403,8 @@ If you enable the [cors middleware](https://www.npmjs.com/package/cors), [handsh
 
 ### SAP Cloud Application Event Hub <Beta/> { #event-broker }
 
+<!-- Event Hub non-SaaS -->
+
 `kind`: `event-broker`
 
 Use this if you want to communicate using [SAP Cloud Application Event Hub](https://help.sap.com/docs/event-broker).
diff --git a/plugins/index.md b/plugins/index.md
index 77a92deb1..e952ac4c1 100644
--- a/plugins/index.md
+++ b/plugins/index.md
@@ -377,6 +377,8 @@ Available for:
 
 ## SAP Cloud Application Event Hub {#event-broker-plugin}
 
+<!-- Event Hub Plugin -->
+
 The plugin provides out-of-the-box support for consuming events from [SAP Cloud Application Event Hub](https://discovery-center.cloud.sap/serviceCatalog/sap-event-hub) -- for example emitted by SAP S/4HANA Cloud -- in stand-alone CAP applications.
 
 ```js