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/development.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/development.md')
| -rw-r--r-- | docs/contributing/development.md | 3 |
1 files changed, 3 insertions, 0 deletions
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: <http://dev.packages.vyos.net/repositories/>. +```{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 |
