mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-08 19:46:05 +01:00
treewide: convert parameterized docs to Markdown
Parameterized documentation generators like this can't be converted automatically.
This commit is contained in:
parent
3228f92b90
commit
3222c99a91
5 changed files with 14 additions and 18 deletions
|
|
@ -32,7 +32,7 @@ in
|
|||
in
|
||||
removePrefix (homeDirectory + "/") absPath;
|
||||
defaultText = literalExpression "name";
|
||||
description = ''
|
||||
description = lib.mdDoc ''
|
||||
Path to target file relative to ${basePathDesc}.
|
||||
'';
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue