morningman opened a new pull request, #4156:
URL: https://github.com/apache/doris-website/pull/4156

   ## Summary
   
   The quick download card on `/download/` ended in a single 14px grey sentence 
that linked *release versioning* and *archived*. The archive link was easy to 
miss, and nothing near the download button pointed an upgrading user at the 
per-version upgrade notes.
   
   This replaces that sentence with a three-tile strip on a hairline at the 
bottom of the card:
   
   | Tile | Links to |
   |---|---|
   | **Release versioning** — Apache Doris maintains the two newest minor 
branches, labelled Latest and Stable. | 
`/community/release-and-verify/release-versioning` |
   | **Upgrade notes** *(new)* — Per-version precautions to read before moving 
a cluster to a new release. | 
`/docs/dev/admin-manual/cluster-management/upgrade#per-version-upgrade-notes` |
   | **Archived releases** — Older branches receive no further releases of any 
kind, security patches included. | `#archive` (the archive section further down 
the page) |
   
   Each tile is one link: an icon chip, a bold title with an arrow that nudges 
on hover, and a one-line description. The archive tile uses the archive zone's 
drained / ended tones instead of brand green, following the page's existing 
colour rule. Tiles stack into a single column below 960px.
   
   Files: `src/components/download-form-next/DownloadFormNext.tsx`, 
`download-page.scss`. No data or copy changes elsewhere on the page.
   
   ## Verification
   
   - Rendered with `LANDING_ONLY=true yarn start` at 1280 / 900 / 390px 
viewports; hover states and the `#archive` in-page scroll checked in headless 
Chrome.
   - `#per-version-upgrade-notes` resolves on the live `docs/dev` upgrade page 
(heading *Per-Version Upgrade Notes*).
   - Scoped `tsc` on the touched component reports only the two pre-existing 
errors (`JSX` namespace, `useRef()`), same as on master.
   - `git diff --check` clean. `yarn build` / `yarn typecheck` not run.
   
   🤖 Generated with [Claude Code](https://claude.com/claude-code)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to