diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index b8f7b054929..dce87a9c81b 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -90,6 +90,10 @@ const config = { label: 'Introduction', to: '/docs/intro', }, + { + label: 'Troubleshooting', + to: '/docs/troubleshooting', + } ], }, { @@ -107,6 +111,10 @@ const config = { label: 'Chat with us', href: 'https://discordapp.com/invite/TCTB38RWpf', }, + { + label: 'Podman Desktop Planning & Roadmap', + href: 'https://github.com/containers/podman-desktop/projects?type=beta', + } ], }, ], diff --git a/website/src/pages/index.tsx b/website/src/pages/index.tsx index cb13a4772ee..fffd721e5a7 100644 --- a/website/src/pages/index.tsx +++ b/website/src/pages/index.tsx @@ -102,7 +102,7 @@ function Hero() { Containers and Kubernetes for application developers

- Podman Desktop enables you to easily work with containers from your local environment. Podman Desktop leverages Podman Engine to provide a lightweight and daemon-less container tool. + Podman Desktop enables you to easily work with containers from your local environment. Podman Desktop leverages Podman Engine to provide a lightweight and daemon-less container tool.