From 27c142c761b8480af7702c5611ed956227ff07af Mon Sep 17 00:00:00 2001 From: Erin van der Veen Date: Fri, 17 May 2024 15:51:26 +0200 Subject: [PATCH] chore: update module docs --- nix/genealogos-module.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/nix/genealogos-module.nix b/nix/genealogos-module.nix index 7b4d121..f14a827 100644 --- a/nix/genealogos-module.nix +++ b/nix/genealogos-module.nix @@ -40,8 +40,11 @@ in description = lib.mdDoc '' Configuration file for Genealogos. - Genealogos-api uses rocket as its http implementation. - For all configuration options, see https://rocket.rs/guide/v0.5/configuration/#configuration-parameters + Genealogos-api uses Rocket as its webserver implementation. + For all rocket configuration options, see https://rocket.rs/guide/v0.5/configuration/#configuration-parameters + + Genealogos further defines some custom options. + See the projects [README](https://github.com/tweag/genealogos/blob/master/README.md) for more information. ''; }; };