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/debugging.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/contributing/debugging.md') diff --git a/docs/contributing/debugging.md b/docs/contributing/debugging.md index f72d2f90..73b622c6 100644 --- a/docs/contributing/debugging.md +++ b/docs/contributing/debugging.md @@ -183,6 +183,9 @@ you can use the `/opt/vyatta/sbin/priority.pl` script which lists to you the execution order of the scripts. +```{include} /_include/common-references.txt +``` + [bootchart.conf]: https://github.com/vyos/vyos-build/blob/current/data/live-build-config/includes.chroot/etc/systemd/bootchart.conf [vyatta-cfg]: https://github.com/vyos/vyatta-cfg -- cgit v1.2.3