Skip to content

Commit

Permalink
deploy: c2af5a1
Browse files Browse the repository at this point in the history
  • Loading branch information
casey committed Jan 11, 2024
1 parent cd9b078 commit 12f2d19
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 2 deletions.
16 changes: 16 additions & 0 deletions man/en/chapter_31.html
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,22 @@ <h4 id="semantic-versions"><a class="header" href="#semantic-versions">Semantic
<a href="https://semver.org">semantic <code>version</code></a>, e.g., <code>&quot;0.1.0&quot;</code> matches a
<code>requirement</code>, e.g., <code>&quot;&gt;=0.1.0&quot;</code>, returning <code>&quot;true&quot;</code> if so and <code>&quot;false&quot;</code>
otherwise.</li>
</ul>
<h5 id="xdg-directories"><a class="header" href="#xdg-directories">XDG Directories</a></h5>
<p>These functions return paths to user-specific directories for things like
configuration, data, caches, executables, and the user’s home directory. These
functions follow the
<a href="https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html">XDG Base Directory Specification</a>,
and are implemented with the
<a href="https://docs.rs/dirs/latest/dirs/index.html"><code>dirs</code></a> crate.</p>
<ul>
<li><code>cache_directory()</code> - The user-specific cache directory.</li>
<li><code>config_directory()</code> - The user-specific configuration directory.</li>
<li><code>config_local_directory()</code> - The local user-specific configuration directory.</li>
<li><code>data_directory()</code> - The user-specific data directory.</li>
<li><code>data_local_directory()</code> - The local user-specific data directory.</li>
<li><code>executable_directory()</code> - The user-specific executable directory.</li>
<li><code>home_directory()</code> - The user’s home directory.</li>
</ul>

</main>
Expand Down
16 changes: 16 additions & 0 deletions man/en/print.html
Original file line number Diff line number Diff line change
Expand Up @@ -1252,6 +1252,22 @@ <h4 id="semantic-versions"><a class="header" href="#semantic-versions">Semantic
<code>requirement</code>, e.g., <code>&quot;&gt;=0.1.0&quot;</code>, returning <code>&quot;true&quot;</code> if so and <code>&quot;false&quot;</code>
otherwise.</li>
</ul>
<h5 id="xdg-directories"><a class="header" href="#xdg-directories">XDG Directories</a></h5>
<p>These functions return paths to user-specific directories for things like
configuration, data, caches, executables, and the user’s home directory. These
functions follow the
<a href="https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html">XDG Base Directory Specification</a>,
and are implemented with the
<a href="https://docs.rs/dirs/latest/dirs/index.html"><code>dirs</code></a> crate.</p>
<ul>
<li><code>cache_directory()</code> - The user-specific cache directory.</li>
<li><code>config_directory()</code> - The user-specific configuration directory.</li>
<li><code>config_local_directory()</code> - The local user-specific configuration directory.</li>
<li><code>data_directory()</code> - The user-specific data directory.</li>
<li><code>data_local_directory()</code> - The local user-specific data directory.</li>
<li><code>executable_directory()</code> - The user-specific executable directory.</li>
<li><code>home_directory()</code> - The user’s home directory.</li>
</ul>
<div style="break-before: page; page-break-before: always;"></div><h3 id="recipe-attributes"><a class="header" href="#recipe-attributes">Recipe Attributes</a></h3>
<p>Recipes may be annotated with attributes that change their behavior.</p>
<div class="table-wrapper"><table><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody>
Expand Down
2 changes: 1 addition & 1 deletion man/en/searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion man/en/searchindex.json

Large diffs are not rendered by default.

0 comments on commit 12f2d19

Please sign in to comment.