feat(docs/downloads): card permalink hooks, date-sorted latest releases, content cleanup#847
Merged
Merged
Conversation
…es, content cleanup - Add clickable permalink hook + selectable :target highlight to docs and download project cards; clicking copies the deep link, clicking the box selects it and updates the URL hash. - Downloads 'Latest releases' now sorts projects by actual release date (parsing both 'Mon. DDth, YYYY' and ISO dates) and shows the 5 newest with dates; dropped the GPG/SHA-512/mirrors tag row. - Horizon UI: drop the inaccurate 'Included in the main repo release' note (still on voting, not released). - docs.yml: remove the SkyWalking Servers and Database descriptionItem notes; move SourceMarker to Ecosystem Retired Projects.
✅ Deploy Preview for skywalking-website-preview ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
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.
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)
…/downloads/#KubernetesHelm) to the clipboard and shows a "Link copied" tooltip.:targethighlight. Cards getscroll-margin-topso anchored jumps clear the sticky navbar.layouts/partials/card-permalink.html, wired into bothbaseoffiles; global.card-anchorstyle.Downloads "Latest releases" now sorts by date
Mon. DDth, YYYYand ISOYYYY-MM-DD) into a sortable key, sorts descending, and shows the 5 most recent with their release dates.Content corrections
Included in the main repo releasenote (still on voting, not yet released); the card body is intentionally left blank until it ships.(Retired) SourceMarkerto match its siblings).Verification
hugobuilds clean./docs/, 27 on/downloads/; "Latest releases" renders newest-first with dates; removed notes absent; SourceMarker only in the Retired section.