docs: renamed and redirected getting-started (#3886)

This commit is contained in:
Fabrice Flore-Thébault 2023-09-14 09:39:17 +02:00 committed by GitHub
parent d23ca919bb
commit 81aedd090c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 16 additions and 12 deletions

View file

@ -60,4 +60,4 @@ Alternatively, you can install Podman Desktop from:
#### Next steps
- [Getting started](../getting-started/getting-started)
- [Getting started](/docs/getting-started)

View file

@ -27,4 +27,4 @@ Consider installing from an archive rather than [from Flathub](../linux-install)
#### Next steps
- [Getting started](../../getting-started/getting-started)
- [Getting started](/docs/getting-started)

View file

@ -46,4 +46,4 @@ Consider installing a Flatpak bundle rather than [from Flathub](../linux-install
#### Next steps
- [Getting started](../../getting-started/getting-started).
- [Getting started](/docs/getting-started).

View file

@ -68,4 +68,4 @@ Podman Desktop requires [Podman Engine](https://docs.podman.io/en/latest/index.h
## Getting Started
Learn more on how to get started with Podman Desktop by clicking [here](/docs/getting-started/getting-started).
Learn more on how to get started with Podman Desktop by clicking [here](/docs/getting-started).

View file

@ -25,4 +25,4 @@ Consider using this installation method if you don't require another method such
#### Next steps
- [Installing Podman](windows-install/installing-podman-with-podman-desktop)
- [Getting Started with Podman Desktop](/docs/getting-started/getting-started)
- [Getting Started with Podman Desktop](/docs/getting-started)

View file

@ -42,4 +42,4 @@ The Windows installer for restricted environments:
#### Next steps
- [Getting Started with Podman Desktop](/docs/getting-started/getting-started).
- [Getting Started with Podman Desktop](/docs/getting-started).

View file

@ -22,4 +22,4 @@ Consider using this method to install the Podman Desktop Windows installer witho
#### Next steps
- [Installing Podman](installing-podman-with-podman-desktop)
- [Getting Started with Podman Desktop](/docs/getting-started/getting-started)
- [Getting Started with Podman Desktop](/docs/getting-started)

View file

@ -27,4 +27,4 @@ keywords: [podman desktop, containers, podman, installing, installation, windows
#### Next steps
- [Installing Podman](installing-podman-with-podman-desktop)
- [Getting Started with Podman Desktop](/docs/getting-started/getting-started)
- [Getting Started with Podman Desktop](/docs/getting-started)

View file

@ -28,4 +28,4 @@ keywords: [podman desktop, containers, podman, installing, installation, windows
#### Next steps
- [Installing Podman](installing-podman-with-podman-desktop)
- [Getting Started with Podman Desktop](/docs/getting-started/getting-started)
- [Getting Started with Podman Desktop](/docs/getting-started)

View file

@ -27,4 +27,4 @@ keywords: [podman desktop, containers, podman, installing, installation, windows
#### Next steps
- [Installing Podman](installing-podman-with-podman-desktop)
- [Getting Started with Podman Desktop](/docs/getting-started/getting-started)
- [Getting Started with Podman Desktop](/docs/getting-started)

View file

@ -51,4 +51,4 @@ Consider installing the Podman Preset in OpenShift Local rather than [installing
#### Next steps
- [Getting Started with Podman Desktop](/docs/getting-started/getting-started)
- [Getting Started with Podman Desktop](/docs/getting-started)

View file

@ -57,4 +57,4 @@ Consider rather [installing Podman with OpenShift Local](installing-podman-with-
#### Next steps
- [Getting Started with Podman Desktop](/docs/getting-started/getting-started)
- [Getting Started with Podman Desktop](/docs/getting-started)

View file

@ -44,6 +44,10 @@ const config = {
to: '/docs/compose',
from: ['/docs/compose/compose-spec', '/docs/compose/podman-compose'],
},
{
to: '/docs/getting-started',
from: ['/docs/getting-started/getting-started'],
},
],
},
],