mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 11:45:45 +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.
|
This can happen when an identifier was added, renamed, or removed.
|
||||||
|
|
||||||
Added new content?
|
Added new content?
|
||||||
redirects add-content ❬identifier❭ ❬path❭
|
$ redirects add-content ❬identifier❭ ❬path❭
|
||||||
|
|
||||||
Moved existing content to a different output path?
|
Moved existing content to a different output path?
|
||||||
redirects move-content ❬identifier❭ ❬path❭
|
$ redirects move-content ❬identifier❭ ❬path❭
|
||||||
|
|
||||||
Renamed existing identifiers?
|
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.
|
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.
|
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