Commit graph

12 commits

Author SHA1 Message Date
Shipra Singh
cc8b1a6c39
docs(website): added a tutorial to create an extension (#11253)
* docs(website): added a tutorial to create an extension

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

* docs(website): fixed vale suggestions

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

* docs(website): fixed SME suggestions

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

---------

Signed-off-by: Shipra Singh <shipsing@redhat.com>
2025-02-25 15:44:52 +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
Shipra Singh
481abc0eb8
docs(website): adding ui components using a customized extension (#8673)
Signed-off-by: Shipra Singh <shipsing@redhat.com>
2024-09-02 12:44:45 +05:30
Florent BENOIT
13577e14ec
chore: switch to pnpm instead of yarn (#8589)
Signed-off-by: Florent Benoit <fbenoit@redhat.com>
2024-08-29 20:13:01 +00:00
Charlie Drage
3e58e2242a
docs: add notes about accessing opening devtools of extension (#8329)
### What does this PR do?

* Adds some small notes regarding that you can open the devtools to the
  extensions documentation

### Screenshot / video of UI

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

N/A, docs related

### 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/containers/podman-desktop/issues/6525

### 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-08-01 15:23:21 -04:00
Markus Eisele
37909ac142
fix(docs): remove all linter errors (#7862)
Signed-off-by: Markus Eisele <markus@redhat.com>
Co-authored-by: Markus Eisele <markus@redhat.com>
2024-07-01 09:11:35 +02:00
Charlie Drage
f2010a0f5b
docs: add documentation on command palette (#7484) 2024-06-07 12:43:09 +00:00
Charlie Drage
bc6a2fa058
docs: add documentation on configuration schema (#7479) 2024-06-06 17:47:06 +00:00
Charlie Drage
9e4ec3a674
docs: add documentation for menu schema for extension (#7482) 2024-06-06 13:27:31 -04:00
Charlie Drage
ee9b3a1ca2
docs: add command package.json explanation (#7462)
### What does this PR do?

Adds explanation on how to use commands in package.json

### 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/containers/podman-desktop/issues/7454

### How to test this PR?

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

N/A, its docs

Signed-off-by: Charlie Drage <charlie@charliedrage.com>
2024-06-05 15:55:38 +00:00
Charlie Drage
870688a4ff
docs: move extensions.md to website (#7306)
### What does this PR do?

* Remove EXTENSIONS.md in favour of the website
* Improves the extensions page on the website by combining some details
* Improves formatting of the website by putting examples in a different
  section.

### Screenshot / video of UI

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

N/A, see 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/containers/podman-desktop/issues/5344

### How to test this PR?

N/A

Signed-off-by: Charlie Drage <charlie@charliedrage.com>
2024-05-27 18:02:20 +00:00
Charlie Drage
6526388812
docs: update the extensions section (#7061)
### What does this PR do?

* Renames the extension section to just "Extensions"
* Moved Installing to #1 in the list
* Changes "Write" to "Developing" section
* Adds redirect links
* Move publishing to bottom part

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

Part of https://github.com/containers/podman-desktop/issues/6883
discussion (does not close it though)

### How to test this PR?

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

Visit the site :)

Signed-off-by: Charlie Drage <charlie@charliedrage.com>
2024-05-03 14:16:12 +00:00