Created a fully functional downloads page. - #651
Open
coderboy-yash wants to merge 4 commits into
Open
Conversation
- 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>
feat: add dedicated downloads page
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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:
After screenshot / screen recording
Now, users are taken to a dedicated download page with all available download options:
Checklist
Ensure you have completed the following checklist for your pull request to be reviewed:
git commit -s). (If needed, usegit commit -s --amend). The author email must match the sign-off email address. See CONTRIBUTING.md for more information.Fixes: #00000in commit message (if applicable)