guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/08: doc: Define mumble-server-service-type as a variable.


From: guix-commits
Subject: 03/08: doc: Define mumble-server-service-type as a variable.
Date: Fri, 26 Jan 2024 15:39:52 -0500 (EST)

apteryx pushed a commit to branch master
in repository guix.

commit e06b283f60b2d3cdfe6b29511b34bfa8bd272e8d
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Jan 26 15:23:17 2024 -0500

    doc: Define mumble-server-service-type as a variable.
    
    Using defvar for service types causes them to be part of the index, which is
    useful for discoverability.
    
    * doc/guix.texi (Telephony Services) <mumble-server-service-type>: Define 
with
    defvar.
    
    Change-Id: I01bed0c86ff12425a81294cb12f1b2a8bd14cd6f
---
 doc/guix.texi | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/doc/guix.texi b/doc/guix.texi
index 881d9cede3..4af830aed7 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -28830,6 +28830,12 @@ account fingerprint for a registered username.
 This section describes how to set up and run a
 @uref{https://mumble.info, Mumble} server (formerly known as Murmur).
 
+@defvar mumble-server-service-type
+
+This is the service to run a Mumble server.  It takes a
+@code{mumble-server-configuration} object as its value, defined below.
+@end defvar
+
 @deftp {Data Type} mumble-server-configuration
 The service type for the Mumble server.  An example configuration can
 look like this:



reply via email to

[Prev in Thread] Current Thread [Next in Thread]