diff --git a/menu.md b/menu.md index 8b05fa8d3..e14e25ae7 100644 --- a/menu.md +++ b/menu.md @@ -221,4 +221,5 @@ - [Change Tracking](plugins/#change-tracking) - [Notifications](plugins/#notifications) - [Telemetry](plugins/#telemetry) +- [ORD](plugins/#ord) - [CAP Operator for K8s](plugins/#cap-operator-plugin) diff --git a/plugins/assets/index/ordCLI.png b/plugins/assets/index/ordCLI.png new file mode 100644 index 000000000..52e1bfb5a Binary files /dev/null and b/plugins/assets/index/ordCLI.png differ diff --git a/plugins/index.md b/plugins/index.md index e8ecd8e28..221cec6a3 100644 --- a/plugins/index.md +++ b/plugins/index.md @@ -317,6 +317,18 @@ Available for: [![Node.js](../assets/logos/nodejs.svg 'Link to the plugins repository.'){style="height:2.5em; display:inline; margin:0 0.2em;"}](https://github.com/cap-js/telemetry#readme) [![Java](../assets/logos/java.svg 'Link to the documentation of the telemetry feature.'){style="height:3em; display:inline; margin:0 0.2em;"}](../java/operating-applications/observability#open-telemetry) +## ORD (Open Resource Discovery) + +This plugin enables generation of ORD document for CAP based applications. You can get the ORD document in multiple ways, see the readme of the plugin. + +When you adopt ORD, your application gains a single entry point, known as the Service Provider Interface. This interface allows you to discover and gather relevant information or metadata. You can use this information to construct a static metadata catalog or to perform a detailed runtime inspection of your actual system landscapes. + +![](./assets/index/ordCLI.png){style="width:450px; box-shadow: 1px 1px 5px #888888"} + +Available for: + +[link to the repository for cap-js attachments](https://github.com/cap-js/ord) + ## CAP Operator for Kubernetes {#cap-operator-plugin} @@ -336,4 +348,3 @@ Available for:
-