docs: update documentation highlights in the footer (#3986)

This commit is contained in:
Fabrice Flore-Thébault 2023-09-20 15:16:01 +02:00 committed by GitHub
parent 9cd5a63cdb
commit 3c5a3f019b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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',