Skip to content

Commit 0301b11

Browse files
committed
Deployed 762375c to dev with MkDocs 1.5.3 and mike 2.1.3
1 parent 500a6b7 commit 0301b11

File tree

5 files changed

+12
-109
lines changed

5 files changed

+12
-109
lines changed

dev/CONTRIBUTING/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -932,7 +932,7 @@ <h3 id="pull-request-checklist">Pull request checklist<a class="headerlink" href
932932
<h3 id="development-prerequisites">Development prerequisites<a class="headerlink" href="#development-prerequisites" title="Permanent link">&para;</a></h3>
933933
<p>To build Arduino Lint from sources you need the following tools to be available in your local environment:</p>
934934
<ul>
935-
<li><a href="https://golang.org/doc/install">Go</a> version 1.17 or later</li>
935+
<li><a href="https://golang.org/doc/install">Go</a></li>
936936
<li><a href="https://taskfile.dev/#/installation">Taskfile</a> to help you run the most common tasks from the command line</li>
937937
</ul>
938938
<p>If you want to run integration tests or work on documentation, you will also need:</p>

dev/rules/sketch/index.html

Lines changed: 1 addition & 98 deletions
Original file line numberDiff line numberDiff line change
@@ -458,24 +458,6 @@
458458
</span>
459459
</a>
460460

461-
</li>
462-
463-
<li class="md-nav__item">
464-
<a href="#sketchjson-json-format-sm001" class="md-nav__link">
465-
<span class="md-ellipsis">
466-
sketch.json JSON format (SM001)
467-
</span>
468-
</a>
469-
470-
</li>
471-
472-
<li class="md-nav__item">
473-
<a href="#sketchjson-data-format-sm002" class="md-nav__link">
474-
<span class="md-ellipsis">
475-
sketch.json data format (SM002)
476-
</span>
477-
</a>
478-
479461
</li>
480462

481463
</ul>
@@ -671,24 +653,6 @@
671653
</span>
672654
</a>
673655

674-
</li>
675-
676-
<li class="md-nav__item">
677-
<a href="#sketchjson-json-format-sm001" class="md-nav__link">
678-
<span class="md-ellipsis">
679-
sketch.json JSON format (SM001)
680-
</span>
681-
</a>
682-
683-
</li>
684-
685-
<li class="md-nav__item">
686-
<a href="#sketchjson-data-format-sm002" class="md-nav__link">
687-
<span class="md-ellipsis">
688-
sketch.json data format (SM002)
689-
</span>
690-
</a>
691-
692656
</li>
693657

694658
</ul>
@@ -711,7 +675,7 @@
711675

712676
<h1>Sketch</h1>
713677

714-
<p>Arduino Lint provides 10 rules for the <a href="https://arduino.github.io/arduino-cli/latest/sketch-specification/"><code>sketch</code></a> project type:</p>
678+
<p>Arduino Lint provides 8 rules for the <a href="https://arduino.github.io/arduino-cli/latest/sketch-specification/"><code>sketch</code></a> project type:</p>
715679
<hr />
716680
<p><a id="SS001"></a></p>
717681
<h2 id="name-mismatch-ss001">name mismatch (<code>SS001</code>)<a class="headerlink" href="#name-mismatch-ss001" title="Permanent link">&para;</a></h2>
@@ -959,67 +923,6 @@ <h5 id="rule-levels_7">Rule levels<a class="headerlink" href="#rule-levels_7" ti
959923
</tr>
960924
</tbody>
961925
</table>
962-
<hr />
963-
<p><a id="SM001"></a></p>
964-
<h2 id="sketchjson-json-format-sm001">sketch.json JSON format (<code>SM001</code>)<a class="headerlink" href="#sketchjson-json-format-sm001" title="Permanent link">&para;</a></h2>
965-
<p>The sketch's <code>sketch.json</code> metadata file is not a valid JSON document.</p>
966-
<p>Enabled for superproject type: all<br />
967-
Category: sketch.json<br />
968-
Subcategory: general</p>
969-
<h5 id="rule-levels_8">Rule levels<a class="headerlink" href="#rule-levels_8" title="Permanent link">&para;</a></h5>
970-
<table>
971-
<thead>
972-
<tr>
973-
<th><code>compliance</code></th>
974-
<th>Level</th>
975-
</tr>
976-
</thead>
977-
<tbody>
978-
<tr>
979-
<td>permissive</td>
980-
<td>WARNING</td>
981-
</tr>
982-
<tr>
983-
<td>specification</td>
984-
<td>ERROR</td>
985-
</tr>
986-
<tr>
987-
<td>strict</td>
988-
<td>ERROR</td>
989-
</tr>
990-
</tbody>
991-
</table>
992-
<hr />
993-
<p><a id="SM002"></a></p>
994-
<h2 id="sketchjson-data-format-sm002">sketch.json data format (<code>SM002</code>)<a class="headerlink" href="#sketchjson-data-format-sm002" title="Permanent link">&para;</a></h2>
995-
<p>The sketch's <code>sketch.json</code> metadata file does not have a valid data format.</p>
996-
<p>More information: <a href="https://arduino.github.io/arduino-cli/latest/sketch-specification/#metadata"><strong>here</strong></a><br />
997-
Enabled for superproject type: all<br />
998-
Category: sketch.json<br />
999-
Subcategory: general</p>
1000-
<h5 id="rule-levels_9">Rule levels<a class="headerlink" href="#rule-levels_9" title="Permanent link">&para;</a></h5>
1001-
<table>
1002-
<thead>
1003-
<tr>
1004-
<th><code>compliance</code></th>
1005-
<th>Level</th>
1006-
</tr>
1007-
</thead>
1008-
<tbody>
1009-
<tr>
1010-
<td>permissive</td>
1011-
<td>WARNING</td>
1012-
</tr>
1013-
<tr>
1014-
<td>specification</td>
1015-
<td>ERROR</td>
1016-
</tr>
1017-
<tr>
1018-
<td>strict</td>
1019-
<td>ERROR</td>
1020-
</tr>
1021-
</tbody>
1022-
</table>
1023926

1024927

1025928

dev/search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

dev/sitemap.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,47 +2,47 @@
22
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
33
<url>
44
<loc>https://arduino.github.io/arduino-lint/dev/</loc>
5-
<lastmod>2024-10-17</lastmod>
5+
<lastmod>2024-10-28</lastmod>
66
<changefreq>daily</changefreq>
77
</url>
88
<url>
99
<loc>https://arduino.github.io/arduino-lint/dev/CONTRIBUTING/</loc>
10-
<lastmod>2024-10-17</lastmod>
10+
<lastmod>2024-10-28</lastmod>
1111
<changefreq>daily</changefreq>
1212
</url>
1313
<url>
1414
<loc>https://arduino.github.io/arduino-lint/dev/installation/</loc>
15-
<lastmod>2024-10-17</lastmod>
15+
<lastmod>2024-10-28</lastmod>
1616
<changefreq>daily</changefreq>
1717
</url>
1818
<url>
1919
<loc>https://arduino.github.io/arduino-lint/dev/rules/</loc>
20-
<lastmod>2024-10-17</lastmod>
20+
<lastmod>2024-10-28</lastmod>
2121
<changefreq>daily</changefreq>
2222
</url>
2323
<url>
2424
<loc>https://arduino.github.io/arduino-lint/dev/commands/arduino-lint/</loc>
25-
<lastmod>2024-10-17</lastmod>
25+
<lastmod>2024-10-28</lastmod>
2626
<changefreq>daily</changefreq>
2727
</url>
2828
<url>
2929
<loc>https://arduino.github.io/arduino-lint/dev/rules/library/</loc>
30-
<lastmod>2024-10-17</lastmod>
30+
<lastmod>2024-10-28</lastmod>
3131
<changefreq>daily</changefreq>
3232
</url>
3333
<url>
3434
<loc>https://arduino.github.io/arduino-lint/dev/rules/package-index/</loc>
35-
<lastmod>2024-10-17</lastmod>
35+
<lastmod>2024-10-28</lastmod>
3636
<changefreq>daily</changefreq>
3737
</url>
3838
<url>
3939
<loc>https://arduino.github.io/arduino-lint/dev/rules/platform/</loc>
40-
<lastmod>2024-10-17</lastmod>
40+
<lastmod>2024-10-28</lastmod>
4141
<changefreq>daily</changefreq>
4242
</url>
4343
<url>
4444
<loc>https://arduino.github.io/arduino-lint/dev/rules/sketch/</loc>
45-
<lastmod>2024-10-17</lastmod>
45+
<lastmod>2024-10-28</lastmod>
4646
<changefreq>daily</changefreq>
4747
</url>
4848
</urlset>

dev/sitemap.xml.gz

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)