mirror of
https://github.com/vyos/vyos-documentation.git
synced 2025-10-26 08:41:46 +01:00
Docs: Fix typo and code-block errors
Typo removed from CONTRIBUTING.md arp.rst properly displays example command build-vyos.rst troubleshooting diff has proper highlighting
This commit is contained in:
parent
14cf1f452d
commit
4742b8117b
@ -1,4 +1,4 @@
|
|||||||
# Documentation Contribution
|
# Documentation Contribution
|
||||||
|
|
||||||
Please follow the guid in our documentation. It can be found here:
|
Please follow the guide in our documentation. It can be found here:
|
||||||
https://docs.vyos.io/en/latest/contributing/documentation.html
|
https://docs.vyos.io/en/latest/contributing/documentation.html
|
||||||
|
|||||||
@ -149,7 +149,7 @@ for whatever reason and you supect its a problem with APT dependencies or
|
|||||||
installation you can add this small patch which increases the APT verbosity
|
installation you can add this small patch which increases the APT verbosity
|
||||||
during ISO build.
|
during ISO build.
|
||||||
|
|
||||||
.. code-block:: Python
|
.. code-block:: diff
|
||||||
|
|
||||||
diff --git i/scripts/live-build-config w/scripts/live-build-config
|
diff --git i/scripts/live-build-config w/scripts/live-build-config
|
||||||
index 1b3b454..3696e4e 100755
|
index 1b3b454..3696e4e 100755
|
||||||
|
|||||||
@ -26,7 +26,7 @@ Configure
|
|||||||
|
|
||||||
Example:
|
Example:
|
||||||
|
|
||||||
.. code-block::
|
.. code-block:: none
|
||||||
|
|
||||||
set protocols static arp 192.0.2.100 hwaddr 00:53:27:de:23:aa
|
set protocols static arp 192.0.2.100 hwaddr 00:53:27:de:23:aa
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user