Skip to content

Commit

Permalink
Update gh-pages
Browse files Browse the repository at this point in the history
Store path: /nix/store/pw9vaj5gvfhdvzpwlls0znvkcjhnz3zn-cardano-nix-docs
  • Loading branch information
hercules-ci[bot] committed May 15, 2024
1 parent 33fa597 commit 980646b
Show file tree
Hide file tree
Showing 17 changed files with 961 additions and 10 deletions.
14 changes: 14 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -521,6 +521,20 @@



<li class="md-nav__item">
<a href="/mlabs-haskell/cardano.nix/reference/module-options/kupo/" class="md-nav__link">
Kupo
</a>
</li>









<li class="md-nav__item">
<a href="/mlabs-haskell/cardano.nix/reference/module-options/node/" class="md-nav__link">
Node
Expand Down
14 changes: 14 additions & 0 deletions development/contributing/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -592,6 +592,20 @@



<li class="md-nav__item">
<a href="../../reference/module-options/kupo/" class="md-nav__link">
Kupo
</a>
</li>









<li class="md-nav__item">
<a href="../../reference/module-options/node/" class="md-nav__link">
Node
Expand Down
14 changes: 14 additions & 0 deletions development/develop/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -584,6 +584,20 @@



<li class="md-nav__item">
<a href="../../reference/module-options/kupo/" class="md-nav__link">
Kupo
</a>
</li>









<li class="md-nav__item">
<a href="../../reference/module-options/node/" class="md-nav__link">
Node
Expand Down
26 changes: 20 additions & 6 deletions getting-started/deploy/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -395,8 +395,8 @@
</li>

<li class="md-nav__item">
<a href="#configurationnix" class="md-nav__link">
configuration.nix
<a href="#previewnix" class="md-nav__link">
preview.nix
</a>

</li>
Expand Down Expand Up @@ -626,6 +626,20 @@



<li class="md-nav__item">
<a href="../../reference/module-options/kupo/" class="md-nav__link">
Kupo
</a>
</li>









<li class="md-nav__item">
<a href="../../reference/module-options/node/" class="md-nav__link">
Node
Expand Down Expand Up @@ -716,8 +730,8 @@
</li>

<li class="md-nav__item">
<a href="#configurationnix" class="md-nav__link">
configuration.nix
<a href="#previewnix" class="md-nav__link">
preview.nix
</a>

</li>
Expand Down Expand Up @@ -805,12 +819,12 @@ <h4 id="flakenix"><code>flake.nix</code></h4>
<li>a NixOS configuration for the virtual machine, under <code>nixosConfigurations.server-vm</code></li>
<li>an app to run the virtual machine as above, under <code>apps.x86_64-linux.server-vm</code></li>
</ul>
<h4 id="configurationnix"><code>configuration.nix</code></h4>
<h4 id="previewnix"><code>preview.nix</code></h4>
<p>This is the <a href="https://zero-to-nix.com/concepts/nixos#configuration">NixOS configuration</a> to run cardano services for the machine.</p>
<h4 id="vmnix"><code>vm.nix</code></h4>
<p>This NixOS configuration sets virtual machine options such as cores, memory and port forwarding. It is included in the configuration for the <code>nixosConfigurations.server-vm</code> virtual machine in <code>flake.nix</code>.</p>
<h3 id="customize">Customize</h3>
<p>To learn more, browse available <a href="https://search.nixos.org/options">NixOS options in nixpkgs</a> and <a href="../../reference/module-options/cardano/">NixOS options provided by cardano.nix</a> (see other modules in the menu on the left). You can ad these options to <code>configuration.nix</code> to configure the system.</p>
<p>To learn more, browse available <a href="https://search.nixos.org/options">NixOS options in nixpkgs</a> and <a href="../../reference/module-options/cardano/">NixOS options provided by cardano.nix</a> (see other modules in the menu on the left). You can ad these options to <code>preview.nix</code> to configure the system.</p>
<h3 id="deployment-options">Deployment options</h3>
<p>The configuration can be deployed to any target running NixOS, such as:</p>
<ul>
Expand Down
14 changes: 14 additions & 0 deletions getting-started/installation/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -605,6 +605,20 @@



<li class="md-nav__item">
<a href="../../reference/module-options/kupo/" class="md-nav__link">
Kupo
</a>
</li>









<li class="md-nav__item">
<a href="../../reference/module-options/node/" class="md-nav__link">
Node
Expand Down
18 changes: 18 additions & 0 deletions getting-started/vm/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -537,6 +537,20 @@



<li class="md-nav__item">
<a href="../../reference/module-options/kupo/" class="md-nav__link">
Kupo
</a>
</li>









<li class="md-nav__item">
<a href="../../reference/module-options/node/" class="md-nav__link">
Node
Expand Down Expand Up @@ -641,6 +655,10 @@ <h1>Run a VM</h1>
<td>ogmios</td>
<td>1337</td>
</tr>
<tr>
<td>kupo</td>
<td>1442</td>
</tr>
</tbody>
</table>
<p>You can log in with user <code>root</code>. The password is empty. In the virtual machine, <code>cardano-cli</code> is available to query the node.</p>
Expand Down
14 changes: 14 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -585,6 +585,20 @@



<li class="md-nav__item">
<a href="reference/module-options/kupo/" class="md-nav__link">
Kupo
</a>
</li>









<li class="md-nav__item">
<a href="reference/module-options/node/" class="md-nav__link">
Node
Expand Down
14 changes: 14 additions & 0 deletions license/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -544,6 +544,20 @@



<li class="md-nav__item">
<a href="../reference/module-options/kupo/" class="md-nav__link">
Kupo
</a>
</li>









<li class="md-nav__item">
<a href="../reference/module-options/node/" class="md-nav__link">
Node
Expand Down
16 changes: 15 additions & 1 deletion reference/module-options/cardano/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -594,6 +594,20 @@



<li class="md-nav__item">
<a href="../kupo/" class="md-nav__link">
Kupo
</a>
</li>









<li class="md-nav__item">
<a href="../node/" class="md-nav__link">
Node
Expand Down Expand Up @@ -716,7 +730,7 @@
<h1>Cardano</h1>

<h2 id="cardanoenable">cardano.enable</h2>
<p>Whether to enable all Cardano services and HTTP proxy</p>
<p>Whether to enable all Cardano services and HTTP proxy.</p>
<p><em>Type:</em>
boolean</p>
<p><em>Default:</em>
Expand Down
14 changes: 14 additions & 0 deletions reference/module-options/cli/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -573,6 +573,20 @@



<li class="md-nav__item">
<a href="../kupo/" class="md-nav__link">
Kupo
</a>
</li>









<li class="md-nav__item">
<a href="../node/" class="md-nav__link">
Node
Expand Down
16 changes: 15 additions & 1 deletion reference/module-options/http/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<link rel="prev" href="../cli/">


<link rel="next" href="../node/">
<link rel="next" href="../kupo/">

<link rel="icon" href="../../../assets/favicon.png">
<meta name="generator" content="mkdocs-1.4.2, mkdocs-material-9.1.13">
Expand Down Expand Up @@ -573,6 +573,20 @@



<li class="md-nav__item">
<a href="../kupo/" class="md-nav__link">
Kupo
</a>
</li>









<li class="md-nav__item">
<a href="../node/" class="md-nav__link">
Node
Expand Down
Loading

0 comments on commit 980646b

Please sign in to comment.