Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
hnaether-c8y committed Dec 5, 2022
1 parent c2b493a commit 213e649
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions ax-ui-hubconnector-microfrontend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,19 @@ The Cumulocity IoT ADAMOS Hub Connector provides 2-way synchronization of device
** Events from Hub
** Settings

## Micro Frontend Plugin

This project was created using the widget-plugin template from c8ycli. This means you can build and deploy this project as plugin and add it's functionality to any existing app on the tenant. As the current plugin approach does not support internationalization, the package.json is still configured to build as standalone app and not as plugin. If you want to revert that, simply change
```
"isPackage": false,
"noAppSwitcher": false,
```
to
```
"isPackage": true,
"noAppSwitcher": true,
```

## API Documentation
The OpenAPI specification of the Connector API is listed here:
https://github.com/SoftwareAG/c8y-adamos-hub-connector/blob/main/hubconnector-oas.json
Expand Down

0 comments on commit 213e649

Please sign in to comment.