You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All the link to the Nixpkgs manual inside the (NixOS) Release Notes refers to the unstable version, making it irrelevant after release branch-off, contradicting the purpose of a release note.
This long-lasting issue can be solved by introducing versioned API to access the manual. Namely,
I also have a draft to port the Nixpkgs and NixOS manuals, but that is more work because it's being processed with a new stylesheet and wrapped with the Perl templating engine used for nixos.org (which only builds on Linux).
Describe the glitch
The "versioning" of the current URL API for the manuals are merely
stable
andunstable
. For example,All the link to the Nixpkgs manual inside the (NixOS) Release Notes refers to the
unstable
version, making it irrelevant after release branch-off, contradicting the purpose of a release note.This long-lasting issue can be solved by introducing versioned API to access the manual. Namely,
For Nix, which
seems toconforms the Semantic Versioning, a gross version could be redirected to the relevant fine version. For example,could be redirected to
Screenshots
The above screenshot contains the versioned URL typed to the browser address bar:
but the web page shows:
Additional context
Previous discussion: NixOS/nixpkgs#234651 (review)
The text was updated successfully, but these errors were encountered: