mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
nixos-render-docs: Suggest redirects is a command
This commit is contained in:
parent
ae87721626
commit
9225715a23
1 changed files with 4 additions and 4 deletions
|
@ -58,16 +58,16 @@ 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❭
|
||||
|
||||
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 `nix-shell doc` or `nix-shell nixos/doc/manual` to make this command available.
|
||||
""")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue