Skip to content

Commit

Permalink
ENGDOCS-1738b (#18653)
Browse files Browse the repository at this point in the history
* ENGDOCS-1738b

* fix link
  • Loading branch information
aevesdocker authored Nov 13, 2023
1 parent 98a1c51 commit d5a60af
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ <h2 class="text-xl">Docker Desktop</h2>
x-on:change="os = $event.target.value">
<option value="windows">Windows</option>
<option value="mac">Mac</option>
<option value="linux">Linux</option>
</select>
</div>
<div class="w-2/4 md:w-full flex flex-col gap-4">
Expand All @@ -250,16 +251,22 @@ <h2 class="text-xl">Getting started with Docker Desktop</h2>
<h2 class="text-xl">Popular articles</h2>
<ul class="space-y-3" x-show="os === 'windows'">
<li><a class="link" href="/desktop/windows/wsl/">Docker Desktop WSL 2 backend</a></li>
<li><a class="link" href="/desktop/use-desktop/">Docker Desktop Dashboard</a></li>
<li><a class="link" href="/desktop/kubernetes/">Deploy on Kubernetes</a></li>
<li><a class="link" href="/desktop/use-desktop/">Explore Docker Desktop</a></li>
<li><a class="link" href="/desktop/vm-vdi/">VM and VDI support</a></li>
<li><a class="link" href="/desktop/windows/release-notes/">Release notes</a></li>
<li><a class="link" href="/desktop/windows/troubleshoot/">Logs and troubleshooting</a></li>
<li><a class="link" href="/desktop/containerd/">containerd image store</a></li>
</ul>
<ul class="space-y-3" x-show="os === 'mac'">
<li><a class="link" href="/desktop/use-desktop/">Docker Desktop Dashboard</a></li>
<li><a class="link" href="/desktop/use-desktop/">Explore Docker Desktop</a></li>
<li><a class="link" href="/desktop/install/mac-install/">Install Docker Desktop on Mac</a></li>
<li><a class="link" href="/desktop/mac/networking/">Networking features in Docker Desktop</a></li>
<li><a class="link" href="/desktop/release-notes/">Release notes</a></li>
<li><a class="link" href="/desktop/mac/permission-requirements/">Understand permission requirements</a></li>
</ul>
<ul class="space-y-3" x-show="os === 'linux'">
<li><a class="link" href="/desktop/use-desktop/">Explore Docker Desktop</a></li>
<li><a class="link" href="/desktop/install/linux-install/">Install Docker Desktop on Linux</a></li>
<li><a class="link" href="/desktop/release-notes/">Release notes</a></li>
</ul>
</div>
</div>
<div class="flex justify-items-center gap-6 py-8 sm:flex-col" aria-role="tab"
Expand Down Expand Up @@ -339,6 +346,7 @@ <h2 class="text-xl">Popular articles</h2>
variables in Compose</a>
</li>
<li><a class="link" href="/compose/networking/">Networking in Compose</a></li>
<li><a class="link" href="/compose/file-watch/">Use Compose Watch</a></li>
</ul>
</div>
</div>
Expand Down

0 comments on commit d5a60af

Please sign in to comment.