Skip to content

Commit

Permalink
Merge pull request #646 from softlayer/issues607
Browse files Browse the repository at this point in the history
Added some links to CLI installation documentation
  • Loading branch information
allmightyspiff authored Jan 19, 2024
2 parents 8e185ad + 1e1e605 commit 46350e9
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion layouts/partials/menu.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ <h4>Open Source SDKs</h4>

<div class="panel panel-default">
<div class="panel-heading" style="padding: 2px 15px;">
<h4> <i class="fas fa-laptop-code"></i> SL CLI </h4>
<h4> <i class="fas fa-laptop-code"></i> SL CLI </h4> Standalone SoftLayer CLI
</div>
<div class="panel-body">
<a href="https://pypi.org/project/SoftLayer/"><i class="fas fa-laptop-code" alt="laptop-code"></i> Installation </a><br>
Expand All @@ -24,5 +24,26 @@ <h4> <i class="fas fa-laptop-code"></i> SL CLI </h4>
<i class="fas fa-plus-square" alt="github"></i> Feature Request</a><br>
<a href="https://github.com/softlayer/softlayer-python/issues/new?labels=Bug&template=bug_report.md&title=BUG: <command>">
<i class="fas fa-bug" alt="github"></i> Bug Report</a><br>
<a href="https://github.com/softlayer/softlayer-python/releases">
<i class="fas fa-clipboard-list" alt="github"></i> Changelog</a><br>
</div>
</div>


<div class="panel panel-default">
<div class="panel-heading" style="padding: 2px 15px;">
<h4> <i class="fas fa-laptop-code"></i> SL Plugin </h4> </hr> Classic Infrastructure Plugin for ibmcloud CLI
</div>
<div class="panel-body">
<a href="https://github.com/softlayer/softlayer-cli?tab=readme-ov-file#installation-official">
<i class="fas fa-laptop-code" alt="laptop-code"></i> Installation </a><br>
<a href="https://cloud.ibm.com/docs/cli?topic=cli-sl-block-storage">
<i class="fas fa-book" alt="book"></i> Documentation</a><br>
<a href="https://github.com/softlayer/softlayer-cli/issues/new">
<i class="fas fa-plus-square" alt="github"></i> Feature Request</a><br>
<a href="https://github.com/softlayer/softlayer-cli/issues/new">
<i class="fas fa-bug" alt="github"></i> Bug Report</a><br>
<a href="https://github.com/softlayer/softlayer-cli/releases">
<i class="fas fa-clipboard-list" alt="github"></i> Changelog</a><br>
</div>
</div>

0 comments on commit 46350e9

Please sign in to comment.