Skip to content

Commit

Permalink
Deploying to gh-pages from @ 443be9d 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
pepoviola committed Jan 14, 2024
1 parent 9436308 commit bb06f1d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions network-definition-spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ <h2 id="relaychain"><a class="header" href="#relaychain"><code>relaychain</code>
<li><code>max_nominations</code>: (number, default 24), the max allowed number of nominations by a nominator. This should match the value set in the runtime (e.g Kusama is 24 and Polkadot 16).</li>
<li><code>nodes</code>:
<ul>
<li><code>*name</code>: (String) Name of the node.</li>
<li><code>*name</code>: (String) Name of the node. <em>Note</em>: Any whitespace in the name will be replaced with a dash (e.g 'new alice' -&gt; 'new-alice').</li>
<li><code>image</code>: (String) Override default docker image to use for this node.</li>
<li><code>command</code>: (String) Override default command.</li>
<li><code>command_with_args</code>: (String) Override default command and args.</li>
Expand Down Expand Up @@ -241,7 +241,7 @@ <h2 id="relaychain"><a class="header" href="#relaychain"><code>relaychain</code>
</li>
<li><code>node_groups</code>:
<ul>
<li><code>*name</code>: (String) Group name, used for naming the nodes (e.g name-1)</li>
<li><code>*name</code>: (String) Group name, used for naming the nodes (e.g name-1) <em>Note</em>: Any whitespace in the name will be replaced with a dash (e.g 'new group' -&gt; 'new-group').</li>
<li><code>*count</code> (Number), Number of <code>nodes</code> to launch for this group.</li>
<li><code>image</code>: (String) Override default docker image to use for this node.</li>
<li><code>command</code>: (String) Override default command.</li>
Expand Down Expand Up @@ -291,7 +291,7 @@ <h2 id="parachains"><a class="header" href="#parachains"><code>parachains</code>
<li>
<p><code>collator</code>:</p>
<ul>
<li><code>*name</code>: (String) Name of the collator.</li>
<li><code>*name</code>: (String) Name of the collator. <em>Note</em>: Any whitespace in the name will be replaced with a dash (e.g 'new alice' -&gt; 'new-alice').</li>
<li><code>image</code>: (String) Image to use.</li>
<li><code>command</code>: (String, default <code>polkadot-parachain</code>) Command to run.</li>
<li><code>args</code>: (Array of strings) An array of arguments to use as default to pass to the <code>command</code>.</li>
Expand All @@ -309,7 +309,7 @@ <h2 id="parachains"><a class="header" href="#parachains"><code>parachains</code>
<li>
<p><code>collator_groups</code>:</p>
<ul>
<li><code>*name</code>: (String) Name of the collator.</li>
<li><code>*name</code>: (String) Name of the collator. <em>Note</em>: Any whitespace in the name will be replaced with a dash (e.g 'new alice' -&gt; 'new-alice').</li>
<li><code>*count</code>: (Number) Number of <code>collators</code> to launch for this group.</li>
<li><code>image</code>: (String) Image to use.</li>
<li><code>command</code>: (String, default <code>polkadot-parachain</code>) Command to run.</li>
Expand Down
8 changes: 4 additions & 4 deletions print.html
Original file line number Diff line number Diff line change
Expand Up @@ -704,7 +704,7 @@ <h2 id="relaychain"><a class="header" href="#relaychain"><code>relaychain</code>
<li><code>max_nominations</code>: (number, default 24), the max allowed number of nominations by a nominator. This should match the value set in the runtime (e.g Kusama is 24 and Polkadot 16).</li>
<li><code>nodes</code>:
<ul>
<li><code>*name</code>: (String) Name of the node.</li>
<li><code>*name</code>: (String) Name of the node. <em>Note</em>: Any whitespace in the name will be replaced with a dash (e.g 'new alice' -&gt; 'new-alice').</li>
<li><code>image</code>: (String) Override default docker image to use for this node.</li>
<li><code>command</code>: (String) Override default command.</li>
<li><code>command_with_args</code>: (String) Override default command and args.</li>
Expand Down Expand Up @@ -732,7 +732,7 @@ <h2 id="relaychain"><a class="header" href="#relaychain"><code>relaychain</code>
</li>
<li><code>node_groups</code>:
<ul>
<li><code>*name</code>: (String) Group name, used for naming the nodes (e.g name-1)</li>
<li><code>*name</code>: (String) Group name, used for naming the nodes (e.g name-1) <em>Note</em>: Any whitespace in the name will be replaced with a dash (e.g 'new group' -&gt; 'new-group').</li>
<li><code>*count</code> (Number), Number of <code>nodes</code> to launch for this group.</li>
<li><code>image</code>: (String) Override default docker image to use for this node.</li>
<li><code>command</code>: (String) Override default command.</li>
Expand Down Expand Up @@ -782,7 +782,7 @@ <h2 id="parachains"><a class="header" href="#parachains"><code>parachains</code>
<li>
<p><code>collator</code>:</p>
<ul>
<li><code>*name</code>: (String) Name of the collator.</li>
<li><code>*name</code>: (String) Name of the collator. <em>Note</em>: Any whitespace in the name will be replaced with a dash (e.g 'new alice' -&gt; 'new-alice').</li>
<li><code>image</code>: (String) Image to use.</li>
<li><code>command</code>: (String, default <code>polkadot-parachain</code>) Command to run.</li>
<li><code>args</code>: (Array of strings) An array of arguments to use as default to pass to the <code>command</code>.</li>
Expand All @@ -800,7 +800,7 @@ <h2 id="parachains"><a class="header" href="#parachains"><code>parachains</code>
<li>
<p><code>collator_groups</code>:</p>
<ul>
<li><code>*name</code>: (String) Name of the collator.</li>
<li><code>*name</code>: (String) Name of the collator. <em>Note</em>: Any whitespace in the name will be replaced with a dash (e.g 'new alice' -&gt; 'new-alice').</li>
<li><code>*count</code>: (Number) Number of <code>collators</code> to launch for this group.</li>
<li><code>image</code>: (String) Image to use.</li>
<li><code>command</code>: (String, default <code>polkadot-parachain</code>) Command to run.</li>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

0 comments on commit bb06f1d

Please sign in to comment.