Add mention of Docker images on download page
This commit is contained in:
parent
c15d41fc72
commit
db1d673426
1 changed files with 6 additions and 1 deletions
|
@ -14,7 +14,12 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="mx-auto max-w-7xl px-4">
|
<div class="mx-auto max-w-7xl px-4">
|
||||||
<div id="releases-container" class="py-24 space-y-20">
|
<div id="releases-container" class="py-24 space-y-20">
|
||||||
<div id="release-builds">
|
<div id="docker-images">
|
||||||
|
<h2 class="text-garage-gray text-xl font-semibold">Deploy with Docker</h2>
|
||||||
|
<p>All of the builds listed in the sections below can be downloaded as Docker images
|
||||||
|
available <a href="https://hub.docker.com/u/dxflrs">on the Docker hub</a>.</p>
|
||||||
|
</div>
|
||||||
|
<div id="release-builds" class="space-y-4">
|
||||||
<h2 class="text-garage-gray text-xl font-semibold">Release Builds</h2>
|
<h2 class="text-garage-gray text-xl font-semibold">Release Builds</h2>
|
||||||
<div id="release-builds-container" class="space-y-12"></div>
|
<div id="release-builds-container" class="space-y-12"></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue