Hi Florian and all, I figure you’ve been doing a lot of review and writing of the manual. Should we create a documentation team, of which you could be a honorary member? :-)
I feel like ensuring doc consistency, be it regarding the content, terminology, typography, or use of markup, is a job in its own that could be best reviewed by people familiar with and interested in those issues. WDYT? Ludo’.
diff --git a/etc/teams.scm b/etc/teams.scm index d537e83efc..4d65a5476e 100755 --- a/etc/teams.scm +++ b/etc/teams.scm @@ -434,6 +434,16 @@ (define-team core (make-regexp* "^guix/scripts/") (make-regexp* "^guix/store/")))) +(define-team documentation + (team 'documentation + #:name "Documentation" + #:description "Documentation: the manual and cookbook." + #:scope (list (make-regexp* "\\.texi$") + "doc/build.scm" + "gnu/system/examples/bare-bones.tmpl" + "gnu/system/examples/lightweight-desktop.tmpl" + "gnu/system/examples/desktop.tmpl"))) + (define-team core-packages (team 'core-packages #:name "Core packages"