mirror of
https://github.com/nix-community/home-manager
synced 2024-11-16 16:19:44 +01:00
doc: bump nmd revision
Also convert `release-notes.xml` to AsciiDoc.
This commit is contained in:
parent
f0710115c5
commit
f735fac91b
3 changed files with 20 additions and 17 deletions
|
@ -8,8 +8,8 @@ let
|
||||||
name = "nmd";
|
name = "nmd";
|
||||||
owner = "rycee";
|
owner = "rycee";
|
||||||
repo = "nmd";
|
repo = "nmd";
|
||||||
rev = "b437898c2b137c39d9c5f9a1cf62ec630f14d9fc";
|
rev = "49567e3ff2824ac8ba457f439f384eafc1eb4547";
|
||||||
sha256 = "18j1nh53cfpjpdiwn99x9kqpvr0s7hwngyc0a93xf4sg88ww93lq";
|
sha256 = "0x2lwcryvmnr128r497bzrawi4x1yyxb4riicppdaib95iwn8jck";
|
||||||
};
|
};
|
||||||
|
|
||||||
nmd = import nmdSrc { inherit lib pkgs; };
|
nmd = import nmdSrc { inherit lib pkgs; };
|
||||||
|
@ -41,6 +41,7 @@ let
|
||||||
pathName = "home-manager";
|
pathName = "home-manager";
|
||||||
modulesDocs = [ hmModulesDocs ];
|
modulesDocs = [ hmModulesDocs ];
|
||||||
documentsDirectory = ./.;
|
documentsDirectory = ./.;
|
||||||
|
documentType = "book";
|
||||||
chunkToc = ''
|
chunkToc = ''
|
||||||
<toc>
|
<toc>
|
||||||
<d:tocentry xmlns:d="http://docbook.org/ns/docbook" linkend="book-home-manager-manual"><?dbhtml filename="index.html"?>
|
<d:tocentry xmlns:d="http://docbook.org/ns/docbook" linkend="book-home-manager-manual"><?dbhtml filename="index.html"?>
|
||||||
|
|
17
doc/release-notes/release-notes.adoc
Normal file
17
doc/release-notes/release-notes.adoc
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
[[ch-release-notes]]
|
||||||
|
[appendix]
|
||||||
|
== Release Notes
|
||||||
|
|
||||||
|
This section lists the release notes for stable versions of Home Manager and the current unstable version.
|
||||||
|
|
||||||
|
:leveloffset: 1
|
||||||
|
|
||||||
|
include::rl-2003.adoc[]
|
||||||
|
|
||||||
|
include::rl-1909.adoc[]
|
||||||
|
|
||||||
|
include::rl-1903.adoc[]
|
||||||
|
|
||||||
|
include::rl-1809.adoc[]
|
||||||
|
|
||||||
|
:leveloffset: 0
|
|
@ -1,15 +0,0 @@
|
||||||
<appendix xmlns="http://docbook.org/ns/docbook"
|
|
||||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
||||||
xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
||||||
version="5.0"
|
|
||||||
xml:id="ch-release-notes">
|
|
||||||
<title>Release Notes</title>
|
|
||||||
<para>
|
|
||||||
This section lists the release notes for stable versions of Home Manager and
|
|
||||||
the current unstable version.
|
|
||||||
</para>
|
|
||||||
<xi:include href="rl-2003.xml" />
|
|
||||||
<xi:include href="rl-1909.xml" />
|
|
||||||
<xi:include href="rl-1903.xml" />
|
|
||||||
<xi:include href="rl-1809.xml" />
|
|
||||||
</appendix>
|
|
Loading…
Reference in a new issue