Skip to content

Commit 50e986c

Browse files
authored
Engdocs 2215 (#20851)
* move about and reorder dd install section * fixes * build fixes * build fixes * add weights * add more weights and linktitles * add more weights and linktitles
1 parent 5e13ff0 commit 50e986c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+123
-148
lines changed

content/get-started/get-docker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ section and choose the best installation path for you.
5050
{{< card
5151
title="Docker Desktop for Linux"
5252
description="A native Linux application that delivers all Docker tools to your Linux computer."
53-
link="/desktop/install/linux-install/"
53+
link="/desktop/install/linux/"
5454
icon="/assets/images/linux_48.svg" >}}
5555

5656
> [!NOTE]

content/get-started/introduction/get-docker-desktop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ This guide will walk you through the installation process, enabling you to exper
4242

4343
{{< card
4444
title="Docker Desktop for Linux"
45-
description="[Install instructions](/desktop/install/linux-install/)"
45+
description="[Install instructions](/desktop/install/linux/)"
4646
icon="/assets/images/linux_48.svg" >}}
4747

4848
Once it's installed, complete the setup process and you're all set to run a Docker container.

content/manuals/compose/install/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The easiest and recommended way to get Docker Compose is to install Docker Deskt
2424
includes Docker Compose along with Docker Engine and Docker CLI which are Compose prerequisites.
2525

2626
Docker Desktop is available on:
27-
- [Linux](/manuals/desktop/install/linux-install.md)
27+
- [Linux](/manuals/desktop/install/linux/_index.md)
2828
- [Mac](/manuals/desktop/install/mac-install.md)
2929
- [Windows](/manuals/desktop/install/windows-install.md)
3030

content/manuals/desktop/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ grid:
1111
Install Docker Desktop on
1212
[Mac](/desktop/install/mac-install/),
1313
[Windows](/desktop/install/windows-install/), or
14-
[Linux](/desktop/install/linux-install/).
14+
[Linux](/desktop/install/linux/).
1515
icon: download
1616
- title: Explore Docker Desktop
1717
description: Navigate Docker Desktop and learn about its key features.

content/manuals/desktop/allow-list.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
description: Allowlist for Docker Desktop for Business customers
33
keywords: Docker Desktop, allowlist, allow list, firewall
44
title: Allowlist for Docker Desktop
5+
weight: 100
56
---
67

78
This page contains the domain URLs that you need to add to a firewall allowlist to ensure Docker Desktop works properly within your organization.

content/manuals/desktop/backup-and-restore.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: How to back up and restore your Docker Desktop data
33
keywords: Docker Desktop, backup, restore, migration, reinstall, containers, images,
44
volumes
5+
weight: 130
56
---
67

78
Use the following procedure to save and restore your images and container data. This is useful if you want to reset your VM disk or to move your Docker environment to a new

content/manuals/desktop/containerd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: containerd image store
3-
weight: 40
3+
weight: 50
44
description: How to activate the containerd integration feature in Docker Desktop
55
keywords: Docker, containerd, engine, image store, lazy-pull
66
toc_max: 3

content/manuals/desktop/dev-environments/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: Dev Environments
33
keywords: Dev Environments, share, local, Compose
44
title: Overview of Dev Environments
55
linkTitle: Dev Environments (Beta)
6-
weight: 30
6+
weight: 40
77
---
88

99
{{< include "dev-envs-changing.md" >}}

content/manuals/desktop/dev-environments/create-dev-env.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ keywords: Dev Environments, share, Docker Desktop, Compose, launch
44
title: Launch a dev environment
55
aliases:
66
- /desktop/dev-environments/create-compose-dev-env/
7+
weight: 10
78
---
89

910
{{< include "dev-envs-changing.md" >}}

content/manuals/desktop/dev-environments/set-up.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
description: Set up a dev Environments
33
keywords: Dev Environments, share, set up, Compose, Docker Desktop
44
title: Set up a dev environment
5+
weight: 20
56
---
67

78
{{< include "dev-envs-changing.md" >}}

0 commit comments

Comments
 (0)