Skip to content

Commit

Permalink
deploy: 2ab1b14
Browse files Browse the repository at this point in the history
  • Loading branch information
fosskers committed Aug 4, 2024
1 parent 96f0ec0 commit 4dcbea7
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
8 changes: 6 additions & 2 deletions configuration.html
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,9 @@ <h1 class="menu-title">The Aura User Guide</h1>
<main>
<h1 id="configuring-aura"><a class="header" href="#configuring-aura">Configuring Aura</a></h1>
<p>For certain settings we use all the time (e.g. language, build paths, etc.),
Aura is configurable via <code>~/.config/aura/config.toml</code>. This file, with sensible
defaults, can be generated via:</p>
Aura is configurable via <code>~/.config/aura/config.toml</code> in the <a href="https://en.wikipedia.org/wiki/TOML">TOML
format</a>. This file, with sensible defaults,
can be generated via:</p>
<pre><code>aura conf --gen &gt; ~/.config/aura/config.toml
</code></pre>
<p>Here are the specifics of each field.</p>
Expand Down Expand Up @@ -214,6 +215,9 @@ <h2 id="aur-package-building"><a class="header" href="#aur-package-building">AUR
<tr><td style="text-align: left"><code>skipdepcheck</code></td><td style="text-align: left">bool</td><td style="text-align: left">Don't perform dependency checking at all.</td></tr>
</tbody></table>
</div>
<p>Fields of type <code>string list</code> look like this:</p>
<pre><code class="language-toml">ignores = ["foo", "bar", "baz"]
</code></pre>
<h2 id="package-snapshots"><a class="header" href="#package-snapshots">Package Snapshots</a></h2>
<p>Governed within the <code>[backups]</code> section.</p>
<div class="table-wrapper"><table><thead><tr><th style="text-align: left">Field</th><th style="text-align: left">Type</th><th style="text-align: left">Purpose</th></tr></thead><tbody>
Expand Down
8 changes: 6 additions & 2 deletions print.html
Original file line number Diff line number Diff line change
Expand Up @@ -1223,8 +1223,9 @@ <h2 id="display-reverse-dependencies"><a class="header" href="#display-reverse-d
<p>...nevermind. Note that cyan nodes indicate AUR packages.</p>
<div style="break-before: page; page-break-before: always;"></div><h1 id="configuring-aura"><a class="header" href="#configuring-aura">Configuring Aura</a></h1>
<p>For certain settings we use all the time (e.g. language, build paths, etc.),
Aura is configurable via <code>~/.config/aura/config.toml</code>. This file, with sensible
defaults, can be generated via:</p>
Aura is configurable via <code>~/.config/aura/config.toml</code> in the <a href="https://en.wikipedia.org/wiki/TOML">TOML
format</a>. This file, with sensible defaults,
can be generated via:</p>
<pre><code>aura conf --gen &gt; ~/.config/aura/config.toml
</code></pre>
<p>Here are the specifics of each field.</p>
Expand Down Expand Up @@ -1259,6 +1260,9 @@ <h2 id="aur-package-building"><a class="header" href="#aur-package-building">AUR
<tr><td style="text-align: left"><code>skipdepcheck</code></td><td style="text-align: left">bool</td><td style="text-align: left">Don't perform dependency checking at all.</td></tr>
</tbody></table>
</div>
<p>Fields of type <code>string list</code> look like this:</p>
<pre><code class="language-toml">ignores = ["foo", "bar", "baz"]
</code></pre>
<h2 id="package-snapshots"><a class="header" href="#package-snapshots">Package Snapshots</a></h2>
<p>Governed within the <code>[backups]</code> section.</p>
<div class="table-wrapper"><table><thead><tr><th style="text-align: left">Field</th><th style="text-align: left">Type</th><th style="text-align: left">Purpose</th></tr></thead><tbody>
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 4dcbea7

Please sign in to comment.