Skip to content

Commit

Permalink
doc: include nixdoc for lib.fetchers (NixOS#362453)
Browse files Browse the repository at this point in the history
Closes NixOS#362196

Many thanks to @NixOS/documentation-team for the help  🖤
  • Loading branch information
nbraud authored Dec 30, 2024
1 parent 74361b2 commit 8ee77c6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/doc-support/lib-function-docs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@
name = "path";
description = "path functions";
}
{
name = "fetchers";
description = "functions which can be reused across fetchers";
}
{
name = "filesystem";
description = "filesystem functions";
Expand Down
3 changes: 3 additions & 0 deletions doc/redirects.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,9 @@
"sec-functions-library-cli": [
"index.html#sec-functions-library-cli"
],
"sec-functions-library-fetchers": [
"index.html#sec-functions-library-fetchers"
],
"sec-functions-library-generators": [
"index.html#sec-functions-library-generators"
],
Expand Down

0 comments on commit 8ee77c6

Please sign in to comment.