Skip to content

ORD Plugin reorder #1103

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion menu.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
26 changes: 14 additions & 12 deletions plugins/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

![](./assets/index/ordCLI.png){style="width:450px; box-shadow: 1px 1px 5px #888888"}

Available for:

[<img src="../assets/logos/nodejs.svg" style="height:2.5em; display:inline; margin:0 0.2em;" alt="link to the repository for cap-js attachments"/>](https://github.com/cap-js/ord)



## UI5 Dev Server


Expand Down Expand Up @@ -317,18 +331,6 @@ 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:

[<img src="../assets/logos/nodejs.svg" style="height:2.5em; display:inline; margin:0 0.2em;" alt="link to the repository for cap-js attachments"/>](https://github.com/cap-js/ord)


## CAP Operator for Kubernetes {#cap-operator-plugin}

Expand Down