Missing permanent links to the last release
Nobody has claimed this yet.
- Dominant language
- CSS
- Stars
- 70
- Forks
- 176
- PR merge metrics
- No merged PRs in 30d
Description
Feature request
As a website user, I'd like to have permanent links to any documentation on the website.
Use case
Link sharing, blog posts, bookmarks and so.
More details
Links to vault releases are safe, but those to the latest release do not include the version on the URL, and it is not possible to have a version of the URL with the version inside for the latest release.
- Versioned URL: https://tekton.dev/vault/pipelines-v0.17.3/tasks/
- Latest URL: https://tekton.dev/docs/pipelines/tasks/
- Missing URL: https://tekton.dev/docs/pipelines-v0.18.0/tasks/
As a side, it would be nice to have "nice" URL, that one could build by heart, something like:
/docs/pipeline/v0.18.0/tasks/docs/triggers/latest/eventlisteners/
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by comparing the versioned, latest, and missing URL examples in the issue and trace the website's documentation routing entry point. Determine how the latest release can resolve at a versioned URL, and clarify whether the optional shorter URL forms are in scope. Done means permanent links to the latest release work without changing when future releases become latest.
Written by the indexing model from the issue text.
Assessment
- Domain
- documentation, web-dev
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100