Skip to content

Commit

Permalink
Site update
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Sep 23, 2023
1 parent 68e556e commit 85b664b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ <h2 id="creatingarexfile">Creating a Rexfile</h2>

<p>Insert the following code in your new Rexfile.</p>

<pre><code class="hljs"><span class="hljs-keyword">use</span> Rex -feature =&gt; [&#39;<span class="hljs-string">1.0</span>&#39;];
<pre><code class="hljs">use Rex -feature =&gt; [&#39;<span class="hljs-string">1.0</span>&#39;];
<span class="hljs-keyword">use</span> <span class="hljs-function">Rex::Commands</span>::<span class="hljs-function">Cloud</span>;

user &quot;<span class="hljs-string">root</span>&quot;;
Expand Down
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">use Rex;
<p></p><p></p><pre><code class="hljs"><span class="hljs-keyword">use</span> 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.56.0.html
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ <h4 id="newtemplateenginewithbettererrorreporting.">New template engine with bet

<p>The code is still in testing, so you can activate this new engine with a feature flag:</p>

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

<p>The template code is the same, so you can just use your old templates.</p>

Expand Down

0 comments on commit 85b664b

Please sign in to comment.