Unverified Commit 70d8726d authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

nixos_render_docs: fix weird rendered UTF-8 arrows to ASCII ones (#415845)

parents 55e09e13 0a050405
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -58,18 +58,18 @@ Keys of the redirects mapping must correspond to some identifier in the source.
This can happen when an identifier was added, renamed, or removed.

    Added new content?
        $ redirects add-content identifier❭ ❬path
        $ redirects add-content <identifier> <path>
    often:
        $ redirects add-content identifier index.html
        $ redirects add-content <identifier> index.html

    Moved existing content to a different output path?
        $ redirects move-content identifier❭ ❬path
        $ redirects move-content <identifier> <path>

    Renamed existing identifiers?
        $ redirects rename-identifier old-identifier❭ ❬new-identifier
        $ redirects rename-identifier <old-identifier> <new-identifier>

    Removed content? Redirect to alternatives or relevant release notes.
        $ redirects remove-and-redirect identifier❭ ❬target-identifier
        $ redirects remove-and-redirect <identifier> <target-identifier>

    NOTE: Run the right nix-shell to make this command available.
        Nixpkgs: