nixos: nixos/doc/manual/administration/troubleshooting.xml to CommonMark

Changed files
+25 -17
nixos
+1 -1
nixos/doc/manual/administration/running.xml
···
<xi:include href="../from_md/administration/logging.chapter.xml" />
<xi:include href="../from_md/administration/cleaning-store.chapter.xml" />
<xi:include href="../from_md/administration/containers.chapter.xml" />
-
<xi:include href="troubleshooting.xml" />
+
<xi:include href="../from_md/administration/troubleshooting.chapter.xml" />
</part>
+12
nixos/doc/manual/administration/troubleshooting.chapter.md
···
+
# Troubleshooting {#ch-troubleshooting}
+
+
This chapter describes solutions to common problems you might encounter
+
when you manage your NixOS system.
+
+
```{=docbook}
+
<xi:include href="boot-problems.section.xml" />
+
<xi:include href="maintenance-mode.section.xml" />
+
<xi:include href="rollback.section.xml" />
+
<xi:include href="store-corruption.section.xml" />
+
<xi:include href="network-problems.section.xml" />
+
```
-16
nixos/doc/manual/administration/troubleshooting.xml
···
-
<chapter 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-troubleshooting">
-
<title>Troubleshooting</title>
-
<para>
-
This chapter describes solutions to common problems you might encounter when
-
you manage your NixOS system.
-
</para>
-
<xi:include href="../from_md/administration/boot-problems.section.xml" />
-
<xi:include href="../from_md/administration/maintenance-mode.section.xml" />
-
<xi:include href="../from_md/administration/rollback.section.xml" />
-
<xi:include href="../from_md/administration/store-corruption.section.xml" />
-
<xi:include href="../from_md/administration/network-problems.section.xml" />
-
</chapter>
+12
nixos/doc/manual/from_md/administration/troubleshooting.chapter.xml
···
+
<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="ch-troubleshooting">
+
<title>Troubleshooting</title>
+
<para>
+
This chapter describes solutions to common problems you might
+
encounter when you manage your NixOS system.
+
</para>
+
<xi:include href="boot-problems.section.xml" />
+
<xi:include href="maintenance-mode.section.xml" />
+
<xi:include href="rollback.section.xml" />
+
<xi:include href="store-corruption.section.xml" />
+
<xi:include href="network-problems.section.xml" />
+
</chapter>