summary refs log tree commit diff
path: root/nixos/doc/manual/manual.xml
blob: 158b3507a58ea0407a7d39189da551a4039efb99 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<book 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="book-nixos-manual">
 <info>
  <title>NixOS Manual</title>
  <subtitle>Version <xi:include href="./generated/version" parse="text" />
  </subtitle>
 </info>
 <xi:include href="preface.xml" />
 <xi:include href="installation/installation.xml" />
 <xi:include href="configuration/configuration.xml" />
 <xi:include href="administration/running.xml" />
<!-- <xi:include href="userconfiguration.xml" /> -->
 <xi:include href="development/development.xml" />
 <appendix xml:id="ch-options">
  <title>Configuration Options</title>
  <xi:include href="./generated/options-db.xml"
                xpointer="configuration-variable-list" />
 </appendix>
 <xi:include href="./from_md/contributing-to-this-manual.chapter.xml" />
 <xi:include href="release-notes/release-notes.xml" />
</book>