Skip to content

Commit 0c3d54f

Browse files
author
Amanda Butler
authored
Fix headings in connectivity.md
Update heading sizes and add unique heading ID for linking best practices and proper rendering.
1 parent 5603930 commit 0c3d54f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/reference/technology/connectivity/connectivity.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
### Network connectivity in Mbed OS
1+
<h2 id="connectivity-tech">Network connectivity in Mbed OS</h2>
22

33
Mbed OS supports a wide range of connectivity options. This section helps you to understand how to connect Mbed OS based devices to the outside world.
44

55
<span class="images">![](https://s3-us-west-2.amazonaws.com/mbed-os-docs-images/connectivity.png)<span>Connectivity options</span></span>
66

77
Below is a brief introduction of the different connectivity technologies that we support.
88

9-
#### Bluetooth low energy
9+
### Bluetooth low energy
1010

1111
<span class="images">![](https://s3-us-west-2.amazonaws.com/mbed-os-docs-images/bluetooth.png)<span>Bluetooth</span></span>
1212

1313
Bluetooth low energy (BLE) is a low power wireless technology standard for personal area networks. Typical applications of BLE are health care, fitness trackers, beacons, smart homes, security, entertainment, proximity sensors, industrial applications and automotives.
1414

1515
To learn how to use Bluetooth low energy on Mbed OS, please refer to the [Bluetooth](/docs/development/reference/bluetooth.html) user API reference.
1616

17-
#### IP Networking
17+
### IP Networking
1818

1919
Arm Mbed OS supports various IP based connectivity options and IP stacks.
2020

@@ -26,7 +26,7 @@ Mbed OS provides network drivers, such as Ethernet, Wi-Fi and cellular.
2626

2727
You can find descriptions of supported interfaces and protocols in the [IP networking](/docs/development/reference/ip-networking.html) section.
2828

29-
#### 6LoWPAN Mesh networking
29+
### 6LoWPAN Mesh networking
3030

3131
<span class="images">![](https://s3-us-west-2.amazonaws.com/mbed-os-docs-images/mesh.png)<span>Tree type mesh</span></span>
3232

@@ -36,7 +36,7 @@ Applications running on 6LoWPAN based mesh networks use the same Mbed OS Socket
3636

3737
For descriptions of mesh networks, please see the [6LoWPAN Mesh](/docs/development/reference/technology.html) section.
3838

39-
#### LoRa
39+
### LoRa
4040

4141
<span class="images">![](https://s3-us-west-2.amazonaws.com/mbed-os-docs-images/lora.png)<span>LoRa</span></span>
4242

0 commit comments

Comments
 (0)