From acbc7310950a9561c982089a8e5987c9b2df0b27 Mon Sep 17 00:00:00 2001 From: Yuriy Andamasov Date: Thu, 14 May 2026 07:03:50 +0300 Subject: Revert "drop unused {include} /_include/common-references.txt" — defer to follow-up PR MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reverts the 11 commits ee2fe1dc..678c612a that removed plain `{include} /_include/common-references.txt` from 11 sagitta MD pages. The removal IS the right fix for the live RST-content leak on those pages, but touching them triggers doc-lint to scan their full content and flag 50+ pre-existing line-length warnings (the lint check only runs on PR-modified files). Rewrapping those long lines is a much bigger surface area than this PR's MyST→RST cleanup scope. Splitting: the common-references {include} removal belongs in a separate follow-up PR that explicitly takes on the long-line cleanup as part of its scope. PR #2035 returns to its pre-common-references state (commit f0e93bce equivalent): 19 MyST→RST conversions of _include/interface-*.txt files, the doc-lint fix on dhcpv6-options + ipv6, plus 5 follow-up files with MyST cmdincludemd fences. 🤖 Generated by [robots](https://vyos.io) --- docs/contributing/testing.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/contributing/testing.md') diff --git a/docs/contributing/testing.md b/docs/contributing/testing.md index 165d45ea..b2929936 100644 --- a/docs/contributing/testing.md +++ b/docs/contributing/testing.md @@ -210,3 +210,5 @@ how those preconditions are fulfilled check the [vyos-build] repository and the `scripts/check-qemu-install` file. ::: +```{include} /_include/common-references.txt +``` -- cgit v1.2.3