Skip to content
Draft
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
1 change: 0 additions & 1 deletion source/get_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ Choose your favourite language and framework and follow our getting started guid
```{toctree}
:maxdepth: 1
get_started/c_esp32.md
get_started/cpp_qt5.md
get_started/cpp.md
get_started/elixir.md
get_started/go.md
Expand Down
91 changes: 0 additions & 91 deletions source/get_started/cpp_qt5.md

This file was deleted.

1 change: 0 additions & 1 deletion source/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ At the moment the following SDKs are available:
| **C** | Espressif | MQTT | [GitHub](https://github.com/astarte-platform/astarte-device-sdk-esp32) | [API docs](https://docs.astarte-platform.org/device-sdks/esp32/latest/api/) | [Get started](get_started/c_esp32.md) |
| **C** | Zephyr | MQTT | [GitHub](https://github.com/astarte-platform/astarte-device-sdk-zephyr) | [API docs](https://docs.astarte-platform.org/device-sdks/zephyr/latest/api/) | [Get started](get_started/zephyr.md) |
| **C++** | Linux/Windows | gRPC | [GitHub](https://github.com/astarte-platform/astarte-device-sdk-cpp) | [API docs](https://docs.astarte-platform.org/device-sdks/cpp/latest/api/) | [Get started](get_started/cpp.md) |
| **C++** | Qt5 | MQTT | [GitHub](https://github.com/astarte-platform/astarte-device-sdk-qt5) | | [Get started](get_started/cpp_qt5.md) |
| **C#** | | MQTT | [GitHub](https://github.com/astarte-platform/astarte-device-sdk-csharp) | [API docs](https://docs.astarte-platform.org/device-sdks/csharp/snapshot/api/) | [Get started](get_started/csharp.md) |
| **Elixir** | | MQTT | [GitHub](https://github.com/astarte-platform/astarte-device-sdk-elixir) | | [Get started](get_started/elixir.md) |
| **Go** | | MQTT | [GitHub](https://github.com/astarte-platform/astarte-device-sdk-go) | [API docs](https://pkg.go.dev/github.com/astarte-platform/astarte-device-sdk-go) | [Get started](get_started/go.md) |
Expand Down