diff options
author | Leena Miettinen <riitta-leena.miettinen@qt.io> | 2019-07-11 12:44:33 +0200 |
---|---|---|
committer | Leena Miettinen <riitta-leena.miettinen@qt.io> | 2019-07-11 11:20:44 +0000 |
commit | 6e4c55d59921bc4d2e799adc12420d83627ff815 (patch) | |
tree | 4e72562ec4fe0f811f0f58b1819dccca63d3a1de | |
parent | 173a857b2cbfae2093da9d1f744e0fa2aaf60d97 (diff) |
Add the Qt CoAP module to the online sidebar TOC
Place the modules in the TOC in alphabetic order.
Change-Id: Iaefcb077623e2418be6f78f77a8437120be79aae
Reviewed-by: Martin Smith <martin.smith@qt.io>
-rw-r--r-- | src/online/style/qt5-sidebar.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/online/style/qt5-sidebar.html b/src/online/style/qt5-sidebar.html index a8bc586..a6cb072 100644 --- a/src/online/style/qt5-sidebar.html +++ b/src/online/style/qt5-sidebar.html @@ -15,8 +15,9 @@ </div> <div class="indexboxcont indexboxbar"> <ul> - <li><a href="/https://code.qt.io/QtMQTT/index.html">Qt MQTT</a></li> + <li><a href="/https://code.qt.io/QtCoAP/index.html">Qt CoAP</a></li> <li><a href="/https://code.qt.io/QtKNX/index.html">Qt KNX</a></li> + <li><a href="/https://code.qt.io/QtMQTT/index.html">Qt MQTT</a></li> <li><a href="/https://code.qt.io/QtOPCUA/index.html">Qt OPC UA</a></li> <li><a href="/https://code.qt.io/QtForDeviceCreation/index.html">Qt for Device Creation</a></li> </ul> |