Skip to content

Commit d8cb9da

Browse files
committed
Deployed c78921a to dev with MkDocs 1.6.1 and mike 1.1.2
1 parent 085cf57 commit d8cb9da

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

dev/configuration.schema.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313
"type": "string",
1414
"format": "uri"
1515
}
16+
},
17+
"enable_unsafe_install": {
18+
"description": "set to `true` to allow installation of packages that do not pass the checksum test. This is considered an unsafe installation method and should be used only for development purposes.",
19+
"type": "boolean"
1620
}
1721
},
1822
"type": "object"

dev/configuration/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1569,6 +1569,8 @@ <h2 id="configuration-keys">Configuration keys<a class="headerlink" href="#confi
15691569
<ul>
15701570
<li><code>board_manager</code><ul>
15711571
<li><code>additional_urls</code> - the URLs to any additional Boards Manager package index files needed for your boards platforms.</li>
1572+
<li><code>enable_unsafe_install</code> - set to <code>true</code> to allow installation of packages that do not pass the checksum test. This
1573+
is considered an unsafe installation method and should be used only for development purposes.</li>
15721574
</ul>
15731575
</li>
15741576
<li><code>daemon</code> - options related to running Arduino CLI as a <a href="https://grpc.io">gRPC</a> server.<ul>

dev/search/search_index.json

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

0 commit comments

Comments
 (0)