From f537d507c3ac287ee0cbf36b7e514c403daed0f8 Mon Sep 17 00:00:00 2001 From: Daniel Thwaites Date: Sun, 23 Mar 2025 13:23:39 +0000 Subject: [PATCH] doc: add subheading before module metadata (#1042) This avoids the metadata looking like part of a README subheading. --- docs/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/default.nix b/docs/default.nix index cc94fa30..d474e7ac 100644 --- a/docs/default.nix +++ b/docs/default.nix @@ -198,6 +198,7 @@ let in lib.concatLines [ mainText + "## Module information" maintainersText ];