fix: move /desktop/install alias to get-docker page

The /desktop/install alias was self-referential, but to a page that was never
rendered

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
David Karlsson
2026-02-19 16:05:46 +01:00
parent f4969a3bc7
commit f4310aed2f
2 changed files with 2 additions and 3 deletions

View File

@@ -10,6 +10,8 @@ aliases:
- /install/overview/
- /installation/
- /get-docker/
- /desktop/install/
- /desktop/setup/install/
---
Docker is an open platform for developing, shipping, and running applications.

View File

@@ -3,7 +3,4 @@ build:
render: never
title: Install
weight: 10
aliases:
- /desktop/install/
- /desktop/setup/install/
---