Skip to content

Created a fully functional downloads page. - #651

Open
coderboy-yash wants to merge 4 commits into
containers:mainfrom
coderboy-yash:main
Open

Created a fully functional downloads page.#651
coderboy-yash wants to merge 4 commits into
containers:mainfrom
coderboy-yash:main

Conversation

@coderboy-yash

@coderboy-yash coderboy-yash commented Aug 6, 2026

Copy link
Copy Markdown

Related to #512

Concisely describe the change

I added a dedicated download page so users no longer get redirected to https://podman.io/docs/installation when they click the Other Install Options button in the download menu. Instead, they are taken to a proper download page that includes all available download options. For additional guidance on downloading and installing Podman, I also added an Installer Instructions button that links to the relevant documentation.

Before screenshot / screen recording

Previously, clicking the Other Install Options button redirected users to this page:

image

After screenshot / screen recording

Now, users are taken to a dedicated download page with all available download options:

image image

Checklist

Ensure you have completed the following checklist for your pull request to be reviewed:

  • Certify you wrote the patch or otherwise have the right to pass it on as an open-source patch by signing all commits (git commit -s). (If needed, use git commit -s --amend). The author email must match the sign-off email address. See CONTRIBUTING.md for more information.
  • Referenced issues using Fixes: #00000 in commit message (if applicable)
  • The PR description, commit message, and GitHub comments are human-written, in accordance with the LLM Policy.

yash nigam and others added 4 commits August 6, 2026 20:39
- Add src/pages/downloads.tsx: per-platform (Windows/macOS/Linux)
  download links for Podman CLI and Podman Desktop
- Add static/data/downloads.ts: page copy
- Export detectOperatingSystem from installOptions.ts (was private to
  HeroHeader/index.tsx), reuse it on the new page
- Change installOptions.ts other.path from docs/installation to
  downloads for all three platforms
- Add "Downloads" navbar entry in docusaurus.config.js

Signed-off-by: yash nigam <yash.nigam@email.igenesys.com>
Fixes: containers#618

Below 996px the footer columns (Docs, Community, Projects) stack on
top of each other but stay lined up on the left, so there's a big
empty gap on the right side of every column. Centered the columns in
that view so the space is even on both sides. Desktop layout above
996px is not touched.

Signed-off-by: yash nigam <yashnigam.dev@gmail.com>
fix(ui): center footer link columns on small screens
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant