mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-05-24 10:18:53 +00:00
docs: update documentation highlights in the footer (#3986)
This commit is contained in:
parent
9cd5a63cdb
commit
3c5a3f019b
1 changed files with 13 additions and 5 deletions
|
|
@ -170,14 +170,18 @@ const config = {
|
|||
{
|
||||
title: 'Documentation',
|
||||
items: [
|
||||
{
|
||||
label: 'Introduction',
|
||||
to: '/docs/intro',
|
||||
},
|
||||
{
|
||||
label: 'Installing Podman Desktop',
|
||||
to: '/docs/Installation',
|
||||
},
|
||||
{
|
||||
label: 'Onboarding for containers',
|
||||
to: '/docs/onboarding/containers',
|
||||
},
|
||||
{
|
||||
label: 'Onboarding for Kubernetes',
|
||||
to: '/docs/onboarding/kubernetes',
|
||||
},
|
||||
{
|
||||
label: 'Working with containers',
|
||||
to: '/docs/working-with-containers',
|
||||
|
|
@ -187,9 +191,13 @@ const config = {
|
|||
to: '/docs/migrating-from-docker',
|
||||
},
|
||||
{
|
||||
label: 'Using Compose',
|
||||
label: 'Working with Compose',
|
||||
to: '/docs/compose',
|
||||
},
|
||||
{
|
||||
label: 'Working with Kubernetes',
|
||||
to: '/docs/kubernetes',
|
||||
},
|
||||
{
|
||||
label: 'Troubleshooting',
|
||||
to: '/docs/troubleshooting',
|
||||
|
|
|
|||
Loading…
Reference in a new issue