Skip to content

Commit

Permalink
fix: use custom brackets
Browse files Browse the repository at this point in the history
  • Loading branch information
GetPsyched committed Nov 27, 2024
1 parent 5d38ca6 commit 2536d25
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,16 +56,16 @@ def __str__(self):
This can happen when an identifier was added or renamed.
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 that you need to run `nix-shell doc` or `nix-shell nixos/doc/manual` to be able to run this command.
""")
Expand All @@ -77,16 +77,16 @@ def __str__(self):
This can happen when an identifier was removed or renamed.
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? (good for redirecting deprecations to new content or release notes)
redirects remove-and-redirect <identifier> <target-identifier>
redirects remove-and-redirect identifier❭ ❬target-identifier
Note that you need to run `nix-shell doc` or `nix-shell nixos/doc/manual` to be able to run this command.
""")
Expand Down

0 comments on commit 2536d25

Please sign in to comment.