diff options
| author | Yuriy Andamasov <yuriy@vyos.io> | 2026-04-21 23:39:17 +0300 |
|---|---|---|
| committer | Yuriy Andamasov <yuriy@vyos.io> | 2026-04-21 23:39:17 +0300 |
| commit | 92805938c535c8d74d46cb4bd46d4be0ae42ac17 (patch) | |
| tree | b27b3cb6d71d72979268d3b19ed36f70c022ee9a /docs/configexamples/autotest | |
| parent | d0a0fd4998b35af5b4e59374a5706ffeb27c7ee5 (diff) | |
| download | vyos-documentation-92805938c535c8d74d46cb4bd46d4be0ae42ac17.tar.gz vyos-documentation-92805938c535c8d74d46cb4bd46d4be0ae42ac17.zip | |
fix: remove unnecessary linter suppressions, use named refs for long URLs
- pppoe-ipv6-basic.rst: remove stop/start_vyoslinter pair added in error
(content between markers had no real IPs and no lines > 80 chars)
- OpenVPN_with_LDAP.rst: replace stop_vyoslinter around long line-block
URL with a named hyperlink target whose URL wraps to the next line
- wireguard.rst: split long named hyperlink target onto two lines,
eliminating the need for stop/start_vyoslinter markers
🤖 Generated by [robots](https://vyos.io)
Diffstat (limited to 'docs/configexamples/autotest')
| -rw-r--r-- | docs/configexamples/autotest/OpenVPN_with_LDAP/OpenVPN_with_LDAP.rst | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/configexamples/autotest/OpenVPN_with_LDAP/OpenVPN_with_LDAP.rst b/docs/configexamples/autotest/OpenVPN_with_LDAP/OpenVPN_with_LDAP.rst index ae997905..acb880d1 100644 --- a/docs/configexamples/autotest/OpenVPN_with_LDAP/OpenVPN_with_LDAP.rst +++ b/docs/configexamples/autotest/OpenVPN_with_LDAP/OpenVPN_with_LDAP.rst @@ -49,11 +49,10 @@ information. | Add the LDAP plugin configuration file `/config/auth/ldap-auth.config` -.. stop_vyoslinter +| Check all possible settings `here`_. -| Check all possible settings `here <https://github.com/threerings/openvpn-auth-ldap/blob/master/auth-ldap.conf>`_ - -.. start_vyoslinter +.. _here: + https://github.com/threerings/openvpn-auth-ldap/blob/master/auth-ldap.conf .. literalinclude:: _include/ldap-auth.config :language: none |
