diff mbox series

[bug#43482,v2,1/2] doc: Update the master menu.

Message ID 20200925200055.8908-1-zimon.toutoune@gmail.com
State Accepted
Headers show
Series [bug#43482,v2,1/2] doc: Update the master menu. | expand

Checks

Context Check Description
cbaines/comparison success View comparision
cbaines/git branch success View Git branch
cbaines/applying patch success View Laminar job

Commit Message

Simon Tournier Sept. 25, 2020, 8 p.m. UTC
* doc/guix.texi: Update the master menu.
---
 doc/guix.texi | 13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)


base-commit: 3e5ed76df5ba12be22c6360abd83f328c3613ae0

Comments

Ludovic Courtès Sept. 27, 2020, 8:38 p.m. UTC | #1
Hi,

zimoun <zimon.toutoune@gmail.com> skribis:

> * doc/guix.texi: Update the master menu.

[...]

> The sectioning becomes:
>
> 1.  Specifying Additional Channels     (was 3.)
> 2.  Using a Custom Guix Channel        (was 2.)
> 3.  Replicating Guix                   (was 9.)
> 4.  Channel Authentication             (was 1.)
> 5.  Primary URL                        (was 7.)
> 6.  Creating a Channel                 (reworded)
> 7.  Package Modules in a Sub-directory (was 5.)
> 8.  Declaring Channel Dependencies     (was 4.)
> 9.  Specifying Channel Authorizations  (was 6.)
> 10. Writing Channel News               (was 8.)
>
> * doc/guix.texi (Channels): Move section to chapter.
> Reorder the chapter.
> Minor tweaks to keep uniformity.
> Update the master menu.

Applied, thanks!

Ludo’.
diff mbox series

Patch

diff --git a/doc/guix.texi b/doc/guix.texi
index a66ab82b31..bc72373d80 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -179,6 +179,7 @@  Installation
 * Setting Up the Daemon::       Preparing the build daemon's environment.
 * Invoking guix-daemon::        Running the build daemon.
 * Application Setup::           Application-specific setup.
+* Upgrading Guix::              Upgrading Guix and its build daemon.
 
 Setting Up the Daemon
 
@@ -198,8 +199,6 @@  System Installation
 * Installing Guix in a VM::     Guix System playground.
 * Building the Installation Image::  How this comes to be.
 
-Getting Started
-
 Manual Installation
 
 * Keyboard Layout and Networking and Partitioning:: Initial setup.
@@ -233,6 +232,7 @@  Development
 * Invoking guix environment::   Setting up development environments.
 * Invoking guix pack::          Creating software bundles.
 * The GCC toolchain::           Working with languages supported by GCC.
+* Invoking guix git authenticate:: Authenticating Git repositories.
 
 Programming Interface
 
@@ -301,6 +301,7 @@  Services
 * Scheduled Job Execution::     The mcron service.
 * Log Rotation::                The rottlog service.
 * Networking Services::         Network setup, SSH daemon, etc.
+* Unattended Upgrades::         Automated system upgrades.
 * X Window::                    Graphical display.
 * Printing Services::           Local and remote printer support.
 * Desktop Services::            D-Bus and desktop services.
@@ -311,6 +312,7 @@  Services
 * Telephony Services::          Telephony services.
 * Monitoring Services::         Monitoring services.
 * Kerberos Services::           Kerberos services.
+* LDAP Services::               LDAP services.
 * Web Services::                Web servers.
 * Certificate Services::        TLS certificates via Let's Encrypt.
 * DNS Services::                DNS daemons.
@@ -325,7 +327,7 @@  Services
 * PAM Mount Service::           Service to mount volumes when logging in.
 * Guix Services::               Services relating specifically to Guix.
 * Linux Services::              Services tied to the Linux kernel.
-* Hurd Services::               Services specific to a Hurd System.
+* Hurd Services::               Services specific for a Hurd System.
 * Miscellaneous Services::      Other services.
 
 Defining Services
@@ -335,6 +337,11 @@  Defining Services
 * Service Reference::           API reference.
 * Shepherd Services::           A particular type of service.
 
+Bootstrapping
+
+* Reduced Binary Seed Bootstrap::  A Bootstrap worthy of GNU.
+* Preparing to Use the Bootstrap Binaries:: Building that what matters most.
+
 @end detailmenu
 @end menu