treewide: adjust some DocBook for conversion
The NixOS variant of Markdown doesn't make a distinction between `<code>` and `<literal>` or `<quote>` and... quotes, and doesn't support `<parameter>` or `<replaceable>`. These are infrequently used (apart from `<code>`) and don't add much, so just convert them to simpler forms to allow the options containing them to be converted to Markdown automatically. A few minor syntactic adjustments were also made to make `nix-doc-munge`'s job easier.
This commit is contained in:
parent
b5a65b91fb
commit
c1d8d2a3d1
30 changed files with 72 additions and 85 deletions
|
|
@ -42,15 +42,13 @@ in {
|
|||
'';
|
||||
description = ''
|
||||
Settings written to <filename>$XDG_CONFIG_HOME/rtx/config.toml</filename>.
|
||||
</para><para>
|
||||
|
||||
See <link xlink:href="https://github.com/jdxcode/rtx#global-config-configrtxconfigtoml"/>
|
||||
for details on supported values.
|
||||
|
||||
<warning>
|
||||
<para>
|
||||
Modifying the <literal>tools</literal> section doesn't make RTX install them.
|
||||
You have to manually run <literal>rtx install</literal> to install the tools.
|
||||
</para>
|
||||
<para>Modifying the <literal>tools</literal> section doesn't make RTX install them.
|
||||
You have to manually run <literal>rtx install</literal> to install the tools.</para>
|
||||
</warning>
|
||||
'';
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue