nixos/manual: generate module chapters with md-to-db.sh
This commit is contained in:
@@ -66,8 +66,7 @@ in
|
||||
|
||||
meta = {
|
||||
maintainers = with lib.maintainers; [ ericsagnes ];
|
||||
# Don't edit the docbook xml directly, edit the md and generate it:
|
||||
# `pandoc default.md -t docbook --top-level-division=chapter --extract-media=media -f markdown+smart --lua-filter ../../../../doc/build-aux/pandoc-filters/myst-reader/roles.lua --lua-filter ../../../../doc/build-aux/pandoc-filters/docbook-writer/rst-roles.lua > default.xml`
|
||||
# Don't edit the docbook xml directly, edit the md and generate it using md-to-db.sh
|
||||
doc = ./default.xml;
|
||||
};
|
||||
|
||||
|
||||
@@ -234,7 +234,7 @@ i18n.inputMethod = {
|
||||
};
|
||||
</programlisting>
|
||||
<para>
|
||||
Note: The <xref linkend="opt-i18n.inputMethod.uim.toolbar"></xref>
|
||||
Note: The <xref linkend="opt-i18n.inputMethod.uim.toolbar" />
|
||||
option can be used to choose uim toolbar.
|
||||
</para>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user