diff --git a/menu.md b/menu.md
index e14e25ae7..01b9303c1 100644
--- a/menu.md
+++ b/menu.md
@@ -215,11 +215,11 @@
### [Plugins](plugins/)
- [OData v2 Proxy](plugins/#odata-v2-proxy)
+- [ORD](plugins/#ord-open-resource-discovery)
- [UI5 Dev Server](plugins/#ui5-dev-server)
- [GraphQL Adapter](plugins/#graphql-adapter)
- [Audit Logging](plugins/#audit-logging)
- [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/index.md b/plugins/index.md
index 221cec6a3..8383c2af8 100644
--- a/plugins/index.md
+++ b/plugins/index.md
@@ -127,6 +127,20 @@ Available for:
See also [Cookbook > Protocols/APIs > OData APIs > V2 Support](../advanced/odata#v2-support) {.learn-more}
+## 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.
+
+{style="width:450px; box-shadow: 1px 1px 5px #888888"}
+
+Available for:
+
+[
](https://github.com/cap-js/ord)
+
+
+
## UI5 Dev Server
@@ -317,18 +331,6 @@ Available for:
[{style="height:2.5em; display:inline; margin:0 0.2em;"}](https://github.com/cap-js/telemetry#readme)
[{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.
-
-{style="width:450px; box-shadow: 1px 1px 5px #888888"}
-
-Available for:
-
-[
](https://github.com/cap-js/ord)
-
## CAP Operator for Kubernetes {#cap-operator-plugin}