style: fix wording
Co-authored-by: Zaiming (Stone) Shi <zmstone@gmail.com>
This commit is contained in:
parent
7c597bfaa9
commit
1ff96f5314
|
@ -12,16 +12,13 @@ different statistics and metrics.
|
||||||
|
|
||||||
Amongst others it allows to manage
|
Amongst others it allows to manage
|
||||||
|
|
||||||
* alarms,
|
* Alarms
|
||||||
* API Keys,
|
* API Keys
|
||||||
* banned clients, users or hosts,
|
* Banned clients, users or hosts
|
||||||
* connected clients including their topic subscriptions,
|
* Clients (and sessions) including their topic subscriptions
|
||||||
* cluster configurations,
|
* Configurations
|
||||||
* configuration of MQTT listeners,
|
* Manage plugins
|
||||||
* node configuration,
|
* Fixed subscriptions
|
||||||
* custom plugins,
|
|
||||||
* fixed subscriptions,
|
|
||||||
* and topics.
|
|
||||||
|
|
||||||
Moreover it lets you
|
Moreover it lets you
|
||||||
|
|
||||||
|
@ -33,7 +30,7 @@ Moreover it lets you
|
||||||
## Implementation Notes
|
## Implementation Notes
|
||||||
|
|
||||||
API endpoints are implemented using the `minirest` framework in combination with
|
API endpoints are implemented using the `minirest` framework in combination with
|
||||||
`hoconsc` and `emqx_dashboard_swagger`.
|
HOCON schema and OpenAPI 3.0 specifications.
|
||||||
|
|
||||||
## TODO/FIXME
|
## TODO/FIXME
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue