summary refs log tree commit diff
path: root/nixos/doc/manual/from_md/development
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2021-09-07 06:29:21 -0700
committerRyan Mulligan <ryan@ryantm.com>2021-09-07 06:29:21 -0700
commitc863de29a77c201bf93626bc29d185d3bb185338 (patch)
tree9f7fd3d37aaf25a949b46ff12867a9c59cbc51dc /nixos/doc/manual/from_md/development
parentbc06c93905f60a82d6ebbb78f78cf289257860cc (diff)
downloadnixpkgs-c863de29a77c201bf93626bc29d185d3bb185338.tar
nixpkgs-c863de29a77c201bf93626bc29d185d3bb185338.tar.gz
nixpkgs-c863de29a77c201bf93626bc29d185d3bb185338.tar.bz2
nixpkgs-c863de29a77c201bf93626bc29d185d3bb185338.tar.lz
nixpkgs-c863de29a77c201bf93626bc29d185d3bb185338.tar.xz
nixpkgs-c863de29a77c201bf93626bc29d185d3bb185338.tar.zst
nixpkgs-c863de29a77c201bf93626bc29d185d3bb185338.zip
nixos/doc/md-to-db.sh: handle Docbook inclues in CommonMark
You can do includes like this:

```{=docbook}
<xi:include href="rl-2111.section.xml" />
```
Diffstat (limited to 'nixos/doc/manual/from_md/development')
-rw-r--r--nixos/doc/manual/from_md/development/writing-documentation.chapter.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/doc/manual/from_md/development/writing-documentation.chapter.xml b/nixos/doc/manual/from_md/development/writing-documentation.chapter.xml
index a42067f4e99..079c8006057 100644
--- a/nixos/doc/manual/from_md/development/writing-documentation.chapter.xml
+++ b/nixos/doc/manual/from_md/development/writing-documentation.chapter.xml
@@ -1,4 +1,4 @@
-<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="sec-writing-documentation">
+<chapter xmlns="http://docbook.org/ns/docbook"  xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude" xml:id="sec-writing-documentation">
   <title>Writing NixOS Documentation</title>
   <para>
     As NixOS grows, so too does the need for a catalogue and explanation