Skip to content

Commit

Permalink
Merge pull request espressif#267 from gabsuren/esp_mqtt_cxx/updated_d…
Browse files Browse the repository at this point in the history
…ocs_and_yml_file

docs(esp_mqtt_cxx): updated documentation and deployment *yml file
  • Loading branch information
gabsuren authored Apr 5, 2023
2 parents db0e20f + a547ec8 commit 10f8200
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docs-component.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ jobs:
- name: Upload components to component service
uses: espressif/github-actions/upload_components@master
with:
directories: "components/esp_modem;components/esp_websocket_client;components/mdns;components/asio"
directories: "components/esp_modem;components/esp_websocket_client;components/mdns;components/asio;components/esp_mqtt_cxx"
namespace: "espressif"
api_token: ${{ secrets.IDF_COMPONENT_API_TOKEN }}
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,8 @@

* Brief introduction [README](components/asio/README.md)
* Full html [documentation](https://docs.espressif.com/projects/esp-protocols/docs/latest/asio/index.html)

### esp_mqtt_cxx

* Brief introduction [README](components/esp_mqtt_cxx/README.md)
* Full html [documentation](https://docs.espressif.com/projects/esp-protocols/docs/latest/esp_mqtt_cxx/index.html)
13 changes: 13 additions & 0 deletions components/esp_mqtt_cxx/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# esp_mqtt_cxx

[![Component Registry](https://components.espressif.com/components/espressif/esp_mqtt_cxx/badge.svg)](https://components.espressif.com/components/espressif/esp_mqtt_cxx)

The ESP MQTT client is a wrapper over the esp_mqtt client with the goal of providing a higher level API.

## Examples

Get started with [examples](examples)

## Documentation

* View the full [html documentation](https://docs.espressif.com/projects/esp-protocols/docs/latest/esp_mqtt_cxx/index.html)
4 changes: 2 additions & 2 deletions docs/esp_mqtt_cxx/en/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ Events are dispatched throug calls to member functions each one dedicated to a t
Application Example
-------------------

* :example:`tcp <../examples/tcp>`
* :example:`ssl <../examples/ssl>`
* :example:`tcp <../../components/esp_mqtt_cxx/examples/tcp>`
* :example:`ssl <../../components/esp_mqtt_cxx/examples/ssl>`

API Reference
-------------
Expand Down

0 comments on commit 10f8200

Please sign in to comment.