From 67efa5d4039b28ae7f1bbc4b7a6f0903be1405d7 Mon Sep 17 00:00:00 2001 From: Dev Kumar Date: Fri, 24 Jun 2022 15:19:22 -0400 Subject: [PATCH] website: changed font color for link and changes in footer (#228) * website: changed font color for link and changes in footer Signed-off-by: Dev Kumar Co-authored-by: Florent BENOIT --- website/docusaurus.config.js | 8 ++++++++ website/src/pages/index.tsx | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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.