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/development.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/contributing/development.md') diff --git a/docs/contributing/development.md b/docs/contributing/development.md index 64544f52..dcfe257a 100644 --- a/docs/contributing/development.md +++ b/docs/contributing/development.md @@ -678,6 +678,9 @@ to our Debian repository which is used during build time. It is located here: . +```{include} /_include/common-references.txt +``` + [dockerhub]: https://hub.docker.com/u/vyos/ [ipv4, ipv6]: https://github.com/vyos/vyos-1x/blob/current/interface-definitions/include/interface/address-ipv4-ipv6.xml.i -- cgit v1.2.3