aboutsummaryrefslogtreecommitdiff
path: root/doc/manual/generate-manpage.nix
AgeCommit message (Collapse)Author
2021-02-17Restore warning about 'nix' being experimentalEelco Dolstra
Fixes #4552.
2021-01-25Group common optionsEelco Dolstra
2021-01-25Group subcommands by categoryEelco Dolstra
2020-12-23Command: Remove examples()Eelco Dolstra
2020-12-21generate-manpage.nix: Fix short namesEelco Dolstra
2020-12-03Make doc() return arbitrary Markdown rather than the contents of the ↵Eelco Dolstra
"Description" section Thus we can return the examples section (and any other sections) from doc() and don't need examples() anymore.
2020-12-02Put examples first in the manpagesEelco Dolstra
2020-12-02Generate separate manpages for each nix subcommandEelco Dolstra
2020-10-08Remove stray 'Title:' from the manualEelco Dolstra
Closes #4096.
2020-09-16jq -> nixEelco Dolstra