diff options
| author | Yuriy Andamasov <yuriy@vyos.io> | 2026-05-14 01:54:50 +0300 |
|---|---|---|
| committer | Yuriy Andamasov <yuriy@vyos.io> | 2026-05-14 01:54:50 +0300 |
| commit | 1030a95e04409b77825fe59f3fa7e853b07da808 (patch) | |
| tree | 5d497f7d428d064768b9bb4a2a9005a01894a05d /docs/installation/cloud/aws.md | |
| parent | bfc6fb3760971bd0c1c945bd466993dd6227111b (diff) | |
| download | vyos-documentation-1030a95e04409b77825fe59f3fa7e853b07da808.tar.gz vyos-documentation-1030a95e04409b77825fe59f3fa7e853b07da808.zip | |
docs(cli, aws): hard-wrap pre-existing long prose lines to <=80 chars
doc-lint regression on [vyos-documentation#2024](https://github.com/vyos/vyos-documentation/pull/2024): the CI workflow's
`scripts/doc-linter.py` scans every line of every changed file
(not just changed lines), so the typo fix on `cli.md:464` and the
capitalization fix on `aws.md:118` surfaced 57 pre-existing >80-char
violations that have lived on rolling since the MyST migration.
`cli.md` — 53 prose paragraphs hard-wrapped at word boundaries to
80 chars, preserving content fidelity. List items use hanging-indent
continuations under their `- ` marker. No content reworded; only
soft-wrap → hard-wrap.
`aws.md` — wrapped the inline AWS GWLB blog link (L164) and the
References section (L185-187) with `% stop_vyoslinter` /
`% start_vyoslinter` markers. These are URL-bearing lines that
cannot be shortened (URL itself >80 chars).
Verified locally:
`python3 scripts/doc-linter.py "['docs/cli.md','docs/installation/cloud/aws.md','docs/automation/terraform/terraformvyos.md']"`
→ exit 0, no violations.
🤖 Generated by [robots](https://vyos.io)
Diffstat (limited to 'docs/installation/cloud/aws.md')
| -rw-r--r-- | docs/installation/cloud/aws.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/installation/cloud/aws.md b/docs/installation/cloud/aws.md index 9cefe369..68ac7df0 100644 --- a/docs/installation/cloud/aws.md +++ b/docs/installation/cloud/aws.md @@ -161,8 +161,13 @@ modes. For more information about integrating with AWS Gateway Load Balancer, see the following article from AWS: + +% stop_vyoslinter + [How to integrate Linux instances with AWS Gateway Load Balancer](https://aws.amazon.com/blogs/networking-and-content-delivery/how-to-integrate-linux-instances-with-aws-gateway-load-balancer/). +% start_vyoslinter + ### Configuration Example Configure the AWS GWLB service with the following commands: @@ -181,8 +186,12 @@ set service aws glb threads udp-affinity '0-3' ## References +% stop_vyoslinter + - <https://console.aws.amazon.com/> - <https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/create-iam-roles-for-cloudwatch-agent.html> - <https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/install-CloudWatch-Agent-on-EC2-Instance-fleet.html> - <https://aws.amazon.com/blogs/networking-and-content-delivery/how-to-integrate-linux-instances-with-aws-gateway-load-balancer/> +% start_vyoslinter + |
