From 8f3f24672c773bb2ce638492cd52803b64843c93 Mon Sep 17 00:00:00 2001 From: albertony <12441419+albertony@users.noreply.github.com> Date: Mon, 24 Jan 2022 16:38:25 +0100 Subject: [PATCH] docs/serve: move help for template option into separate section --- cmd/serve/http/data/data.go | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/cmd/serve/http/data/data.go b/cmd/serve/http/data/data.go index 06eb6a254..f413c0552 100644 --- a/cmd/serve/http/data/data.go +++ b/cmd/serve/http/data/data.go @@ -16,7 +16,10 @@ import ( ) // Help describes the options for the serve package -var Help = `--template allows a user to specify a custom markup template for http +var Help = ` +#### Template + +--template allows a user to specify a custom markup template for http and webdav serve functions. The server exports the following markup to be used within the template to server pages: