about summary refs log tree commit diff
path: root/doc/functions.md
AgeCommit message (Collapse)AuthorFilesLines
2023-11-19lib.fileset: Move introduction section above the functionsSilvan Mosberger1-1/+0
Previously the introductory section and the function listings were in different places. But now nixdoc supports having them together with https://github.com/nix-community/nixdoc/pull/70!
2023-09-01lib.fileset.toSource: initSilvan Mosberger1-0/+1
2023-07-01doc: render nixpkgs manual with nrdpennae1-0/+11
also updates nixdoc to 2.3.0. the nixdoc update is not a separate commit because that would leave the manual build broken for one commit, potentially breaking bisects and rebases.