Skip to content

Commit

Permalink
Site update
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Oct 3, 2024
1 parent 0f59c59 commit f5098cb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/release_notes/0.24.html
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ <h2 id="rex">Rex</h2>
<p></p><ul>
<li><p>use Rex as a library for your own project.</p>

<p></p><p></p><pre><code class="hljs"><span class="hljs-keyword">use</span> Rex;
<p></p><p></p><pre><code class="hljs">use Rex;
<span class="hljs-keyword">use</span> <span class="hljs-function">Rex::Commands</span>::<span class="hljs-function">Run</span>;
<span class="hljs-keyword">use</span> <span class="hljs-function">Rex::Commands</span>::<span class="hljs-function">Fs</span>;
<span class="hljs-keyword">use</span> <span class="hljs-function">Rex::Commands</span>::<span class="hljs-function">Pkg</span>;</code></pre></li>
Expand Down
2 changes: 1 addition & 1 deletion docs/release_notes/0.54.3.html
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ <h4 id="path_map-variablepathmapping">path_map - variable path mapping</h4>

<p>path_map is a new feature developed by Erik Huelsmann to ease the management of files for different hosts. In the past, if you wanted to upload a file (for example /etc/security/access.conf) to your servers and wanted to have different access.conf files per environment, or for a special host, you had to build this logic by yourself. With the <em>path_map</em> feature you only have to define the lookup path and Rex is doing this for you.</p>

<pre><code class="hljs">use Rex -feature =&gt; [&#39;<span class="hljs-string">0.54</span>&#39;];
<pre><code class="hljs"><span class="hljs-keyword">use</span> Rex -feature =&gt; [&#39;<span class="hljs-string">0.54</span>&#39;];

set path_map =&gt; {
&quot;<span class="hljs-string">files/</span>&quot; =&gt; [
Expand Down
2 changes: 1 addition & 1 deletion docs/release_notes/1.9.0.html
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ <h2 id="newfeatures">New features</h2>

<p>It is intended to complement the <code>utf8</code> pragma in Rexfiles and modules:</p>

<pre><code class="hljs"><span class="hljs-keyword">use</span> <span class="hljs-keyword">utf8</span>;
<pre><code class="hljs">use <span class="hljs-keyword">utf8</span>;
<span class="hljs-keyword">use</span> Rex -feature =&gt; [&#39;<span class="hljs-string">write_utf8_files</span>&#39;]; </code></pre></li>
</ul>

Expand Down

0 comments on commit f5098cb

Please sign in to comment.