From 8ee77c6da4d1037002969bab44421000ba0e7152 Mon Sep 17 00:00:00 2001 From: nicoo Date: Mon, 30 Dec 2024 13:35:35 +0000 Subject: [PATCH] doc: include nixdoc for `lib.fetchers` (#362453) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes #362196 Many thanks to @NixOS/documentation-team for the help 🖤 --- doc/doc-support/lib-function-docs.nix | 4 ++++ doc/redirects.json | 3 +++ 2 files changed, 7 insertions(+) diff --git a/doc/doc-support/lib-function-docs.nix b/doc/doc-support/lib-function-docs.nix index 51b4601975c32..eded81c5e3c96 100644 --- a/doc/doc-support/lib-function-docs.nix +++ b/doc/doc-support/lib-function-docs.nix @@ -48,6 +48,10 @@ name = "path"; description = "path functions"; } + { + name = "fetchers"; + description = "functions which can be reused across fetchers"; + } { name = "filesystem"; description = "filesystem functions"; diff --git a/doc/redirects.json b/doc/redirects.json index cd44c2da1bed7..e86ad9f7e9d7e 100644 --- a/doc/redirects.json +++ b/doc/redirects.json @@ -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" ],