diff options
| author | Yuriy Andamasov <yuriy@vyos.io> | 2026-05-14 07:03:50 +0300 |
|---|---|---|
| committer | Yuriy Andamasov <yuriy@vyos.io> | 2026-05-14 07:03:50 +0300 |
| commit | acbc7310950a9561c982089a8e5987c9b2df0b27 (patch) | |
| tree | 5ffa4db64701b7a2827e8165619471e9029b446b /docs/contributing/debugging.md | |
| parent | ee2fe1dcf5fea1b2b750ce95e815cdb91f12d452 (diff) | |
| download | vyos-documentation-acbc7310950a9561c982089a8e5987c9b2df0b27.tar.gz vyos-documentation-acbc7310950a9561c982089a8e5987c9b2df0b27.zip | |
Revert "drop unused {include} /_include/common-references.txt" — defer to follow-up PR
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)
Diffstat (limited to 'docs/contributing/debugging.md')
| -rw-r--r-- | docs/contributing/debugging.md | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
