mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 15:36:27 +00:00
Docs: fix apt_proxy
plugin's README
`address` and `port` description were being rendered as bold because of an extra space indenting its `required` note. Also escaped `true`/`false` terms for the `persistent` option.
This commit is contained in:
parent
e409115b25
commit
b3cda5e859
1 changed files with 4 additions and 4 deletions
|
@ -22,6 +22,6 @@ Settings
|
||||||
``optional``
|
``optional``
|
||||||
- ``persistent``: Whether the proxy configuration file should remain on
|
- ``persistent``: Whether the proxy configuration file should remain on
|
||||||
the machine or not.
|
the machine or not.
|
||||||
Valid values: true, false
|
Valid values: ``true``, ``false``
|
||||||
Default: ``false``
|
Default: ``false``.
|
||||||
``optional``
|
``optional``
|
||||||
|
|
Loading…
Add table
Reference in a new issue