mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-08 19:46:05 +01:00
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
|
|
@ -22,10 +22,8 @@ in {
|
|||
for more details.
|
||||
|
||||
<warning>
|
||||
<para>
|
||||
Existing keybinding configuration will be wiped when using this
|
||||
option.
|
||||
</para>
|
||||
<para>Existing keybinding configuration will be wiped when using this
|
||||
option.</para>
|
||||
</warning>
|
||||
'';
|
||||
};
|
||||
|
|
|
|||
|
|
@ -46,15 +46,12 @@ in {
|
|||
ignored.
|
||||
|
||||
<warning>
|
||||
<para>
|
||||
Some settings might require a re-login to take effect.
|
||||
</para>
|
||||
<para>Some settings might require a re-login to take effect.</para>
|
||||
</warning>
|
||||
|
||||
<warning>
|
||||
<para>
|
||||
Some settings are only read from
|
||||
<option>targets.darwin.currentHostDefaults</option>.
|
||||
</para>
|
||||
<para>Some settings are only read from
|
||||
<option>targets.darwin.currentHostDefaults</option>.</para>
|
||||
</warning>
|
||||
'';
|
||||
};
|
||||
|
|
@ -73,9 +70,7 @@ in {
|
|||
Values set to <literal>null</literal> are ignored.
|
||||
|
||||
<warning>
|
||||
<para>
|
||||
Some settings might require a re-login to take effect.
|
||||
</para>
|
||||
<para>Some settings might require a re-login to take effect.</para>
|
||||
</warning>
|
||||
'';
|
||||
};
|
||||
|
|
|
|||
|
|
@ -123,10 +123,8 @@ in {
|
|||
Configures the web inspector.
|
||||
|
||||
<warning>
|
||||
<para>
|
||||
Instead of setting this option directly, set
|
||||
<option>IncludeDevelopMenu</option> instead.
|
||||
</para>
|
||||
<para>Instead of setting this option directly, set
|
||||
<option>IncludeDevelopMenu</option> instead.</para>
|
||||
</warning>
|
||||
'';
|
||||
};
|
||||
|
|
@ -136,10 +134,8 @@ in {
|
|||
Configures the web inspector.
|
||||
|
||||
<warning>
|
||||
<para>
|
||||
Instead of setting this option directly, set
|
||||
<option>IncludeDevelopMenu</option> instead.
|
||||
</para>
|
||||
<para>Instead of setting this option directly, set
|
||||
<option>IncludeDevelopMenu</option> instead.</para>
|
||||
</warning>
|
||||
'';
|
||||
};
|
||||
|
|
@ -152,10 +148,8 @@ in {
|
|||
Show the "Develop" menu in Safari's menubar.
|
||||
|
||||
<warning>
|
||||
<para>
|
||||
Instead of setting this option directly, set
|
||||
<option>"com.apple.Safari".IncludeDevelopMenu</option> instead.
|
||||
</para>
|
||||
<para>Instead of setting this option directly, set
|
||||
<option>"com.apple.Safari".IncludeDevelopMenu</option> instead.</para>
|
||||
</warning>
|
||||
'';
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue