Added anchored links to Docs

This commit is contained in:
tsmitty11 2023-05-15 20:08:56 +02:00
parent 1924ba34ee
commit b3882e7705

View file

@ -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&#8208;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&nbsp;<span class="tea brew-install no-break pe-2">brew install</span>&nbsp;.</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>