Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: reduce website footer #4546

Merged
merged 2 commits into from Oct 30, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
40 changes: 6 additions & 34 deletions website/docusaurus.config.js
Expand Up @@ -350,26 +350,10 @@ const config = {
label: 'Installing Podman Desktop',
to: '/docs/installation',
},
{
label: 'Onboarding for containers',
to: '/docs/onboarding/containers',
},
{
label: 'Onboarding for Kubernetes',
to: '/docs/onboarding-for-kubernetes',
},
{
label: 'Working with containers',
to: '/docs/working-with-containers',
},
{
label: 'Migrating from Docker',
to: '/docs/migrating-from-docker',
},
{
label: 'Working with Compose',
to: '/docs/compose',
},
{
label: 'Working with Kubernetes',
to: '/docs/kubernetes',
Expand All @@ -383,38 +367,26 @@ const config = {
{
title: 'Links',
items: [
{
label: 'Blog',
to: '/blog',
},
{
label: 'GitHub',
href: 'https://github.com/containers/podman-desktop',
},
{
label: 'General chat (bridged): #podman-desktop on Discord',
label: 'Chat (bridged): #podman-desktop on Discord',
href: 'https://discord.com/invite/x5GzFF6QH4',
},
{
label: 'General chat (bridged): #podman-desktop@libera.chat on IRC',
href: 'https://libera.chat',
},
{
label: 'General chat (bridged): #podman-desktop@fedora.im on Matrix',
href: 'https://fedora.im',
},
{
label: 'Kubernetes chat: Join #podman-desktop on the Kubernetes Slack',
href: 'https://slack.k8s.io/',
label: 'Other ways to Communicate',
href: 'https://github.com/containers/podman-desktop#communication',
},
{
label: 'Podman Desktop Planning & Roadmap',
href: 'https://github.com/containers/podman-desktop/projects?type=beta',
label: 'Current Sprint',
href: 'https://github.com/orgs/containers/projects/4/views/8',
},
],
},
],
copyright: `Copyright © ${new Date().getFullYear()} ${title}<br/>Apache License 2.0 License`,
copyright: `Copyright © ${new Date().getFullYear()} ${title} - Apache License 2.0 License`,
},
prism: {
theme: lightCodeTheme,
Expand Down