From 1030a95e04409b77825fe59f3fa7e853b07da808 Mon Sep 17 00:00:00 2001 From: Yuriy Andamasov Date: Thu, 14 May 2026 01:54:50 +0300 Subject: docs(cli, aws): hard-wrap pre-existing long prose lines to <=80 chars MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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) --- docs/installation/cloud/aws.md | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'docs/installation') 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 + - - - - +% start_vyoslinter + -- cgit v1.2.3