taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit ff0777bf3214ebe6651ca4c3ad9ccb318f516c26
parent 553bf5d19bdfe7160ae0b8b59ddab3954f80c2d0
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu,  3 Apr 2025 11:52:22 +0200

add new man page

Diffstat:
Mconf.py | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git a/conf.py b/conf.py @@ -673,6 +673,13 @@ man_pages = [ 1, ), ( + "manpages/taler-merchant-rproxy-setup.1", + "taler-merchant-rproxy-setup", + "automatically setup reverse proxy for a Taler merchant backend", + "GNU Taler contributors", + 1, + ), + ( "manpages/taler-merchant-webhook.1", "taler-merchant-webhook", "execute webhooks of the Taler merchant backend (optional service)",