diff options
author | pmikus <peter.mikus@protonmail.ch> | 2023-03-27 11:02:38 +0000 |
---|---|---|
committer | pmikus <peter.mikus@protonmail.ch> | 2023-03-27 11:02:38 +0000 |
commit | 12992a674d186f437bd29b854c0031a092097def (patch) | |
tree | 80d43dc013362690a291e69612ec2d258bf1a6c0 /docs/content/introduction | |
parent | 9e86c76e6f2dbd7094f2f4b32b40eb6aa53adc8a (diff) |
feat(docs): Update Infrastructure
Signed-off-by: pmikus <peter.mikus@protonmail.ch>
Change-Id: I0044e305dfe3fbd76f0e0f0f261e107b0f134650
Diffstat (limited to 'docs/content/introduction')
-rw-r--r-- | docs/content/introduction/bash_code_style.md | 6 | ||||
-rw-r--r-- | docs/content/introduction/testing_in_vagrant.md | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/docs/content/introduction/bash_code_style.md b/docs/content/introduction/bash_code_style.md index 1cc1464056..bbd0c37196 100644 --- a/docs/content/introduction/bash_code_style.md +++ b/docs/content/introduction/bash_code_style.md @@ -6,9 +6,9 @@ title: "Bash Code Style" The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as -described in `BCP 14 <https://tools.ietf.org/html/bcp14>`_ -`[RFC2119] <https://tools.ietf.org/html/rfc2119>`_ -`[RFC8174] <https://tools.ietf.org/html/rfc8174>`_ +described in [BCP 14](https://tools.ietf.org/html/bcp14), +[RFC2119](https://tools.ietf.org/html/rfc2119), +[RFC8174](https://tools.ietf.org/html/rfc8174) when, and only when, they appear in all capitals, as shown here. This document SHALL describe guidelines for writing reliable, maintainable, diff --git a/docs/content/introduction/testing_in_vagrant.md b/docs/content/introduction/testing_in_vagrant.md index ef1e231393..34ca596d0a 100644 --- a/docs/content/introduction/testing_in_vagrant.md +++ b/docs/content/introduction/testing_in_vagrant.md @@ -22,8 +22,8 @@ Run all commands from command line. VBoxManage --version Tested version: 6.1.16r140961 -2. Download and install latest vagrant - [from official page](https://www.vagrantup.com/downloads.html). +2. Download and install latest vagrant from + [official page](https://www.vagrantup.com/downloads.html). To verify the installtion, run vagrant -v |