From 6eab54ff1b2418f82b1c21c6990c6dce3bbff937 Mon Sep 17 00:00:00 2001 From: Phil Ewels Date: Fri, 20 Sep 2024 13:45:08 +0200 Subject: [PATCH] config.md - mention string or map See https://github.com/nextflow-io/nextflow/pull/5314#issuecomment-2363535388 Signed-off-by: Phil Ewels --- docs/config.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/config.md b/docs/config.md index 55de60428a..9c9f8b8f51 100644 --- a/docs/config.md +++ b/docs/config.md @@ -1229,7 +1229,7 @@ The `manifest` scope allows you to define some meta-data information needed when The following settings are available: `manifest.author` -: Project author name (use a comma to separate multiple names). +: Project author name (String or map). `manifest.defaultBranch` : Git repository default branch (default: `master`). @@ -1256,7 +1256,7 @@ The following settings are available: : Project main script (default: `main.nf`). `manifest.maintainer` -: Project maintainer name (use a comma to separate multiple names). +: Project maintainer(s) (String or map). `manifest.name` : Project short name.