Commit graph

7 commits

Author SHA1 Message Date
Shipra Singh
edee31ce12
docs(website): added a procedure to install Podman Desktop on RHEL10 (#12531)
* docs(website): added a procedure to install Podman Desktop on RHEL10

Signed-off-by: Shipra Singh <shipsing@redhat.com>

* docs(website): incorporated SME comments

Signed-off-by: Shipra Singh <shipsing@redhat.com>

* docs(website): incorporated comments

Signed-off-by: Shipra Singh <shipsing@redhat.com>

---------

Signed-off-by: Shipra Singh <shipsing@redhat.com>
2025-05-21 12:39:39 +05:30
Sonia Sandler
a6883bc14c
chore: change GitHub podman desktop links in website to podman-desktop org (#10340)
* chore: change GitHub podman desktop links in website to podman-desktop org

Signed-off-by: Sonia Sandler <ssandler@redhat.com>

* chore: update podman desktop GitHub link in docusaurus config file

Signed-off-by: Sonia Sandler <ssandler@redhat.com>

---------

Signed-off-by: Sonia Sandler <ssandler@redhat.com>
2024-12-16 11:58:45 -05:00
Charlie Drage
ada5400a29
docs: update description for linux installation (#7136)
### What does this PR do?

We do not have zip's available.

### Screenshot / video of UI

<!-- If this PR is changing UI, please include
screenshots or screencasts showing the difference -->

N/A

### What issues does this PR fix or reference?

<!-- Include any related issues from Podman Desktop
repository (or from another issue tracker). -->

N/A, slack comment

### How to test this PR?

<!-- Please explain steps to verify the functionality,
do not forget to provide unit/component tests -->

N/A

Signed-off-by: Charlie Drage <charlie@charliedrage.com>
2024-05-08 13:08:54 +00:00
Charlie Drage
2b72317286 docs: update broken link
### What does this PR do?

Updates the broken link to the correct section which should be
/docs/proxy

### Screenshot / video of UI

<!-- If this PR is changing UI, please include
screenshots or screencasts showing the difference -->

N/A

### What issues does this PR fix or reference?

<!-- Include any related issues from Podman Desktop
repository (or from another issue tracker). -->

N/A, no issue was opened, just noticed this while writing docs

### How to test this PR?

<!-- Please explain steps to verify the functionality,
do not forget to provide unit/component tests -->

N/A

Signed-off-by: Charlie Drage <charlie@charliedrage.com>
2024-05-03 17:00:35 +02:00
Fabrice Flore-Thébault
43d5fe980c
docs: single page for _In a restricted environment_ (#5756)
* docs: single page for _Installing in a restricted environment_ - fixes #4269

Signed-off-by: Fabrice Flore-Thébault <ffloreth@redhat.com>
2024-03-15 16:21:01 +01:00
Tim deBoer
5326dd611d feat: reorganize doc navigation by provider
Switches to give every provider (Podman, Lima, Kind, Minikube, OpenShift) its own root folder in the doc navigation (and the child '/installing' is normally where installation instructions are).

Why? Currently the topics for several of these are spread out between multiple sections, e.g. there is Lima information in onboarding for containers, onboarding for Kubernetes, and Kubernetes; installing Podman is under Onboarding for containers but setting the default connection is in Working with containers. As a user I know if I'm using provider X and if I'm looking for information on using X within Podman Desktop, vs how to use Podman Desktop.

After this move, there was only one page in each of the 'onboarding' sections - the onboarding containers overview and working with an existing Kubernetes. These two pages were moved into the respective /containers and /kubernetes folders so that the section could be removed. /working-with-containers was reduced to /containers to match all the other folders.

As much as possible (except for links) I've tried not to edit the content of any page. In a couple cases I had to merge pages that were near duplicates, and likewise there are a couple places where we didn't have a single landing page before (e.g. OpenShift) where I added an initial page.

Added redirects in the docusaurus config, and as much as possible updated links in existing files to point to the new locations.

Signed-off-by: Tim deBoer <git@tdeboer.ca>
2023-11-02 08:05:01 -04:00
Fabrice Flore-Thébault
1b3c030ec3
docs: consistently use lower case in URLs: lowercase installation (#3998) 2023-09-21 12:24:29 +00:00