diff options
| author | Yuriy Andamasov <yuriy@vyos.io> | 2026-05-06 20:42:32 +0300 |
|---|---|---|
| committer | Yuriy Andamasov <yuriy@vyos.io> | 2026-05-06 20:42:32 +0300 |
| commit | 5d6fa52b8985f8068314aba26878a1d7d5cb84e5 (patch) | |
| tree | 99359ff282846e26b5c5fa2b9b176b35b172809f /docs/configuration/system | |
| parent | 631e454d674ad5111d2b56a6964ead461894a1f6 (diff) | |
| download | vyos-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/system')
| -rw-r--r-- | docs/configuration/system/acceleration.md (renamed from docs/configuration/system/md-acceleration.md) | 0 | ||||
| -rw-r--r-- | docs/configuration/system/conntrack.md (renamed from docs/configuration/system/md-conntrack.md) | 0 | ||||
| -rw-r--r-- | docs/configuration/system/console.md (renamed from docs/configuration/system/md-console.md) | 0 | ||||
| -rw-r--r-- | docs/configuration/system/default-route.md (renamed from docs/configuration/system/md-default-route.md) | 0 | ||||
| -rw-r--r-- | docs/configuration/system/flow-accounting.md (renamed from docs/configuration/system/md-flow-accounting.md) | 0 | ||||
| -rw-r--r-- | docs/configuration/system/frr.md (renamed from docs/configuration/system/md-frr.md) | 0 | ||||
| -rw-r--r-- | docs/configuration/system/host-name.md (renamed from docs/configuration/system/md-host-name.md) | 0 | ||||
| -rw-r--r-- | docs/configuration/system/index.md (renamed from docs/configuration/system/md-index.md) | 0 | ||||
| -rw-r--r-- | docs/configuration/system/ip.md (renamed from docs/configuration/system/md-ip.md) | 0 | ||||
| -rw-r--r-- | docs/configuration/system/ipv6.md (renamed from docs/configuration/system/md-ipv6.md) | 0 | ||||
| -rw-r--r-- | docs/configuration/system/lcd.md (renamed from docs/configuration/system/md-lcd.md) | 0 | ||||
| -rw-r--r-- | docs/configuration/system/login.md (renamed from docs/configuration/system/md-login.md) | 0 | ||||
| -rw-r--r-- | docs/configuration/system/name-server.md (renamed from docs/configuration/system/md-name-server.md) | 0 | ||||
| -rw-r--r-- | docs/configuration/system/option.md (renamed from docs/configuration/system/md-option.md) | 0 | ||||
| -rw-r--r-- | docs/configuration/system/proxy.md (renamed from docs/configuration/system/md-proxy.md) | 0 | ||||
| -rw-r--r-- | docs/configuration/system/rst-acceleration.rst (renamed from docs/configuration/system/acceleration.rst) | 0 | ||||
| -rw-r--r-- | docs/configuration/system/rst-conntrack.rst (renamed from docs/configuration/system/conntrack.rst) | 0 | ||||
| -rw-r--r-- | docs/configuration/system/rst-console.rst (renamed from docs/configuration/system/console.rst) | 0 | ||||
| -rw-r--r-- | docs/configuration/system/rst-default-route.rst (renamed from docs/configuration/system/default-route.rst) | 0 | ||||
| -rw-r--r-- | docs/configuration/system/rst-flow-accounting.rst (renamed from docs/configuration/system/flow-accounting.rst) | 0 | ||||
| -rw-r--r-- | docs/configuration/system/rst-frr.rst (renamed from docs/configuration/system/frr.rst) | 0 | ||||
| -rw-r--r-- | docs/configuration/system/rst-host-name.rst (renamed from docs/configuration/system/host-name.rst) | 0 | ||||
| -rw-r--r-- | docs/configuration/system/rst-index.rst (renamed from docs/configuration/system/index.rst) | 0 | ||||
| -rw-r--r-- | docs/configuration/system/rst-ip.rst (renamed from docs/configuration/system/ip.rst) | 0 | ||||
| -rw-r--r-- | docs/configuration/system/rst-ipv6.rst (renamed from docs/configuration/system/ipv6.rst) | 0 | ||||
| -rw-r--r-- | docs/configuration/system/rst-lcd.rst (renamed from docs/configuration/system/lcd.rst) | 0 | ||||
| -rw-r--r-- | docs/configuration/system/rst-login.rst (renamed from docs/configuration/system/login.rst) | 0 | ||||
| -rw-r--r-- | docs/configuration/system/rst-name-server.rst (renamed from docs/configuration/system/name-server.rst) | 0 | ||||
| -rw-r--r-- | docs/configuration/system/rst-option.rst (renamed from docs/configuration/system/option.rst) | 0 | ||||
| -rw-r--r-- | docs/configuration/system/rst-proxy.rst (renamed from docs/configuration/system/proxy.rst) | 0 | ||||
| -rw-r--r-- | docs/configuration/system/rst-sflow.rst (renamed from docs/configuration/system/sflow.rst) | 0 | ||||
| -rw-r--r-- | docs/configuration/system/rst-sysctl.rst (renamed from docs/configuration/system/sysctl.rst) | 0 | ||||
| -rw-r--r-- | docs/configuration/system/rst-syslog.rst (renamed from docs/configuration/system/syslog.rst) | 0 | ||||
| -rw-r--r-- | docs/configuration/system/rst-task-scheduler.rst (renamed from docs/configuration/system/task-scheduler.rst) | 0 | ||||
| -rw-r--r-- | docs/configuration/system/rst-time-zone.rst (renamed from docs/configuration/system/time-zone.rst) | 0 | ||||
| -rw-r--r-- | docs/configuration/system/rst-updates.rst (renamed from docs/configuration/system/updates.rst) | 0 | ||||
| -rw-r--r-- | docs/configuration/system/rst-watchdog.rst (renamed from docs/configuration/system/watchdog.rst) | 0 | ||||
| -rw-r--r-- | docs/configuration/system/sflow.md (renamed from docs/configuration/system/md-sflow.md) | 0 | ||||
| -rw-r--r-- | docs/configuration/system/sysctl.md (renamed from docs/configuration/system/md-sysctl.md) | 0 | ||||
| -rw-r--r-- | docs/configuration/system/syslog.md (renamed from docs/configuration/system/md-syslog.md) | 0 | ||||
| -rw-r--r-- | docs/configuration/system/task-scheduler.md (renamed from docs/configuration/system/md-task-scheduler.md) | 0 | ||||
| -rw-r--r-- | docs/configuration/system/time-zone.md (renamed from docs/configuration/system/md-time-zone.md) | 0 | ||||
| -rw-r--r-- | docs/configuration/system/updates.md (renamed from docs/configuration/system/md-updates.md) | 0 | ||||
| -rw-r--r-- | docs/configuration/system/watchdog.md (renamed from docs/configuration/system/md-watchdog.md) | 0 |
44 files changed, 0 insertions, 0 deletions
diff --git a/docs/configuration/system/md-acceleration.md b/docs/configuration/system/acceleration.md index 871129e6..871129e6 100644 --- a/docs/configuration/system/md-acceleration.md +++ b/docs/configuration/system/acceleration.md diff --git a/docs/configuration/system/md-conntrack.md b/docs/configuration/system/conntrack.md index 2b7279f6..2b7279f6 100644 --- a/docs/configuration/system/md-conntrack.md +++ b/docs/configuration/system/conntrack.md diff --git a/docs/configuration/system/md-console.md b/docs/configuration/system/console.md index 9017fa30..9017fa30 100644 --- a/docs/configuration/system/md-console.md +++ b/docs/configuration/system/console.md diff --git a/docs/configuration/system/md-default-route.md b/docs/configuration/system/default-route.md index 9f2793d1..9f2793d1 100644 --- a/docs/configuration/system/md-default-route.md +++ b/docs/configuration/system/default-route.md diff --git a/docs/configuration/system/md-flow-accounting.md b/docs/configuration/system/flow-accounting.md index c97d5473..c97d5473 100644 --- a/docs/configuration/system/md-flow-accounting.md +++ b/docs/configuration/system/flow-accounting.md diff --git a/docs/configuration/system/md-frr.md b/docs/configuration/system/frr.md index 40305ad7..40305ad7 100644 --- a/docs/configuration/system/md-frr.md +++ b/docs/configuration/system/frr.md diff --git a/docs/configuration/system/md-host-name.md b/docs/configuration/system/host-name.md index 81840d1f..81840d1f 100644 --- a/docs/configuration/system/md-host-name.md +++ b/docs/configuration/system/host-name.md diff --git a/docs/configuration/system/md-index.md b/docs/configuration/system/index.md index e0b8a5a1..e0b8a5a1 100644 --- a/docs/configuration/system/md-index.md +++ b/docs/configuration/system/index.md diff --git a/docs/configuration/system/md-ip.md b/docs/configuration/system/ip.md index 717ee57d..717ee57d 100644 --- a/docs/configuration/system/md-ip.md +++ b/docs/configuration/system/ip.md diff --git a/docs/configuration/system/md-ipv6.md b/docs/configuration/system/ipv6.md index ee0a6ade..ee0a6ade 100644 --- a/docs/configuration/system/md-ipv6.md +++ b/docs/configuration/system/ipv6.md diff --git a/docs/configuration/system/md-lcd.md b/docs/configuration/system/lcd.md index ef9031ea..ef9031ea 100644 --- a/docs/configuration/system/md-lcd.md +++ b/docs/configuration/system/lcd.md diff --git a/docs/configuration/system/md-login.md b/docs/configuration/system/login.md index 288d30a8..288d30a8 100644 --- a/docs/configuration/system/md-login.md +++ b/docs/configuration/system/login.md diff --git a/docs/configuration/system/md-name-server.md b/docs/configuration/system/name-server.md index 9090ba5f..9090ba5f 100644 --- a/docs/configuration/system/md-name-server.md +++ b/docs/configuration/system/name-server.md diff --git a/docs/configuration/system/md-option.md b/docs/configuration/system/option.md index ed1c3461..ed1c3461 100644 --- a/docs/configuration/system/md-option.md +++ b/docs/configuration/system/option.md diff --git a/docs/configuration/system/md-proxy.md b/docs/configuration/system/proxy.md index 3b12634b..3b12634b 100644 --- a/docs/configuration/system/md-proxy.md +++ b/docs/configuration/system/proxy.md diff --git a/docs/configuration/system/acceleration.rst b/docs/configuration/system/rst-acceleration.rst index 63506d6d..63506d6d 100644 --- a/docs/configuration/system/acceleration.rst +++ b/docs/configuration/system/rst-acceleration.rst diff --git a/docs/configuration/system/conntrack.rst b/docs/configuration/system/rst-conntrack.rst index 59209b36..59209b36 100644 --- a/docs/configuration/system/conntrack.rst +++ b/docs/configuration/system/rst-conntrack.rst diff --git a/docs/configuration/system/console.rst b/docs/configuration/system/rst-console.rst index a0e46afb..a0e46afb 100644 --- a/docs/configuration/system/console.rst +++ b/docs/configuration/system/rst-console.rst diff --git a/docs/configuration/system/default-route.rst b/docs/configuration/system/rst-default-route.rst index e102eb9c..e102eb9c 100644 --- a/docs/configuration/system/default-route.rst +++ b/docs/configuration/system/rst-default-route.rst diff --git a/docs/configuration/system/flow-accounting.rst b/docs/configuration/system/rst-flow-accounting.rst index 0664eac7..0664eac7 100644 --- a/docs/configuration/system/flow-accounting.rst +++ b/docs/configuration/system/rst-flow-accounting.rst diff --git a/docs/configuration/system/frr.rst b/docs/configuration/system/rst-frr.rst index 2fa6e3c3..2fa6e3c3 100644 --- a/docs/configuration/system/frr.rst +++ b/docs/configuration/system/rst-frr.rst diff --git a/docs/configuration/system/host-name.rst b/docs/configuration/system/rst-host-name.rst index 4d1567bf..4d1567bf 100644 --- a/docs/configuration/system/host-name.rst +++ b/docs/configuration/system/rst-host-name.rst diff --git a/docs/configuration/system/index.rst b/docs/configuration/system/rst-index.rst index c0113cce..c0113cce 100644 --- a/docs/configuration/system/index.rst +++ b/docs/configuration/system/rst-index.rst diff --git a/docs/configuration/system/ip.rst b/docs/configuration/system/rst-ip.rst index c724faac..c724faac 100644 --- a/docs/configuration/system/ip.rst +++ b/docs/configuration/system/rst-ip.rst diff --git a/docs/configuration/system/ipv6.rst b/docs/configuration/system/rst-ipv6.rst index eaa1d2b8..eaa1d2b8 100644 --- a/docs/configuration/system/ipv6.rst +++ b/docs/configuration/system/rst-ipv6.rst diff --git a/docs/configuration/system/lcd.rst b/docs/configuration/system/rst-lcd.rst index 3fcf01dd..3fcf01dd 100644 --- a/docs/configuration/system/lcd.rst +++ b/docs/configuration/system/rst-lcd.rst diff --git a/docs/configuration/system/login.rst b/docs/configuration/system/rst-login.rst index 1a2c2c5a..1a2c2c5a 100644 --- a/docs/configuration/system/login.rst +++ b/docs/configuration/system/rst-login.rst diff --git a/docs/configuration/system/name-server.rst b/docs/configuration/system/rst-name-server.rst index 5d08dbc5..5d08dbc5 100644 --- a/docs/configuration/system/name-server.rst +++ b/docs/configuration/system/rst-name-server.rst diff --git a/docs/configuration/system/option.rst b/docs/configuration/system/rst-option.rst index a13e38a8..a13e38a8 100644 --- a/docs/configuration/system/option.rst +++ b/docs/configuration/system/rst-option.rst diff --git a/docs/configuration/system/proxy.rst b/docs/configuration/system/rst-proxy.rst index 8e0339a7..8e0339a7 100644 --- a/docs/configuration/system/proxy.rst +++ b/docs/configuration/system/rst-proxy.rst diff --git a/docs/configuration/system/sflow.rst b/docs/configuration/system/rst-sflow.rst index 926d667b..926d667b 100644 --- a/docs/configuration/system/sflow.rst +++ b/docs/configuration/system/rst-sflow.rst diff --git a/docs/configuration/system/sysctl.rst b/docs/configuration/system/rst-sysctl.rst index 1fedb9bd..1fedb9bd 100644 --- a/docs/configuration/system/sysctl.rst +++ b/docs/configuration/system/rst-sysctl.rst diff --git a/docs/configuration/system/syslog.rst b/docs/configuration/system/rst-syslog.rst index c2767c4a..c2767c4a 100644 --- a/docs/configuration/system/syslog.rst +++ b/docs/configuration/system/rst-syslog.rst diff --git a/docs/configuration/system/task-scheduler.rst b/docs/configuration/system/rst-task-scheduler.rst index 4a754ba3..4a754ba3 100644 --- a/docs/configuration/system/task-scheduler.rst +++ b/docs/configuration/system/rst-task-scheduler.rst diff --git a/docs/configuration/system/time-zone.rst b/docs/configuration/system/rst-time-zone.rst index 025c4376..025c4376 100644 --- a/docs/configuration/system/time-zone.rst +++ b/docs/configuration/system/rst-time-zone.rst diff --git a/docs/configuration/system/updates.rst b/docs/configuration/system/rst-updates.rst index 505d9318..505d9318 100644 --- a/docs/configuration/system/updates.rst +++ b/docs/configuration/system/rst-updates.rst diff --git a/docs/configuration/system/watchdog.rst b/docs/configuration/system/rst-watchdog.rst index 9db4a666..9db4a666 100644 --- a/docs/configuration/system/watchdog.rst +++ b/docs/configuration/system/rst-watchdog.rst diff --git a/docs/configuration/system/md-sflow.md b/docs/configuration/system/sflow.md index 350bbdd8..350bbdd8 100644 --- a/docs/configuration/system/md-sflow.md +++ b/docs/configuration/system/sflow.md diff --git a/docs/configuration/system/md-sysctl.md b/docs/configuration/system/sysctl.md index 90434fb2..90434fb2 100644 --- a/docs/configuration/system/md-sysctl.md +++ b/docs/configuration/system/sysctl.md diff --git a/docs/configuration/system/md-syslog.md b/docs/configuration/system/syslog.md index ae30d272..ae30d272 100644 --- a/docs/configuration/system/md-syslog.md +++ b/docs/configuration/system/syslog.md diff --git a/docs/configuration/system/md-task-scheduler.md b/docs/configuration/system/task-scheduler.md index 94ca9f4d..94ca9f4d 100644 --- a/docs/configuration/system/md-task-scheduler.md +++ b/docs/configuration/system/task-scheduler.md diff --git a/docs/configuration/system/md-time-zone.md b/docs/configuration/system/time-zone.md index 2279a773..2279a773 100644 --- a/docs/configuration/system/md-time-zone.md +++ b/docs/configuration/system/time-zone.md diff --git a/docs/configuration/system/md-updates.md b/docs/configuration/system/updates.md index c82d37be..c82d37be 100644 --- a/docs/configuration/system/md-updates.md +++ b/docs/configuration/system/updates.md diff --git a/docs/configuration/system/md-watchdog.md b/docs/configuration/system/watchdog.md index 700051a6..700051a6 100644 --- a/docs/configuration/system/md-watchdog.md +++ b/docs/configuration/system/watchdog.md |
