mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-11 18:32:23 +08:00
doc: include nixdoc for lib.fetchers (#362453)
Closes #362196 Many thanks to @NixOS/documentation-team for the help 🖤
This commit is contained in:
@@ -48,6 +48,10 @@
|
||||
name = "path";
|
||||
description = "path functions";
|
||||
}
|
||||
{
|
||||
name = "fetchers";
|
||||
description = "functions which can be reused across fetchers";
|
||||
}
|
||||
{
|
||||
name = "filesystem";
|
||||
description = "filesystem functions";
|
||||
|
||||
@@ -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"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user