Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ const config = {
themeConfig:
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
({
// Default preview image for links shared on social platforms.
image: 'images/podman-social-card.png',
colorMode: {
respectPrefersColorScheme: true,
},
Expand Down
4 changes: 3 additions & 1 deletion src/pages/community.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,9 @@ const SubmitIssuesSection = () => {
/* PAGE CONTENT */
function Community() {
return (
<Layout>
<Layout
title="Community"
description="Chat with the Podman community on Matrix, Discord, IRC, or the mailing list, and join our twice-monthly community meetings.">
<PageHeader title={header.title} description={header.subtitle} />
<InfoBanner
description={header.banner.text}
Expand Down
4 changes: 3 additions & 1 deletion src/pages/features.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,9 @@ const LearnMoreSection = () => {

function Features() {
return (
<Layout>
<Layout
title="Features"
description="Podman is an open source container, pod, and container image management engine. Podman makes it easy to find, run, build, and share containers.">
<PageHeader title={header.title} description={header.subtitle} />
<GetToKnowPodmanSection />
<PodmanDesktopSection />
Expand Down
4 changes: 3 additions & 1 deletion src/pages/get-started.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,9 @@ const RunListContainersSection = () => {
/* PAGE CONTENT */
function GetStarted() {
return (
<Layout>
<Layout
title="Get Started"
description="Set up Podman and work through the basics: search and pull images, run a container, and list and test what is running.">
<PageHeader title={header.title} description={header.subtitle} basicResources={true} instructions={header.instructions} />
<GetHelpSection />
<SearchPullListSection />
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ const LatestNews = () => {
/* PAGE CONTENT */
function IndexPage() {
return (
<Layout>
<Layout description="Manage containers, pods, and images with Podman. Seamlessly work with containers and Kubernetes from your local environment.">
<HeroHeader {...header} />
<FeatureSection />
<InfoBanner {...kubernetesBanner} />
Expand Down
Binary file added static/images/podman-social-card.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.