diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/forge.skb | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/forge.skb b/doc/forge.skb index e11b255..5c5a5fd 100644 --- a/doc/forge.skb +++ b/doc/forge.skb @@ -36,7 +36,9 @@ email.]) (p [guix-forge integrates the following software components:] (itemize (item [,(ref :url "https://laminar.ohwg.net/" :text "laminar") -for continuous integration]))) +for continuous integration]) + (item [,(ref :url "https://github.com/jonashaag/klaus/" :text +"klaus") to serve project git repositories on the web]))) (p [In the future, it will also provide:] (itemize (item [web server to serve static project sites]) @@ -299,4 +301,5 @@ gunicorn is run in.])) [Identifier of the webhook. This hook is triggered at ,(ref :url [http://host:port/hooks/<id>]).]) (record-field "run" - [G-expression to run when the webhook is triggered]))))) + [G-expression to run when the webhook is triggered])) + (docstring-function-documentation "guix/forge/klaus.scm" 'klaus-gunicorn-app)))) |