wu-sheng opened a new pull request, #847:
URL: https://github.com/apache/skywalking-website/pull/847

   ## What
   
   Polish the **Docs** (`/docs/`) and **Downloads** (`/downloads/`) landing 
pages: deep-linkable project cards, an actually-latest "Latest releases" panel, 
and a few content corrections.
   
   ## Changes
   
   ### Card permalink hooks (docs + downloads)
   - Each project card now shows a small **link "hook"** on hover. Clicking it 
copies the full deep link (e.g. `…/downloads/#KubernetesHelm`) to the clipboard 
and shows a "Link copied" tooltip.
   - Clicking anywhere on the card body (off real links/buttons) **selects** it 
— sets the URL hash and triggers a brand-blue `:target` highlight. Cards get 
`scroll-margin-top` so anchored jumps clear the sticky navbar.
   - Shared logic in a new `layouts/partials/card-permalink.html`, wired into 
both `baseof` files; global `.card-anchor` style.
   
   ### Downloads "Latest releases" now sorts by date
   - Previously it just took the first 4 hand-ordered entries of the first 
category — no date logic at all.
   - Now it collects each project's newest release across **all** categories, 
parses the date (both `Mon. DDth, YYYY` and ISO `YYYY-MM-DD`) into a sortable 
key, sorts descending, and shows the **5 most recent with their release dates**.
   - Removed the GPG keys / SHA-512 / Apache mirrors tag row.
   
   ### Content corrections
   - **Horizon UI**: dropped the inaccurate `Included in the main repo release` 
note (still on voting, not yet released); the card body is intentionally left 
blank until it ships.
   - **docs.yml**: removed the descriptionItem notes under **SkyWalking 
Servers** and **Database**; moved **SourceMarker** from **Ecosystem** → 
**Ecosystem Retired Projects** (renamed `(Retired) SourceMarker` to match its 
siblings).
   
   ## Verification
   - `hugo` builds clean.
   - Verified rendered output: 49 hooks on `/docs/`, 27 on `/downloads/`; 
"Latest releases" renders newest-first with dates; removed notes absent; 
SourceMarker only in the Retired section.
   


-- 
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]

Reply via email to