mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-05-24 10:18:53 +00:00
docs: renamed and redirected getting-started (#3886)
This commit is contained in:
parent
d23ca919bb
commit
81aedd090c
14 changed files with 16 additions and 12 deletions
|
|
@ -60,4 +60,4 @@ Alternatively, you can install Podman Desktop from:
|
|||
|
||||
#### Next steps
|
||||
|
||||
- [Getting started](../getting-started/getting-started)
|
||||
- [Getting started](/docs/getting-started)
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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).
|
||||
|
|
|
|||
|
|
@ -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).
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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).
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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'],
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in a new issue