unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Vincent Legoll <vincent.legoll@gmail.com>
To: Luis Felipe <luis.felipe.la@protonmail.com>
Cc: guix-devel <guix-devel@gnu.org>
Subject: Re: Guix help page
Date: Mon, 19 Apr 2021 19:58:33 +0200	[thread overview]
Message-ID: <CAEwRq=p5KxcQnTZv_TBxJOsOWv5uGHFqf032+QsA0iPGf6dcmQ@mail.gmail.com> (raw)
In-Reply-To: <CAEwRq=psYC3MZcS2XdDCh6-otOPPoKtvPAGuFeLfBjcX=dN4EA@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 91 bytes --]

> I'll give it a shot

Here is an (untested) attempt, is it any good ?

-- 
Vincent Legoll

[-- Attachment #2: 0001-website-help-Add-development-manual-link.patch --]
[-- Type: text/x-patch, Size: 1019 bytes --]

From 50f15a322e86591bc6e3572245c98eb79c0dfafb Mon Sep 17 00:00:00 2001
From: Vincent Legoll <vincent.legoll@gmail.com>
Date: Mon, 19 Apr 2021 19:48:51 +0200
Subject: [PATCH] website: help: Add development manual link.

* website/apps/base/templates/help.scm (manual): Add development manual link.
---
 website/apps/base/templates/help.scm | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/website/apps/base/templates/help.scm b/website/apps/base/templates/help.scm
index 6eeb176..5179990 100644
--- a/website/apps/base/templates/help.scm
+++ b/website/apps/base/templates/help.scm
@@ -62,7 +62,11 @@ system|GNU Hurd|GNU Guix package manager|Help resources") #\|)
 
         ,(link-more
           #:label (G_ "Get Guix reference card")
-	  #:url (guix-url "guix-refcard.pdf")))
+	  #:url (guix-url "guix-refcard.pdf"))
+
+        ,(link-more
+          #:label (G_ "Read Guix manual (development versions)")
+          #:url (guix-url "manual/devel" #:localize #f)))
 
 
        (div
-- 
2.20.1


  reply	other threads:[~2021-04-19 17:59 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-18 16:59 Guix help page Vincent Legoll
2021-04-19 16:44 ` Luis Felipe
2021-04-19 17:38   ` Vincent Legoll
2021-04-19 17:58     ` Vincent Legoll [this message]
2021-04-19 22:13       ` Luis Felipe
2021-05-03 14:11         ` Luis Felipe
2021-05-03 17:36           ` Vincent Legoll

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAEwRq=p5KxcQnTZv_TBxJOsOWv5uGHFqf032+QsA0iPGf6dcmQ@mail.gmail.com' \
    --to=vincent.legoll@gmail.com \
    --cc=guix-devel@gnu.org \
    --cc=luis.felipe.la@protonmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).