Skip to content

Commit

Permalink
Deployed 4febcce to master with MkDocs 1.5.3 and mike 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Nov 12, 2023
1 parent c7442b8 commit 2937818
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion master/getting-started/installation/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
</code></pre></div>
--> <p>Verify the installation by checking the Kubitect version. <div class=highlight><pre><span></span><code>kubitect<span class=w> </span>--version

<span class=c1># kubitect version v3.2.2</span>
<span class=c1># kubitect version v3.3.0</span>
</code></pre></div></p> <h2 id=enable-shell-autocomplete>Enable shell autocomplete<a class=headerlink href=#enable-shell-autocomplete title="Anchor link">&#128279;&#xFE0E;</a></h2> <div class="admonition tip"> <p class=admonition-title>Tip</p> <p>To list all supported shells, run: <code>kubitect completion -h</code></p> <p>For shell specific instructions run: <code> kubitect completion <em>shell</em> -h </code></p> </div> <div class="tabbed-set tabbed-alternate" data-tabs=1:2><input checked=checked id=__tabbed_1_1 name=__tabbed_1 type=radio><input id=__tabbed_1_2 name=__tabbed_1 type=radio><div class=tabbed-labels><label for=__tabbed_1_1>Bash</label><label for=__tabbed_1_2>Zsh</label></div> <div class=tabbed-content> <div class=tabbed-block> <p>This script depends on the <code>bash-completion</code> package. If it is not installed already, you can install it via your OS's package manager.</p> <p>To load completions in your current shell session:</p> <div class=highlight><pre><span></span><code><span class=nb>source</span><span class=w> </span>&lt;<span class=o>(</span>kubitect<span class=w> </span>completion<span class=w> </span>bash<span class=o>)</span>
</code></pre></div> <p>To load completions for every new session, execute once:</p> <p><strong>Linux:</strong></p> <div class=highlight><pre><span></span><code>kubitect<span class=w> </span>completion<span class=w> </span>bash<span class=w> </span>&gt;<span class=w> </span>/etc/bash_completion.d/kubitect
</code></pre></div> <p><strong>macOS:</strong></p> <div class=highlight><pre><span></span><code>kubitect<span class=w> </span>completion<span class=w> </span>bash<span class=w> </span>&gt;<span class=w> </span><span class=k>$(</span>brew<span class=w> </span>--prefix<span class=k>)</span>/etc/bash_completion.d/kubitect
Expand Down
2 changes: 1 addition & 1 deletion master/search/search_index.json

Large diffs are not rendered by default.

Binary file modified master/sitemap.xml.gz
Binary file not shown.

0 comments on commit 2937818

Please sign in to comment.