Skip to content

Commit

Permalink
deploy: 1caf997
Browse files Browse the repository at this point in the history
  • Loading branch information
DavHau committed Oct 11, 2023
1 parent 78530e0 commit 5f8a636
Show file tree
Hide file tree
Showing 44 changed files with 17,207 additions and 583 deletions.
14 changes: 7 additions & 7 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<!-- Book generated using mdBook -->
<meta charset="UTF-8">
<title>Page not found - dream2nix documentation</title>
<title>Page not found - dream2nix</title>
<base href="/">


Expand All @@ -13,12 +13,10 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#ffffff" />

<link rel="icon" href="favicon.svg">
<link rel="shortcut icon" href="favicon.png">
<link rel="stylesheet" href="css/variables.css">
<link rel="stylesheet" href="css/general.css">
<link rel="stylesheet" href="css/chrome.css">
<link rel="stylesheet" href="css/print.css" media="print">

<!-- Fonts -->
<link rel="stylesheet" href="FontAwesome/css/font-awesome.css">
Expand All @@ -30,6 +28,7 @@
<link rel="stylesheet" href="ayu-highlight.css">

<!-- Custom theme stylesheets -->
<link rel="stylesheet" href="flake-parts.css">

</head>
<body>
Expand Down Expand Up @@ -84,7 +83,7 @@

<nav id="sidebar" class="sidebar" aria-label="Table of contents">
<div class="sidebar-scrollbox">
<ol class="chapter"><li class="chapter-item expanded "><a href="intro.html"><strong aria-hidden="true">1.</strong> Introduction</a></li><li class="chapter-item expanded affix "><li class="part-title">Examples</li><li class="chapter-item expanded "><a href="examples.html"><strong aria-hidden="true">2.</strong> dream2nix examples</a></li><li class="chapter-item expanded affix "><li class="part-title">Concepts</li><li class="chapter-item expanded "><a href="modules.html"><strong aria-hidden="true">3.</strong> dream2nix modules</a></li><li class="chapter-item expanded affix "><li class="part-title">Development Roundups</li><li class="chapter-item expanded "><a href="development-roundups/2022-april-june.html"><strong aria-hidden="true">4.</strong> April - June 2022</a></li><li class="chapter-item expanded "><a href="development-roundups/2022-july-september.html"><strong aria-hidden="true">5.</strong> July - September 2022</a></li></ol>
<ol class="chapter"><li class="chapter-item expanded "><a href="intro.html">Introduction</a></li><li class="chapter-item expanded affix "><li class="part-title">Examples</li><li class="chapter-item expanded "><a href="examples.html">dream2nix examples</a></li><li class="chapter-item expanded affix "><li class="part-title">Concepts</li><li class="chapter-item expanded "><a href="modules.html">dream2nix modules</a></li><li class="chapter-item expanded affix "><li class="part-title">Development Roundups</li><li class="chapter-item expanded "><a href="development-roundups/2022-april-june.html">April - June 2022</a></li><li class="chapter-item expanded "><a href="development-roundups/2022-july-september.html">July - September 2022</a></li><li class="chapter-item expanded "><div>Reference Documentation</div></li><li><ol class="section"><li class="chapter-item expanded "><a href="options/WIP-python-pdm.html">WIP-python-pdm</a></li><li class="chapter-item expanded "><a href="options/WIP-python-pyproject.html">WIP-python-pyproject</a></li><li class="chapter-item expanded "><a href="options/WIP-spago.html">WIP-spago</a></li><li class="chapter-item expanded "><a href="options/buildPythonPackage.html">buildPythonPackage</a></li><li class="chapter-item expanded "><a href="options/buildRustPackage.html">buildRustPackage</a></li><li class="chapter-item expanded "><a href="options/builtins-derivation.html">builtins-derivation</a></li><li class="chapter-item expanded "><a href="options/deps.html">deps</a></li><li class="chapter-item expanded "><a href="options/eval-cache.html">eval-cache</a></li><li class="chapter-item expanded "><a href="options/groups.html">groups</a></li><li class="chapter-item expanded "><a href="options/lock.html">lock</a></li><li class="chapter-item expanded "><a href="options/mkDerivation.html">mkDerivation</a></li><li class="chapter-item expanded "><a href="options/nodejs-devshell.html">nodejs-devshell</a></li><li class="chapter-item expanded "><a href="options/nodejs-granular.html">nodejs-granular</a></li><li class="chapter-item expanded "><a href="options/nodejs-granular-v3.html">nodejs-granular-v3</a></li><li class="chapter-item expanded "><a href="options/nodejs-node-modules.html">nodejs-node-modules</a></li><li class="chapter-item expanded "><a href="options/nodejs-package-json.html">nodejs-package-json</a></li><li class="chapter-item expanded "><a href="options/nodejs-package-lock.html">nodejs-package-lock</a></li><li class="chapter-item expanded "><a href="options/nodejs-package-lock-v3.html">nodejs-package-lock-v3</a></li><li class="chapter-item expanded "><a href="options/package-func.html">package-func</a></li><li class="chapter-item expanded "><a href="options/paths.html">paths</a></li><li class="chapter-item expanded "><a href="options/php-composer-lock.html">php-composer-lock</a></li><li class="chapter-item expanded "><a href="options/php-granular.html">php-granular</a></li><li class="chapter-item expanded "><a href="options/pip.html">pip</a></li><li class="chapter-item expanded "><a href="options/public.html">public</a></li><li class="chapter-item expanded "><a href="options/rust-cargo-lock.html">rust-cargo-lock</a></li><li class="chapter-item expanded "><a href="options/rust-crane.html">rust-crane</a></li></ol></li></ol>
</div>
<div id="sidebar-resize-handle" class="sidebar-resize-handle"></div>
</nav>
Expand Down Expand Up @@ -135,11 +134,11 @@
</button>
</div>

<h1 class="menu-title">dream2nix documentation</h1>
<h1 class="menu-title">dream2nix</h1>

<div class="right-buttons">
<a href="print.html" title="Print this book" aria-label="Print this book">
<i id="print-button" class="fa fa-print"></i>
<a href="https://github.com/nix-community/dream2nix" title="Git repository" aria-label="Git repository">
<i id="git-repository-button" class="fa fa-github"></i>
</a>

</div>
Expand Down Expand Up @@ -204,6 +203,7 @@ <h1 id="document-not-found-404"><a class="header" href="#document-not-found-404"
<script src="book.js"></script>

<!-- Custom JS scripts -->
<script src="no-edit-options.js"></script>


</div>
Expand Down
1 change: 1 addition & 0 deletions _redirects
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/getting-things.html /cheat-sheet.html
46 changes: 0 additions & 46 deletions css/print.css

This file was deleted.

17 changes: 10 additions & 7 deletions development-roundups/2022-april-june.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<!-- Book generated using mdBook -->
<meta charset="UTF-8">
<title>April - June 2022 - dream2nix documentation</title>
<title>April - June 2022 - dream2nix</title>


<!-- Custom HTML head -->
Expand All @@ -12,12 +12,10 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#ffffff" />

<link rel="icon" href="../favicon.svg">
<link rel="shortcut icon" href="../favicon.png">
<link rel="stylesheet" href="../css/variables.css">
<link rel="stylesheet" href="../css/general.css">
<link rel="stylesheet" href="../css/chrome.css">
<link rel="stylesheet" href="../css/print.css" media="print">

<!-- Fonts -->
<link rel="stylesheet" href="../FontAwesome/css/font-awesome.css">
Expand All @@ -29,6 +27,7 @@
<link rel="stylesheet" href="../ayu-highlight.css">

<!-- Custom theme stylesheets -->
<link rel="stylesheet" href="../flake-parts.css">

</head>
<body>
Expand Down Expand Up @@ -83,7 +82,7 @@

<nav id="sidebar" class="sidebar" aria-label="Table of contents">
<div class="sidebar-scrollbox">
<ol class="chapter"><li class="chapter-item expanded "><a href="../intro.html"><strong aria-hidden="true">1.</strong> Introduction</a></li><li class="chapter-item expanded affix "><li class="part-title">Examples</li><li class="chapter-item expanded "><a href="../examples.html"><strong aria-hidden="true">2.</strong> dream2nix examples</a></li><li class="chapter-item expanded affix "><li class="part-title">Concepts</li><li class="chapter-item expanded "><a href="../modules.html"><strong aria-hidden="true">3.</strong> dream2nix modules</a></li><li class="chapter-item expanded affix "><li class="part-title">Development Roundups</li><li class="chapter-item expanded "><a href="../development-roundups/2022-april-june.html" class="active"><strong aria-hidden="true">4.</strong> April - June 2022</a></li><li class="chapter-item expanded "><a href="../development-roundups/2022-july-september.html"><strong aria-hidden="true">5.</strong> July - September 2022</a></li></ol>
<ol class="chapter"><li class="chapter-item expanded "><a href="../intro.html">Introduction</a></li><li class="chapter-item expanded affix "><li class="part-title">Examples</li><li class="chapter-item expanded "><a href="../examples.html">dream2nix examples</a></li><li class="chapter-item expanded affix "><li class="part-title">Concepts</li><li class="chapter-item expanded "><a href="../modules.html">dream2nix modules</a></li><li class="chapter-item expanded affix "><li class="part-title">Development Roundups</li><li class="chapter-item expanded "><a href="../development-roundups/2022-april-june.html" class="active">April - June 2022</a></li><li class="chapter-item expanded "><a href="../development-roundups/2022-july-september.html">July - September 2022</a></li><li class="chapter-item expanded "><div>Reference Documentation</div></li><li><ol class="section"><li class="chapter-item expanded "><a href="../options/WIP-python-pdm.html">WIP-python-pdm</a></li><li class="chapter-item expanded "><a href="../options/WIP-python-pyproject.html">WIP-python-pyproject</a></li><li class="chapter-item expanded "><a href="../options/WIP-spago.html">WIP-spago</a></li><li class="chapter-item expanded "><a href="../options/buildPythonPackage.html">buildPythonPackage</a></li><li class="chapter-item expanded "><a href="../options/buildRustPackage.html">buildRustPackage</a></li><li class="chapter-item expanded "><a href="../options/builtins-derivation.html">builtins-derivation</a></li><li class="chapter-item expanded "><a href="../options/deps.html">deps</a></li><li class="chapter-item expanded "><a href="../options/eval-cache.html">eval-cache</a></li><li class="chapter-item expanded "><a href="../options/groups.html">groups</a></li><li class="chapter-item expanded "><a href="../options/lock.html">lock</a></li><li class="chapter-item expanded "><a href="../options/mkDerivation.html">mkDerivation</a></li><li class="chapter-item expanded "><a href="../options/nodejs-devshell.html">nodejs-devshell</a></li><li class="chapter-item expanded "><a href="../options/nodejs-granular.html">nodejs-granular</a></li><li class="chapter-item expanded "><a href="../options/nodejs-granular-v3.html">nodejs-granular-v3</a></li><li class="chapter-item expanded "><a href="../options/nodejs-node-modules.html">nodejs-node-modules</a></li><li class="chapter-item expanded "><a href="../options/nodejs-package-json.html">nodejs-package-json</a></li><li class="chapter-item expanded "><a href="../options/nodejs-package-lock.html">nodejs-package-lock</a></li><li class="chapter-item expanded "><a href="../options/nodejs-package-lock-v3.html">nodejs-package-lock-v3</a></li><li class="chapter-item expanded "><a href="../options/package-func.html">package-func</a></li><li class="chapter-item expanded "><a href="../options/paths.html">paths</a></li><li class="chapter-item expanded "><a href="../options/php-composer-lock.html">php-composer-lock</a></li><li class="chapter-item expanded "><a href="../options/php-granular.html">php-granular</a></li><li class="chapter-item expanded "><a href="../options/pip.html">pip</a></li><li class="chapter-item expanded "><a href="../options/public.html">public</a></li><li class="chapter-item expanded "><a href="../options/rust-cargo-lock.html">rust-cargo-lock</a></li><li class="chapter-item expanded "><a href="../options/rust-crane.html">rust-crane</a></li></ol></li></ol>
</div>
<div id="sidebar-resize-handle" class="sidebar-resize-handle"></div>
</nav>
Expand Down Expand Up @@ -134,11 +133,14 @@
</button>
</div>

<h1 class="menu-title">dream2nix documentation</h1>
<h1 class="menu-title">dream2nix</h1>

<div class="right-buttons">
<a href="../print.html" title="Print this book" aria-label="Print this book">
<i id="print-button" class="fa fa-print"></i>
<a href="https://github.com/nix-community/dream2nix" title="Git repository" aria-label="Git repository">
<i id="git-repository-button" class="fa fa-github"></i>
</a>
<a href="https://github.com/nix-community/dream2nix/edit/main/modules/dream2nix/src/development-roundups/2022-april-june.md" title="Suggest an edit" aria-label="Suggest an edit">
<i id="git-edit-button" class="fa fa-edit"></i>
</a>

</div>
Expand Down Expand Up @@ -265,6 +267,7 @@ <h2 id="more-changes"><a class="header" href="#more-changes">More Changes</a></h
<script src="../book.js"></script>

<!-- Custom JS scripts -->
<script src="../no-edit-options.js"></script>


</div>
Expand Down
Loading

0 comments on commit 5f8a636

Please sign in to comment.