|
1 | 1 | ## API overview
|
2 | 2 |
|
3 |
| -The [APIs](/docs/v5.8/introduction/glossary.html) in this document are organized by the feature, or group of features, they enable. |
| 3 | +The [APIs](glossary.html) in this document are organized by the feature, or group of features, they enable. |
4 | 4 |
|
5 |
| -- [Platform](/docs/v5.8/reference/platform.html): platform modules that provide consistent user experience. |
6 |
| -- [Drivers](/docs/v5.8/reference/drivers.html): analog and digital input and outputs and digital interfaces. |
7 |
| -- [RTOS](/docs/v5.8/reference/rtos.html): handling tasks and events in Mbed OS. |
8 |
| -- [Network Socket](/docs/v5.8/reference/network-socket.html): network sockets, Ethernet, Wi-Fi, cellular and mesh networking. |
9 |
| -- [Bluetooth](/docs/v5.8/reference/bluetooth.html): bluetooth low energy. |
10 |
| -- [LoRaWAN](/docs/v5.8/reference/lorawan.html): low power wide area network. |
11 |
| -- [Security](/docs/v5.8/reference/security.html): working with Arm Mbed uVisor and Arm Mbed TLS in the context of Mbed OS. |
12 |
| -- [Storage](/docs/v5.8/reference/storage.html): working with the file system. |
| 5 | +- [Platform](platform.html): platform modules that provide consistent user experience. |
| 6 | +- [Drivers](drivers.html): analog and digital input and outputs and digital interfaces. |
| 7 | +- [RTOS](rtos.html): handling tasks and events in Mbed OS. |
| 8 | +- [Network Socket](network-socket.html): network sockets, Ethernet, Wi-Fi, cellular and mesh networking. |
| 9 | +- [Bluetooth](bluetooth.html): bluetooth low energy. |
| 10 | +- [LoRaWAN](lorawan.html): low power wide area network. |
| 11 | +- [Security](security.html): working with Arm Mbed uVisor and Arm Mbed TLS in the context of Mbed OS. |
| 12 | +- [Storage](storage.html): working with the file system. |
13 | 13 |
|
14 |
| -We also provide guidelines for [contributing to Mbed OS](/docs/v5.8/reference/contributing.html). |
| 14 | +We also provide guidelines for [contributing to Mbed OS](contributing.html). |
0 commit comments