Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Display versioned manuals on nixos.org #1022

Closed
wants to merge 3 commits into from

Commits on Mar 23, 2023

  1. Configuration menu
    Copy the full SHA
    97155d7 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. Revert "Display versioned manuals on nixos.org"

    This reverts commit 97155d7.
    jlesquembre committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    ad2cba9 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

  1. Display Nix versioned manuals

    Manuals for all the version in the nix_versions.json files are
    generated, but only the 3 previous are displayed on the website.
    
    Includes a script, update-nix-versions.py, to update nix_versions.json.
    New versions are automatically added. The script also updates the patch
    version (e.g.: if latest 2.13 version is 2.13.3, the script will replace
    that version with 2.13.4)
    jlesquembre committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    00d2d1e View commit details
    Browse the repository at this point in the history