mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
doc: Clarify further the distinction between the web-based manuals.
As discussed on #guix IRC, several of us struggle to reliably choose the right option based on the old labels: https://logs.guix.gnu.org/guix/2021-04-20.log#182137 * doc/build.scm (html-manual-indexes): Try to distinguish between the two options more clearly.
This commit is contained in:
parent
0e21cf7d06
commit
46852000c9
1 changed files with 1 additions and 1 deletions
|
@ -948,7 +948,7 @@ (define title
|
||||||
(div
|
(div
|
||||||
(ul
|
(ul
|
||||||
(li (a (@ (href "html_node"))
|
(li (a (@ (href "html_node"))
|
||||||
"HTML, with one page per node"))
|
"HTML, with a separate page per node"))
|
||||||
(li (a (@ (href
|
(li (a (@ (href
|
||||||
,(string-append
|
,(string-append
|
||||||
#$manual
|
#$manual
|
||||||
|
|
Loading…
Reference in a new issue