mirror of
https://github.com/ivabus/www
synced 2024-11-10 07:15:15 +03:00
Added anchored links to Docs
This commit is contained in:
parent
1924ba34ee
commit
b3882e7705
|
@ -21,12 +21,12 @@
|
|||
<p class="text-center mb-4">Best for developers who are used to working with CLIs.</p>
|
||||
{{- partial "click-to-copy.html" . -}}
|
||||
<p class="no-installer grid-gray text-center small twoway-boiler"><span class="tea">tea</span> is a stand‐alone binary. See <a class="install-link" href="https://docs.tea.xyz/getting-started/install-tea/without-installer">our docs</a> for more installation methods, including <span class="tea brew-install no-break pe-2">brew install</span> .</p>
|
||||
<div class="dropdown mx-auto;">
|
||||
<div class="dropdown">
|
||||
<button onclick="toggleDropdown()" class="dropbtn hbtn-light hb-light-fill-right">Additional Install Options</button>
|
||||
<div id="myDropdown" class="dropdown-content">
|
||||
<a href="#">fancy one-liner</a>
|
||||
<a href="#">hombrew</a>
|
||||
<a href="#">via docker</a>
|
||||
<a href="https://docs.tea.xyz/getting-started/install-tea/without-installer#a-fancy-one-liner">fancy one-liner</a>
|
||||
<a href="https://docs.tea.xyz/getting-started/install-tea/without-installer#via-homebrew">hombrew</a>
|
||||
<a href="https://docs.tea.xyz/getting-started/install-tea/without-installer#via-docker">via docker</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue