diff options
| author | Yuriy Andamasov <yuriy@vyos.io> | 2026-04-10 21:23:55 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-10 19:23:55 +0100 |
| commit | d21db5fddd91e20e420b63928a8398745f571710 (patch) | |
| tree | 939d86c25fe91329d499e78f5e37795d1bd8a938 /docs/installation | |
| parent | 720676e95b5123202e47ed8e0367d1e239344939 (diff) | |
| download | vyos-documentation-d21db5fddd91e20e420b63928a8398745f571710.tar.gz vyos-documentation-d21db5fddd91e20e420b63928a8398745f571710.zip | |
docs: fix code-block indentation (tabs to spaces) (#1825)
* docs: fix tab-to-space indentation in code blocks across 5 files
Replace tab characters with spaces inside code-block and output
directives for consistent rendering. Also rewrap long prose lines
for readability.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* chore: remove accidentally committed settings file
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* docs: fix inconsistent indentation in trafficpolicy and qos code blocks
Normalize indentation within code blocks where tab-to-space
conversion left some entries misaligned (tbit, gibps, tibps
in trafficpolicy; egress command in qos).
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Diffstat (limited to 'docs/installation')
| -rw-r--r-- | docs/installation/install.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/installation/install.rst b/docs/installation/install.rst index 80e4a5f6..4071af64 100644 --- a/docs/installation/install.rst +++ b/docs/installation/install.rst @@ -147,7 +147,7 @@ To verify a VyOS image starting with VyOS ``1.3.0-rc6``, run: $ minisign -V -P RWSIhkR/dkM2DSaBRniv/bbbAf8hmDqdbOEmgXkf1RxRoxzodgKcDyGq -m vyos-1.5-rolling-202409250007-generic-amd64.iso vyos-1.5-rolling-202409250007-generic-amd64.iso.minisig Signature and comment signature verified - Trusted comment: timestamp:1727223408 file:vyos-1.5-rolling-202409250007-generic-amd64.iso hashed + Trusted comment: timestamp:1727223408 file:vyos-1.5-rolling-202409250007-generic-amd64.iso hashed During an image upgrade, VyOS runs the following command: |
