Loading pkgs/by-name/ni/nixos-render-docs/src/nixos_render_docs/redirects.py +5 −5 Original line number Diff line number Diff line Loading @@ -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: Loading Loading
pkgs/by-name/ni/nixos-render-docs/src/nixos_render_docs/redirects.py +5 −5 Original line number Diff line number Diff line Loading @@ -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: Loading