summaryrefslogtreecommitdiff
path: root/docs/configuration/service
diff options
context:
space:
mode:
authorYuriy Andamasov <yuriy@vyos.io>2026-05-06 20:42:32 +0300
committerYuriy Andamasov <yuriy@vyos.io>2026-05-06 20:42:32 +0300
commit5d6fa52b8985f8068314aba26878a1d7d5cb84e5 (patch)
tree99359ff282846e26b5c5fa2b9b176b35b172809f /docs/configuration/service
parent631e454d674ad5111d2b56a6964ead461894a1f6 (diff)
downloadvyos-documentation-5d6fa52b8985f8068314aba26878a1d7d5cb84e5.tar.gz
vyos-documentation-5d6fa52b8985f8068314aba26878a1d7d5cb84e5.zip
feat: flip swap mechanism — MD as primary, RST as override (Phase 1)
This is the first of three phases inverting the per-page swap mechanism so MD becomes the canonical primary and RST becomes the rare override. Phase 1 — file renames + conf.py exclude_patterns flip only: - Rename docs/**/md-<stem>.md to docs/**/<stem>.md (drop md- prefix) for all 254 stems previously listed in docs/_swap.txt - Rename docs/**/<stem>.rst to docs/**/rst-<stem>.rst (add rst- prefix) for the same 254 stems - Repurpose docs/_swap.txt as docs/_rst_overrides.txt; initially empty comment-only since no pages need the RST fallback right now - conf.py exclude_patterns flipped: rst-*.rst is now excluded by default instead of md-*.md - conf.py runtime-artifact references updated to _rst_override_state.json and _md_exclude.txt (Phase 2 will rewrite swap_sources.py to produce these names; for now no swap script runs because overrides list is empty) Phase 2 (next commit on this branch) will rewrite scripts/swap_sources.py with inverted rename direction, delete scripts/import_myst.py + tests, and update tests/test_swap_sources.py for the new semantics. Phase 3 will be the cleanup pass and ready-for-review flip. Generated by robots https://vyos.io
Diffstat (limited to 'docs/configuration/service')
-rw-r--r--docs/configuration/service/broadcast-relay.md (renamed from docs/configuration/service/md-broadcast-relay.md)0
-rw-r--r--docs/configuration/service/config-sync.md (renamed from docs/configuration/service/md-config-sync.md)0
-rw-r--r--docs/configuration/service/conntrack-sync.md (renamed from docs/configuration/service/md-conntrack-sync.md)0
-rw-r--r--docs/configuration/service/console-server.md (renamed from docs/configuration/service/md-console-server.md)0
-rw-r--r--docs/configuration/service/dhcp-relay.md (renamed from docs/configuration/service/md-dhcp-relay.md)0
-rw-r--r--docs/configuration/service/dhcp-server.md (renamed from docs/configuration/service/md-dhcp-server.md)0
-rw-r--r--docs/configuration/service/dns.md (renamed from docs/configuration/service/md-dns.md)0
-rw-r--r--docs/configuration/service/eventhandler.md (renamed from docs/configuration/service/md-eventhandler.md)0
-rw-r--r--docs/configuration/service/https.md (renamed from docs/configuration/service/md-https.md)0
-rw-r--r--docs/configuration/service/index.md (renamed from docs/configuration/service/md-index.md)0
-rw-r--r--docs/configuration/service/ipoe-server.md (renamed from docs/configuration/service/md-ipoe-server.md)0
-rw-r--r--docs/configuration/service/lldp.md (renamed from docs/configuration/service/md-lldp.md)0
-rw-r--r--docs/configuration/service/mdns.md (renamed from docs/configuration/service/md-mdns.md)0
-rw-r--r--docs/configuration/service/monitoring.md (renamed from docs/configuration/service/md-monitoring.md)0
-rw-r--r--docs/configuration/service/ntp.md (renamed from docs/configuration/service/md-ntp.md)0
-rw-r--r--docs/configuration/service/pppoe-server.md (renamed from docs/configuration/service/md-pppoe-server.md)0
-rw-r--r--docs/configuration/service/router-advert.md (renamed from docs/configuration/service/md-router-advert.md)0
-rw-r--r--docs/configuration/service/rst-broadcast-relay.rst (renamed from docs/configuration/service/broadcast-relay.rst)0
-rw-r--r--docs/configuration/service/rst-config-sync.rst (renamed from docs/configuration/service/config-sync.rst)0
-rw-r--r--docs/configuration/service/rst-conntrack-sync.rst (renamed from docs/configuration/service/conntrack-sync.rst)0
-rw-r--r--docs/configuration/service/rst-console-server.rst (renamed from docs/configuration/service/console-server.rst)0
-rw-r--r--docs/configuration/service/rst-dhcp-relay.rst (renamed from docs/configuration/service/dhcp-relay.rst)0
-rw-r--r--docs/configuration/service/rst-dhcp-server.rst (renamed from docs/configuration/service/dhcp-server.rst)0
-rw-r--r--docs/configuration/service/rst-dns.rst (renamed from docs/configuration/service/dns.rst)0
-rw-r--r--docs/configuration/service/rst-eventhandler.rst (renamed from docs/configuration/service/eventhandler.rst)0
-rw-r--r--docs/configuration/service/rst-https.rst (renamed from docs/configuration/service/https.rst)0
-rw-r--r--docs/configuration/service/rst-index.rst (renamed from docs/configuration/service/index.rst)0
-rw-r--r--docs/configuration/service/rst-ipoe-server.rst (renamed from docs/configuration/service/ipoe-server.rst)0
-rw-r--r--docs/configuration/service/rst-lldp.rst (renamed from docs/configuration/service/lldp.rst)0
-rw-r--r--docs/configuration/service/rst-mdns.rst (renamed from docs/configuration/service/mdns.rst)0
-rw-r--r--docs/configuration/service/rst-monitoring.rst (renamed from docs/configuration/service/monitoring.rst)0
-rw-r--r--docs/configuration/service/rst-ntp.rst (renamed from docs/configuration/service/ntp.rst)0
-rw-r--r--docs/configuration/service/rst-pppoe-server.rst (renamed from docs/configuration/service/pppoe-server.rst)0
-rw-r--r--docs/configuration/service/rst-router-advert.rst (renamed from docs/configuration/service/router-advert.rst)0
-rw-r--r--docs/configuration/service/rst-salt-minion.rst (renamed from docs/configuration/service/salt-minion.rst)0
-rw-r--r--docs/configuration/service/rst-snmp.rst (renamed from docs/configuration/service/snmp.rst)0
-rw-r--r--docs/configuration/service/rst-ssh.rst (renamed from docs/configuration/service/ssh.rst)0
-rw-r--r--docs/configuration/service/rst-suricata.rst (renamed from docs/configuration/service/suricata.rst)0
-rw-r--r--docs/configuration/service/rst-tftp-server.rst (renamed from docs/configuration/service/tftp-server.rst)0
-rw-r--r--docs/configuration/service/rst-webproxy.rst (renamed from docs/configuration/service/webproxy.rst)0
-rw-r--r--docs/configuration/service/salt-minion.md (renamed from docs/configuration/service/md-salt-minion.md)0
-rw-r--r--docs/configuration/service/snmp.md (renamed from docs/configuration/service/md-snmp.md)0
-rw-r--r--docs/configuration/service/ssh.md (renamed from docs/configuration/service/md-ssh.md)0
-rw-r--r--docs/configuration/service/suricata.md (renamed from docs/configuration/service/md-suricata.md)0
-rw-r--r--docs/configuration/service/tftp-server.md (renamed from docs/configuration/service/md-tftp-server.md)0
-rw-r--r--docs/configuration/service/webproxy.md (renamed from docs/configuration/service/md-webproxy.md)0
46 files changed, 0 insertions, 0 deletions
diff --git a/docs/configuration/service/md-broadcast-relay.md b/docs/configuration/service/broadcast-relay.md
index 4202ad6b..4202ad6b 100644
--- a/docs/configuration/service/md-broadcast-relay.md
+++ b/docs/configuration/service/broadcast-relay.md
diff --git a/docs/configuration/service/md-config-sync.md b/docs/configuration/service/config-sync.md
index a575f947..a575f947 100644
--- a/docs/configuration/service/md-config-sync.md
+++ b/docs/configuration/service/config-sync.md
diff --git a/docs/configuration/service/md-conntrack-sync.md b/docs/configuration/service/conntrack-sync.md
index 4aad6283..4aad6283 100644
--- a/docs/configuration/service/md-conntrack-sync.md
+++ b/docs/configuration/service/conntrack-sync.md
diff --git a/docs/configuration/service/md-console-server.md b/docs/configuration/service/console-server.md
index f0556652..f0556652 100644
--- a/docs/configuration/service/md-console-server.md
+++ b/docs/configuration/service/console-server.md
diff --git a/docs/configuration/service/md-dhcp-relay.md b/docs/configuration/service/dhcp-relay.md
index a4a10109..a4a10109 100644
--- a/docs/configuration/service/md-dhcp-relay.md
+++ b/docs/configuration/service/dhcp-relay.md
diff --git a/docs/configuration/service/md-dhcp-server.md b/docs/configuration/service/dhcp-server.md
index 721d6d4a..721d6d4a 100644
--- a/docs/configuration/service/md-dhcp-server.md
+++ b/docs/configuration/service/dhcp-server.md
diff --git a/docs/configuration/service/md-dns.md b/docs/configuration/service/dns.md
index e7e9b457..e7e9b457 100644
--- a/docs/configuration/service/md-dns.md
+++ b/docs/configuration/service/dns.md
diff --git a/docs/configuration/service/md-eventhandler.md b/docs/configuration/service/eventhandler.md
index 6413c24d..6413c24d 100644
--- a/docs/configuration/service/md-eventhandler.md
+++ b/docs/configuration/service/eventhandler.md
diff --git a/docs/configuration/service/md-https.md b/docs/configuration/service/https.md
index 184fd088..184fd088 100644
--- a/docs/configuration/service/md-https.md
+++ b/docs/configuration/service/https.md
diff --git a/docs/configuration/service/md-index.md b/docs/configuration/service/index.md
index 4018c5be..4018c5be 100644
--- a/docs/configuration/service/md-index.md
+++ b/docs/configuration/service/index.md
diff --git a/docs/configuration/service/md-ipoe-server.md b/docs/configuration/service/ipoe-server.md
index f1ef2a63..f1ef2a63 100644
--- a/docs/configuration/service/md-ipoe-server.md
+++ b/docs/configuration/service/ipoe-server.md
diff --git a/docs/configuration/service/md-lldp.md b/docs/configuration/service/lldp.md
index 7fdba6c8..7fdba6c8 100644
--- a/docs/configuration/service/md-lldp.md
+++ b/docs/configuration/service/lldp.md
diff --git a/docs/configuration/service/md-mdns.md b/docs/configuration/service/mdns.md
index 088bca3c..088bca3c 100644
--- a/docs/configuration/service/md-mdns.md
+++ b/docs/configuration/service/mdns.md
diff --git a/docs/configuration/service/md-monitoring.md b/docs/configuration/service/monitoring.md
index 93bd40e6..93bd40e6 100644
--- a/docs/configuration/service/md-monitoring.md
+++ b/docs/configuration/service/monitoring.md
diff --git a/docs/configuration/service/md-ntp.md b/docs/configuration/service/ntp.md
index c8c1dee3..c8c1dee3 100644
--- a/docs/configuration/service/md-ntp.md
+++ b/docs/configuration/service/ntp.md
diff --git a/docs/configuration/service/md-pppoe-server.md b/docs/configuration/service/pppoe-server.md
index 805740e4..805740e4 100644
--- a/docs/configuration/service/md-pppoe-server.md
+++ b/docs/configuration/service/pppoe-server.md
diff --git a/docs/configuration/service/md-router-advert.md b/docs/configuration/service/router-advert.md
index 10753105..10753105 100644
--- a/docs/configuration/service/md-router-advert.md
+++ b/docs/configuration/service/router-advert.md
diff --git a/docs/configuration/service/broadcast-relay.rst b/docs/configuration/service/rst-broadcast-relay.rst
index f64bb208..f64bb208 100644
--- a/docs/configuration/service/broadcast-relay.rst
+++ b/docs/configuration/service/rst-broadcast-relay.rst
diff --git a/docs/configuration/service/config-sync.rst b/docs/configuration/service/rst-config-sync.rst
index a8984a0d..a8984a0d 100644
--- a/docs/configuration/service/config-sync.rst
+++ b/docs/configuration/service/rst-config-sync.rst
diff --git a/docs/configuration/service/conntrack-sync.rst b/docs/configuration/service/rst-conntrack-sync.rst
index 2527407e..2527407e 100644
--- a/docs/configuration/service/conntrack-sync.rst
+++ b/docs/configuration/service/rst-conntrack-sync.rst
diff --git a/docs/configuration/service/console-server.rst b/docs/configuration/service/rst-console-server.rst
index c9ea7f77..c9ea7f77 100644
--- a/docs/configuration/service/console-server.rst
+++ b/docs/configuration/service/rst-console-server.rst
diff --git a/docs/configuration/service/dhcp-relay.rst b/docs/configuration/service/rst-dhcp-relay.rst
index 6a1b02f2..6a1b02f2 100644
--- a/docs/configuration/service/dhcp-relay.rst
+++ b/docs/configuration/service/rst-dhcp-relay.rst
diff --git a/docs/configuration/service/dhcp-server.rst b/docs/configuration/service/rst-dhcp-server.rst
index 09f40b37..09f40b37 100644
--- a/docs/configuration/service/dhcp-server.rst
+++ b/docs/configuration/service/rst-dhcp-server.rst
diff --git a/docs/configuration/service/dns.rst b/docs/configuration/service/rst-dns.rst
index 365e7885..365e7885 100644
--- a/docs/configuration/service/dns.rst
+++ b/docs/configuration/service/rst-dns.rst
diff --git a/docs/configuration/service/eventhandler.rst b/docs/configuration/service/rst-eventhandler.rst
index 9f4ebb04..9f4ebb04 100644
--- a/docs/configuration/service/eventhandler.rst
+++ b/docs/configuration/service/rst-eventhandler.rst
diff --git a/docs/configuration/service/https.rst b/docs/configuration/service/rst-https.rst
index e72e8e8b..e72e8e8b 100644
--- a/docs/configuration/service/https.rst
+++ b/docs/configuration/service/rst-https.rst
diff --git a/docs/configuration/service/index.rst b/docs/configuration/service/rst-index.rst
index fb6f8413..fb6f8413 100644
--- a/docs/configuration/service/index.rst
+++ b/docs/configuration/service/rst-index.rst
diff --git a/docs/configuration/service/ipoe-server.rst b/docs/configuration/service/rst-ipoe-server.rst
index 5d7acd5a..5d7acd5a 100644
--- a/docs/configuration/service/ipoe-server.rst
+++ b/docs/configuration/service/rst-ipoe-server.rst
diff --git a/docs/configuration/service/lldp.rst b/docs/configuration/service/rst-lldp.rst
index 8aee6183..8aee6183 100644
--- a/docs/configuration/service/lldp.rst
+++ b/docs/configuration/service/rst-lldp.rst
diff --git a/docs/configuration/service/mdns.rst b/docs/configuration/service/rst-mdns.rst
index 8a26722e..8a26722e 100644
--- a/docs/configuration/service/mdns.rst
+++ b/docs/configuration/service/rst-mdns.rst
diff --git a/docs/configuration/service/monitoring.rst b/docs/configuration/service/rst-monitoring.rst
index 8faf0eb8..8faf0eb8 100644
--- a/docs/configuration/service/monitoring.rst
+++ b/docs/configuration/service/rst-monitoring.rst
diff --git a/docs/configuration/service/ntp.rst b/docs/configuration/service/rst-ntp.rst
index f4ccb4b1..f4ccb4b1 100644
--- a/docs/configuration/service/ntp.rst
+++ b/docs/configuration/service/rst-ntp.rst
diff --git a/docs/configuration/service/pppoe-server.rst b/docs/configuration/service/rst-pppoe-server.rst
index f763536a..f763536a 100644
--- a/docs/configuration/service/pppoe-server.rst
+++ b/docs/configuration/service/rst-pppoe-server.rst
diff --git a/docs/configuration/service/router-advert.rst b/docs/configuration/service/rst-router-advert.rst
index 80f5ae30..80f5ae30 100644
--- a/docs/configuration/service/router-advert.rst
+++ b/docs/configuration/service/rst-router-advert.rst
diff --git a/docs/configuration/service/salt-minion.rst b/docs/configuration/service/rst-salt-minion.rst
index 8638246b..8638246b 100644
--- a/docs/configuration/service/salt-minion.rst
+++ b/docs/configuration/service/rst-salt-minion.rst
diff --git a/docs/configuration/service/snmp.rst b/docs/configuration/service/rst-snmp.rst
index 6dc13240..6dc13240 100644
--- a/docs/configuration/service/snmp.rst
+++ b/docs/configuration/service/rst-snmp.rst
diff --git a/docs/configuration/service/ssh.rst b/docs/configuration/service/rst-ssh.rst
index 11f58201..11f58201 100644
--- a/docs/configuration/service/ssh.rst
+++ b/docs/configuration/service/rst-ssh.rst
diff --git a/docs/configuration/service/suricata.rst b/docs/configuration/service/rst-suricata.rst
index b72bc52a..b72bc52a 100644
--- a/docs/configuration/service/suricata.rst
+++ b/docs/configuration/service/rst-suricata.rst
diff --git a/docs/configuration/service/tftp-server.rst b/docs/configuration/service/rst-tftp-server.rst
index 84acf3d4..84acf3d4 100644
--- a/docs/configuration/service/tftp-server.rst
+++ b/docs/configuration/service/rst-tftp-server.rst
diff --git a/docs/configuration/service/webproxy.rst b/docs/configuration/service/rst-webproxy.rst
index a6c5ff0a..a6c5ff0a 100644
--- a/docs/configuration/service/webproxy.rst
+++ b/docs/configuration/service/rst-webproxy.rst
diff --git a/docs/configuration/service/md-salt-minion.md b/docs/configuration/service/salt-minion.md
index e430f4fc..e430f4fc 100644
--- a/docs/configuration/service/md-salt-minion.md
+++ b/docs/configuration/service/salt-minion.md
diff --git a/docs/configuration/service/md-snmp.md b/docs/configuration/service/snmp.md
index ac0429ff..ac0429ff 100644
--- a/docs/configuration/service/md-snmp.md
+++ b/docs/configuration/service/snmp.md
diff --git a/docs/configuration/service/md-ssh.md b/docs/configuration/service/ssh.md
index d873cbee..d873cbee 100644
--- a/docs/configuration/service/md-ssh.md
+++ b/docs/configuration/service/ssh.md
diff --git a/docs/configuration/service/md-suricata.md b/docs/configuration/service/suricata.md
index ca9ae968..ca9ae968 100644
--- a/docs/configuration/service/md-suricata.md
+++ b/docs/configuration/service/suricata.md
diff --git a/docs/configuration/service/md-tftp-server.md b/docs/configuration/service/tftp-server.md
index f4a6c34c..f4a6c34c 100644
--- a/docs/configuration/service/md-tftp-server.md
+++ b/docs/configuration/service/tftp-server.md
diff --git a/docs/configuration/service/md-webproxy.md b/docs/configuration/service/webproxy.md
index 28156b2b..28156b2b 100644
--- a/docs/configuration/service/md-webproxy.md
+++ b/docs/configuration/service/webproxy.md