From 60f9546a0dff2fa3a51db49d3ea145c8541bf966 Mon Sep 17 00:00:00 2001 From: Morgan Bentell Date: Wed, 4 Oct 2023 14:06:37 +0200 Subject: [PATCH] update cli documentation Signed-off-by: Morgan Bentell --- docs/features/techdocs/cli.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/features/techdocs/cli.md b/docs/features/techdocs/cli.md index 87eb67d04a..9704b9b21b 100644 --- a/docs/features/techdocs/cli.md +++ b/docs/features/techdocs/cli.md @@ -95,6 +95,7 @@ Options: --preview-app-bundle-path Preview documentation using a web app other than the included one. --preview-app-port Port where the preview will be served. Can only be used with "--preview-app-bundle-path". (default: "3000") + -c, --mkdocs-config-file-name Yaml file to use as config by mkdocs. -v --verbose Enable verbose output. (default: false) -h, --help display help for command ```