diff options
author | Arun Isaac | 2022-03-19 23:53:00 +0530 |
---|---|---|
committer | Arun Isaac | 2022-03-19 23:53:00 +0530 |
commit | d809f22e0d6e725862fa76388e5b1b669759554b (patch) | |
tree | 85b3a36ba8c8f4d8d0866a85f011b2cf6a836838 /doc | |
parent | 85e1a38692c3833c2a99540793bcc81fb9820617 (diff) | |
download | guix-forge-d809f22e0d6e725862fa76388e5b1b669759554b.tar.gz guix-forge-d809f22e0d6e725862fa76388e5b1b669759554b.tar.lz guix-forge-d809f22e0d6e725862fa76388e5b1b669759554b.zip |
doc: Mention minimum configurability to philosophy.
* README.org (Philosophy), doc/forge.skb (Introduction)[Philosophy]:
Mention minimum configurability.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/forge.skb | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/forge.skb b/doc/forge.skb index 3bfbcf2..f20e304 100644 --- a/doc/forge.skb +++ b/doc/forge.skb @@ -66,7 +66,12 @@ and the rest are simple files that can be backed up easily.]) email. guix-forge acknowledges this and prefers to support git's ,(ref :url "https://drewdevault.com/2018/07/02/Email-driven-git.html" :text "email driven workflow") with project discussion, bug reports -and patches all happening over email.]))) +and patches all happening over email.]) + (p [guix-forge is opinionated and will not expose all features +provided by the software components underlying it. Keeping +configuration options to a minimum is necessary to help casual users +deploy their own forge, and to reduce the likelihood of configuration +bugs.]))) (chapter :title [Tutorial] (p [In this tutorial, you will learn how to set up guix-forge to host continuous integration for a project. For the purposes of this |