summary refs log tree commit diff
path: root/nixos/modules/services/web-apps/wiki-js.nix
diff options
context:
space:
mode:
authorpennae <github@quasiparticle.net>2022-08-29 23:34:22 +0200
committerpennae <github@quasiparticle.net>2022-08-31 16:32:53 +0200
commitc915b915b5e466a0b0b2af2906cd4d2380b8a1de (patch)
tree9e153e37bef5bb5e4214dfcaa3843a96de7cf4d4 /nixos/modules/services/web-apps/wiki-js.nix
parent1013069f52123135cc1d96b2b7d77606a22d3b33 (diff)
downloadnixpkgs-c915b915b5e466a0b0b2af2906cd4d2380b8a1de.tar
nixpkgs-c915b915b5e466a0b0b2af2906cd4d2380b8a1de.tar.gz
nixpkgs-c915b915b5e466a0b0b2af2906cd4d2380b8a1de.tar.bz2
nixpkgs-c915b915b5e466a0b0b2af2906cd4d2380b8a1de.tar.lz
nixpkgs-c915b915b5e466a0b0b2af2906cd4d2380b8a1de.tar.xz
nixpkgs-c915b915b5e466a0b0b2af2906cd4d2380b8a1de.tar.zst
nixpkgs-c915b915b5e466a0b0b2af2906cd4d2380b8a1de.zip
nixos/*: md-convert options with unordered lists
mostly no rendering changes. some lists (like simplelist) don't have an
exact translation to markdown, so we use a comma-separated list of
literals instead.
Diffstat (limited to 'nixos/modules/services/web-apps/wiki-js.nix')
-rw-r--r--nixos/modules/services/web-apps/wiki-js.nix16
1 files changed, 7 insertions, 9 deletions
diff --git a/nixos/modules/services/web-apps/wiki-js.nix b/nixos/modules/services/web-apps/wiki-js.nix
index c648cfff6ce..7807fa4a66a 100644
--- a/nixos/modules/services/web-apps/wiki-js.nix
+++ b/nixos/modules/services/web-apps/wiki-js.nix
@@ -93,17 +93,15 @@ in {
           };
         };
       };
-      description = ''
-        Settings to configure <literal>wiki-js</literal>. This directly
-        corresponds to <link xlink:href="https://docs.requarks.io/install/config">the upstream configuration options</link>.
+      description = lib.mdDoc ''
+        Settings to configure `wiki-js`. This directly
+        corresponds to [the upstream configuration options](https://docs.requarks.io/install/config).
 
         Secrets can be injected via the environment by
-        <itemizedlist>
-          <listitem><para>specifying <xref linkend="opt-services.wiki-js.environmentFile"/>
-          to contain secrets</para></listitem>
-          <listitem><para>and setting sensitive values to <literal>$(ENVIRONMENT_VAR)</literal>
-          with this value defined in the environment-file.</para></listitem>
-        </itemizedlist>
+        - specifying [](#opt-services.wiki-js.environmentFile)
+          to contain secrets
+        - and setting sensitive values to `$(ENVIRONMENT_VAR)`
+          with this value defined in the environment-file.
       '';
     };
   };