Skip to content

Commit be5b502

Browse files
committed
changed ids to name
1 parent c3463ea commit be5b502

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

_sites/software.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description: A collection of links to all important MQTT brokers/servers, MQTT c
88
<h1>MQTT Software</h1>
99

1010
<section class="accordion-wrapper software" style="margin-bottom: 50px;">
11-
<button id="servers-brokers" class="accordion">Servers / Brokers</button>
11+
<button name="servers-brokers" class="accordion">Servers / Brokers</button>
1212
<div class="panel">
1313
<!-- Entry -->
1414
<div class="panel-item">
@@ -248,7 +248,7 @@ description: A collection of links to all important MQTT brokers/servers, MQTT c
248248
</div>
249249
<!-- End of Broker / Server Panel -->
250250
<!-- Client Libraries Start -->
251-
<button id="client-libraries" class="accordion">Client libraries</button>
251+
<button name="client-libraries" class="accordion">Client libraries</button>
252252
<div class="panel">
253253
<div class="subhead">Device-Specific</div>
254254
<ul>
@@ -444,7 +444,7 @@ description: A collection of links to all important MQTT brokers/servers, MQTT c
444444
</div>
445445
<!-- End of Client Libraries Panel -->
446446
<!-- Tools and Applications Start -->
447-
<button class="accordion">Tools and Applications</button>
447+
<button name="tools-applications" class="accordion">Tools and Applications</button>
448448
<div class="panel">
449449
<div class="subhead">Web</div>
450450
<ul>
@@ -511,7 +511,7 @@ description: A collection of links to all important MQTT brokers/servers, MQTT c
511511
</div>
512512
<!-- Tools and Applications Panel -->
513513
<!-- Plugins to other software Start -->
514-
<button id="plugins" class="accordion">Plugins to other software</button>
514+
<button name="plugins" class="accordion">Plugins to other software</button>
515515
<div class="panel">
516516
<div class="subhead">Utility Plugins</div>
517517
<p>MQTT has been incorporated into various runtimes and frameworks via modules or plugins. The projects listed below therefore depend on additional packages and are not necessarily standalone or for general use. As with the list of clients, some may not provide full support for all of the features of the latest MQTT specification – check with the project in question.</p>
@@ -530,7 +530,7 @@ description: A collection of links to all important MQTT brokers/servers, MQTT c
530530
</div>
531531
<!-- End of Plugins Panel -->
532532
<!-- Devices Start -->
533-
<button id="devices" class="accordion">Devices aka MQTT-enabled products that are "Things"</button>
533+
<button name="devices" class="accordion">Devices aka MQTT-enabled products that are "Things"</button>
534534
<div class="panel">
535535
<div class="subhead">MQTT Products that are "Things"</div>
536536
<p>On the discussion threads we talk about many products that use MQTT. Many of them don't publicly declare it. Others are programmable so are oblivious to MQTT being run on them.

0 commit comments

Comments
 (0)