Commit graph

372 commits

Author SHA1 Message Date
Evžen Gasta
0a6b176787
feat(extension-api): added optional error property (#17115)
Signed-off-by: Evzen Gasta <evzen.ml@seznam.cz>
2026-04-17 18:51:06 +02:00
Charlie Drage
b6a6aac90a
chore(config): add setting to disable extension catalog (#16425)
### What does this PR do?

Adds a setting to disable the extension catalog throughout PD.

This can be done by adding the setting manually to your
`~/.local/share/containers/podman-desktop/configuration/settings.json`
with:

```
"extensions.catalog.enabled": false
```

Which will disable the appearance of the catalog throughout PD.

### Screenshot / video of UI

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

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

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

Closes https://github.com/podman-desktop/podman-desktop/issues/16036

### How to test this PR?

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

- [X] Tests are covering the bug fix or the new feature

1. Edit
   `~/.local/share/containers/podman-desktop/configuration/settings.json`
2. Add: `"extensions.catalog.enabled": false`
3. Start / Restart PD
4. See that you cannot access the catalog from the following places:
   Extensions, Settings > Authentication, and Kubernetes (with no
   context).

Signed-off-by: Charlie Drage <charlie@charliedrage.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-12 15:04:29 +00:00
Charlie Drage
8a6b9649a0
chore(managed-config): add configuration to disable local extensions (#16457)
### What does this PR do?

Adds a setting when set in
`~/.local/share/containers/podman-desktop/configuration/settings.json`
disables showing the "Local Extensions" tab.

### Screenshot / video of UI

`extensions.localExtensions.enabled": true`:

`extensions.localExtensions.enabled": false`:

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

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

Closes https://github.com/podman-desktop/podman-desktop/issues/16037

### How to test this PR?

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

- [X] Tests are covering the bug fix or the new feature

1. Edit `~/.local/share/containers/podman-desktop/configuration/settings.json`
2. Set `extensions.localExtensions.enabled": false`
3. `pnpm watch`
4. See there no more "Local Extensions" tab in Extensions section

Signed-off-by: Charlie Drage <charlie@charliedrage.com>
2026-03-12 09:44:37 -04:00
Sonia Sandler
7a93b8bd3b
chore: add extensions.customExtensions.enabled check for install custom extensions button (#16296)
* chore: add extensions.customExtensions.enabled check for install custom extensions button
Signed-off-by: Sonia Sandler <ssandler@redhat.com>

* chore: add documentation
Signed-off-by: Sonia Sandler <ssandler@redhat.com>

* chore: update according to reviews and fix tests
Signed-off-by: Sonia Sandler <ssandler@redhat.com>

* chore: apply comments
Signed-off-by: Sonia Sandler <ssandler@redhat.com>

* chore: update tests
Signed-off-by: Sonia Sandler <ssandler@redhat.com>

* chore: apply comments
Signed-off-by: Sonia Sandler <ssandler@redhat.com>

* chore: fix typo
Signed-off-by: Sonia Sandler <ssandler@redhat.com>
2026-03-09 16:13:23 -04:00
Shipra Singh
1c044baad9
docs: corrected the procedural workflows for installation (#16009)
* docs: corrected the procedural workflows for installation
Signed-off-by: Shipra Singh <shipsing@redhat.com>

* docs: added the installation scope details
Signed-off-by: Shipra Singh <shipsing@redhat.com>

* docs: fixed coderabbit AI comments
Signed-off-by: Shipra Singh <shipsing@redhat.com>

* docs: minor edits

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

* docs: fixed suggestions

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

* docs: fixed SME comments

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

---------

Signed-off-by: Shipra Singh <shipsing@redhat.com>
2026-02-12 16:50:52 +05:30
Shipra Singh
74aa8d0550
docs: updated the CLI installation part for kind and minikube (#16101)
* docs: updated the CLI installation part for kind and minikube

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

* docs: minor edits

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

* docs: fixed coderabbit suggestion

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

---------

Signed-off-by: Shipra Singh <shipsing@redhat.com>
2026-02-10 17:55:52 +05:30
Shipra Singh
640cb36a64
docs: added a troubleshooting section (#15718)
* docs: added a troubleshooting section

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

* docs: fixed suggestions by coderabbit

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

---------

Signed-off-by: Shipra Singh <shipsing@redhat.com>
2026-01-16 10:38:19 +05:30
Charlie Drage
6410c9ff23
chore(docs): update settings references (#15620)
### What does this PR do?

Noticed a few incorrect things on the settings page:

* update to use preferences.appearance instead of appearance.apperance
* window.bounds is now the correct reference
* updated example so it is now correct
* reordered the settings page reference to be alphabetical

### Screenshot / video of UI

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

N/A, see website preview :)

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

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

Closes https://github.com/podman-desktop/podman-desktop/issues/15619

### 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>
2026-01-12 11:28:26 -05:00
Charlie Drage
b23a1945e1
docs(settings): settings reference fix dir location linux (#15307)
### What does this PR do?

It is: `~/.local/share/containers/podman-desktop/configuration/settings.json` on Linux / same as macOS.

### 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, caught this while clicking the tabs between the two!

### How to test this PR?

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

N/A, minor doc change

Signed-off-by: Charlie Drage <charlie@charliedrage.com>
2025-12-10 15:18:09 +00:00
Charlie Drage
c17225d373
docs(managed-by): fix title of json for linux (#15278)
### What does this PR do?

The titles were slightly incorrect (should be
`/usr/share/podman-desktop` not `/usr/share/containers/podman-desktop`

### 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

### 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>
2025-12-08 17:00:06 -05:00
Matt Demyttenaere
4947ece68b
docs: fix path and typo in managed config docs (#15282) 2025-12-08 19:53:36 +00:00
Charlie Drage
e88f06d129
docs(settings): update to say %USERPROFILE% not %APPDATA% (#15205)
### What does this PR do?

Fixes the paths in the documentation. While writing the documentation
for settings, I had put down %APPDATA% for Windows, which was totally incorrect.

Should be `%USERPROFILE%` not `%APPADATA%` and resolves to:
`%USERPROFILE%\.local\share\containers\podman-desktop\configuration\settings.json`

### Screenshot / video of UI

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

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

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

Closes https://github.com/podman-desktop/podman-desktop/issues/15204

### How to test this PR?

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

N/A, docs

Signed-off-by: Charlie Drage <charlie@charliedrage.com>
2025-12-03 16:08:05 -05:00
Charlie Drage
38d95bad40
docs(managed-by): elaborate more on managed-by config settings (#15199)
chore(docs): elaborate more on managed-by config settings

### What does this PR do?

Updates the documentation with more information with regards to more
eloration on how `default-settings.json` works, as well as `locked.json`
information.

### 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). -->

Closes https://github.com/podman-desktop/podman-desktop/issues/15198

### How to test this PR?

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

N/A, it's docs!

Signed-off-by: Charlie Drage <charlie@charliedrage.com>
2025-12-03 16:07:49 -05:00
Charlie Drage
f94bb85404
docs: add information regarding registries.defaults (#15075)
### What does this PR do?

Adds documentation regarding the new settings.json feature being added.

This gives us documentation on it, the upstream (Podman documentation)
references, as well as a managed-by example on how to use it.

### Screenshot / video of UI

N/A

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

Closes https://github.com/podman-desktop/podman-desktop/issues/15004

### How to test this PR?

N/A, documentation.

Signed-off-by: Charlie Drage <charlie@charliedrage.com>
2025-12-03 20:24:26 +00:00
Charlie Drage
03485a7e91
docs: add managed-by GUI label information (#15070)
* docs: add managed-by GUI label information

### What does this PR do?

This adds some minor documentation that shows how we can verify a
setting is being managed-by, by checking the GUI label in Preferences.

### Screenshot / video of UI

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

See markdown / netlify preview.

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

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

Closes https://github.com/podman-desktop/podman-desktop/issues/15002

### How to test this PR?

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

N/A, documentation!

Signed-off-by: Charlie Drage <charlie@charliedrage.com>

* docs: update grammar, add border to image

Signed-off-by: Charlie Drage <charlie@charliedrage.com>

---------

Signed-off-by: Charlie Drage <charlie@charliedrage.com>
2025-11-26 15:49:48 +00:00
Raul Leite
e782cbcbd3
fix(gpu.md): update dnf commands and clarify GPU setup instructions (#14897)
Signed-off-by: Raul Leite <sp4wn.root@gmail.com>
2025-11-25 19:45:28 +00:00
Shipra Singh
fe0de09da4
docs: added a procedure to import Kubernetes contexts (#14104)
* docs: added a procedure to import Kubernetes contexts

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

* docs: added screenshots

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

* docs: edited a screenshot

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

* docs: minor edits

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

---------

Signed-off-by: Shipra Singh <shipsing@redhat.com>
2025-11-21 10:49:41 +05:30
Charlie Drage
a5a7f72535
docs: add documentation for managed-by config and settings config (#14367)
* docs: add documentation for managed-by config and settings config

### What does this PR do?

Adds documentation with regards to using managed-by configuration as
well as a list of settings that we reference.

This includes:

* File locations
* Tutorials
* Troubleshooting
* Refererence tables

### Screenshot / video of UI

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

N/A, see website / view the markdown.

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

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

Closes https://github.com/podman-desktop/podman-desktop/issues/14333
Closes https://github.com/podman-desktop/podman-desktop/issues/13872

### How to test this PR?

Read the docs / go through the tutorial.

Signed-off-by: Charlie Drage <charlie@charliedrage.com>

* chore: minor updates to docs based on review

* chore: update terminology and console outputs based on review

Signed-off-by: Charlie Drage <charlie@charliedrage.com>

---------

Signed-off-by: Charlie Drage <charlie@charliedrage.com>
2025-11-20 21:09:19 +00:00
Shipra Singh
8a2af8982b
docs: added a troubleshooting section to the macOS page (#14787)
Signed-off-by: Shipra Singh <shipsing@redhat.com>
2025-11-10 19:27:24 +05:30
Shipra Singh
d3ca8ad446
docs: corrected the installation instructions on Windows (#14663)
* docs: corrected the installation instructions on Windows

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

* docs: updated screenshots and removed unused screenshots

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

* docs: minor edits

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

* docs: updated screenshots

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

* docs: incorporated SME feedback

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

* docs: minor edits

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

* docs: fixed coderabbit suggestions

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

* docs: updated the command

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

---------

Signed-off-by: Shipra Singh <shipsing@redhat.com>
2025-11-05 16:59:08 +05:30
Shipra Singh
c084589b8c
docs: corrected the procedure to install PD on mac (#14609)
* docs: corrected the procedure to install PD on mac

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

* docs: minor edits

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

* docs: fixed coderabbit review suggestions

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

* docs: added statements regarding the recommended way of installation

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

* docs: minor edits

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

* docs: fixed SME suggestions

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

* docs: updated a screenshot

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

---------

Signed-off-by: Shipra Singh <shipsing@redhat.com>
2025-10-29 15:36:59 +05:30
Anders Björklund
6f2dc1133c
docs: add page about build and test with lima (#14251)
It is almost identical to the existing Kubernetes pages for
kind and minikube (including the duplicated screenshots).

The main difference is that you can build directly in the
cluster, if you configure the socket for the Docker API.

Signed-off-by: Anders F Björklund <anders.f.bjorklund@gmail.com>
Co-authored-by: Shipra Singh <94683525+shipsing@users.noreply.github.com>
2025-10-29 10:19:13 +05:30
Shipra Singh
8aa0721354
docs: updated the sections referencing the Podman Kube Play feature (#14323)
* docs: updated the sections referencing the Podman Kube Play feature

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

* docs: updated the sections to show pod creation from the Kubernetes page

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

* docs: minor edits

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

* docs: added a note for clarification

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

---------

Signed-off-by: Shipra Singh <shipsing@redhat.com>
2025-10-13 15:32:10 +05:30
Aayushyamaan Shah
5e53ad9073 docs: fix a typo in index.md (Kubernetes/Existing Kubernetes)
docs: fix a typo in index.md (Kubernetes/Existing Kubernetes)

### What does this PR do?
It fixes a typo in index.md

### What issues does this PR fix or reference
A typo in the Documentation/Kubernetes/Existing Kubernetes

### How to test this PR?
The code will show the fix in index.md of the page being referenced.

- [x] Tests are covering the but fix or the new feature

Signed-off-by: Aayushyamaan Shah <59028138+Aayushyamaan-Shah@users.noreply.github.com>
2025-10-11 05:08:15 +02:00
Sam Doran
39ab0f14f9
docs: use unambiguous name for Apple silicon in GPU docs (#14027)
* docs: Use unambiguous name for Apple silicon in GPU docs

Use the term from Apple's style guide to refer to Apple silicon
since "Silicon" by itself is ambiguous and confusing.

https://help.apple.com/pdf/applestyleguide/en_US/apple-style-guide.pdf

Remove the plural abbreviation for "OS" since it was written two different
ways close together and it's less confusing to use the words rather than
the abbreviation.

Signed-off-by: Sam Doran <sdoran@redhat.com>
2025-09-24 19:25:18 +02:00
Shipra Singh
8eb335adc4
docs: added a note for clarification in the adding certificates section (#13925)
Signed-off-by: Shipra Singh <shipsing@redhat.com>
2025-09-16 17:56:45 +05:30
Shipra Singh
cac77c6b20
docs: updated the verification examples (#13884)
* docs: updated the verification examples

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

* docs: corrected a YAML file

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

---------

Signed-off-by: Shipra Singh <shipsing@redhat.com>
2025-09-11 14:44:45 +05:30
Shipra Singh
faccce7d94
docs: added a blogpost highlighting Podman Desktop availability on RH… (#13692)
* docs: added a blogpost highlighting Podman Desktop availability on RHEL10

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

* docs: added a screenshot

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

* docs: fixed SME feedback

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

* docs: fixed SME comments

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

* docs: corrected a cross-reference

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

---------

Signed-off-by: Shipra Singh <shipsing@redhat.com>
2025-08-29 12:59:20 +05:30
Andrew Lilley Brinker
2dcf92cdac
docs: add Podman machine reboot step to cert install (#13498)
This adds an optional step to the end of the instructions for installing
additional root certificates to a Podman machine. On MacOS, with the podman
machine default as my container host, "podman compose up" would continue to
fail with self-signed certificate errors after following the instructions in
this guide, until I fully rebooted the Podman machine.

Signed-off-by: Andrew Lilley Brinker <alilleybrinker@gmail.com>
Co-authored-by: Shipra Singh <94683525+shipsing@users.noreply.github.com>
2025-08-12 17:53:06 +05:30
Shipra Singh
d417fb857c
docs: corrected the heading title (#13551)
* docs: corrected the heading title

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

* docs: minor edits

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

---------

Signed-off-by: Shipra Singh <shipsing@redhat.com>
2025-08-11 14:22:06 +05:30
Shipra Singh
c3c883e680 docs: added the --cask flag to the installation command
Signed-off-by: Shipra Singh <shipsing@redhat.com>
2025-08-07 18:09:12 +02:00
Shipra Singh
bd7d643e4d
docs: updated content to show libkrun as the default machine provider on macOS (#12856)
* docs: updated content to show libkrun as the default machine provide on macOS

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

* docs: minor edits

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

* docs: corrected a link

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

* docs: added a note

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

* docs: minor edits

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

* docs: incorporated SME feedback

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

* docs: minor edits

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

* docs: removed the section using libkrun as default provider

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

* docs: minor edits

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

* docs: fixed formatting

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

* docs: corrected formattingusing prettier

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

* docs: fixed formatting

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

* docs: minor edits

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

* docs: added screenshots

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

* docs: updated screenshots

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

* docs: updates to screenshots

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

---------

Signed-off-by: Shipra Singh <shipsing@redhat.com>
2025-07-22 12:37:41 +05:30
Shipra Singh
0f9f6ade90
docs: added a procedure to debug an extension (#13229)
* docs: added a procedure to debug an extension

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

* docs: updated screenshots and content

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

* docs: minor edits

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

---------

Signed-off-by: Shipra Singh <shipsing@redhat.com>
2025-07-17 16:28:17 +05:30
Shipra Singh
b1bce37ec1
docs: updated the creating a playground section (#12990)
* docs: updated the creating a playground section

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

* docs: added screenshots

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

* docs: fixed formatting

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

---------

Signed-off-by: Shipra Singh <shipsing@redhat.com>
2025-07-14 10:50:10 +05:30
dependabot[bot]
08b2a01279
chore(deps): bump react-player from 2.16.0 to 3.1.0 (#13055)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jeff MAURY <jmaury@redhat.com>
2025-07-09 16:26:28 +02:00
Jeff MAURY
26495fc6f8
chore(deps-dev): switch to prettier 3.6.2 (#12995)
* chore(deps-dev): switch to prettier 3.6.2

Signed-off-by: Jeff MAURY <jmaury@redhat.com>
2025-06-27 15:21:06 +00:00
Shipra Singh
e694c615a9
docs: updated procedural steps in the install in restricted environme… (#12949)
* docs: updated procedural steps in the install in restricted environment section

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

* docs: minor edits

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

---------

Signed-off-by: Shipra Singh <shipsing@redhat.com>
2025-06-24 17:33:25 +05:30
Shipra Singh
01a8243b46
docs: updated the procedural steps based on latest changes (#12907)
* docs: updated the procedural steps based on latest changes

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

* docs: updated screenshots

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

* docs: updated a screenshot

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

---------

Signed-off-by: Shipra Singh <shipsing@redhat.com>
2025-06-20 10:39:24 +05:30
Shipra Singh
73ecb3fe57
docs(website): added a procedure to manage a kube context (#12750)
* docs(website): added a procedure to edit a kube context

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

* docs(website): added a procedure to duplicate a kube context

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

* docs(website): edited the intro paragraph

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

* docs(website): minore edits

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

* docs(website): minor edits

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

* docs(website): edited content

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

* docs(website): fixed suggestions

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

---------

Signed-off-by: Shipra Singh <shipsing@redhat.com>
2025-06-09 10:35:03 +05:30
Tony Wang
ccc3bcfb7b docs(windows): update uninstall instructions
Signed-off-by: Tony Wang <wngtk@outlook.com>
2025-06-02 11:13:42 +02:00
Shipra Singh
de8dc85240
docs(website): fixed a formatting issue (#12672)
* docs(website): fixed a formatting issue

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

* docs(website): added a missing step in the deploying a container procedure

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

* docs(website): added a note

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

---------

Signed-off-by: Shipra Singh <shipsing@redhat.com>
2025-06-02 10:00:33 +05:30
Shipra Singh
1cd88890cf
docs(website): added details to customize the UI on the discover PD page (#12575)
* docs(website): added details to customize the UI on the discover PD page

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

* docs(website): fixed sourcery comments

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

* docs(website): minor edits

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

* docs(website): fixed a suggestion

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

---------

Signed-off-by: Shipra Singh <shipsing@redhat.com>
2025-05-27 16:20:20 +05:30
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
Shipra Singh
dae53c17d1
docs(website): updated the AI lab documentation (#12384)
* docs(website): updated the AI lab documentation

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

* docs(website): incorporated SME comments

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

---------

Signed-off-by: Shipra Singh <shipsing@redhat.com>
2025-05-16 06:39:22 +00:00
Shipra Singh
e1c0682ee3
docs(website): documenting microshift cluster creation with the minc … (#12406)
* docs(website): documenting microshift cluster creation with the minc extension

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

* docs(website): minor edits

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

* docs(website): edited the index page

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

* docs(website): minor edits

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

* docs(website): added sidebar position in teh files

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

* docs(website): removed the extension install part

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

* docs(website): incorporated SME comments

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

* docs(website): edited a prerequisite for clarity

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

* docs(website): incorporated SME comments

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

---------

Signed-off-by: Shipra Singh <shipsing@redhat.com>
2025-05-16 11:51:49 +05:30
axel7083
08af7c1788
docs(podman): adding windows instructions (#12355)
* docs(podman): adding windows instructions

Signed-off-by: axel7083 <42176370+axel7083@users.noreply.github.com>

* fix: apply @shipsing suggestions

Signed-off-by: axel7083 <42176370+axel7083@users.noreply.github.com>

* fix: using backticks

Signed-off-by: axel7083 <42176370+axel7083@users.noreply.github.com>

---------

Signed-off-by: axel7083 <42176370+axel7083@users.noreply.github.com>
2025-05-07 14:01:09 +00:00
Allan
bd353e364b
docs(ai-lab): fix typo in index (#12345)
Signed-off-by: Allan <79646756+trya2l@users.noreply.github.com>
2025-04-28 13:15:29 +00:00
Shipra Singh
581a74adf7
docs(website): added a troubleshooting section (#12247)
* docs(website): update the info for better clarity

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

* docs(website): minor edits

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

---------

Signed-off-by: Shipra Singh <shipsing@redhat.com>
2025-04-24 13:23:28 +05:30
Shipra Singh
ba7ba8885d
docs(website): update the Kubernetes section (#12306)
Signed-off-by: Shipra Singh <shipsing@redhat.com>
2025-04-23 15:14:24 +05:30
Shipra Singh
18a3621e66
docs(website): removed an outdated screenshot from the troubleshootin… (#12244)
* docs(website): removed an outdated screenshot from the troubleshooting section

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

* docs(website): fixed a suggestion from sourcery

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

---------

Signed-off-by: Shipra Singh <shipsing@redhat.com>
2025-04-21 09:20:49 +05:30