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/automation | |
| 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/automation')
| -rw-r--r-- | docs/automation/cloud-init.md (renamed from docs/automation/md-cloud-init.md) | 0 | ||||
| -rw-r--r-- | docs/automation/command-scripting.md (renamed from docs/automation/md-command-scripting.md) | 0 | ||||
| -rw-r--r-- | docs/automation/index.md (renamed from docs/automation/md-index.md) | 0 | ||||
| -rw-r--r-- | docs/automation/rst-cloud-init.rst (renamed from docs/automation/cloud-init.rst) | 0 | ||||
| -rw-r--r-- | docs/automation/rst-command-scripting.rst (renamed from docs/automation/command-scripting.rst) | 0 | ||||
| -rw-r--r-- | docs/automation/rst-index.rst (renamed from docs/automation/index.rst) | 0 | ||||
| -rw-r--r-- | docs/automation/rst-vyos-ansible.rst (renamed from docs/automation/vyos-ansible.rst) | 0 | ||||
| -rw-r--r-- | docs/automation/rst-vyos-api.rst (renamed from docs/automation/vyos-api.rst) | 0 | ||||
| -rw-r--r-- | docs/automation/rst-vyos-govyos.rst (renamed from docs/automation/vyos-govyos.rst) | 0 | ||||
| -rw-r--r-- | docs/automation/rst-vyos-napalm.rst (renamed from docs/automation/vyos-napalm.rst) | 0 | ||||
| -rw-r--r-- | docs/automation/rst-vyos-netmiko.rst (renamed from docs/automation/vyos-netmiko.rst) | 0 | ||||
| -rw-r--r-- | docs/automation/rst-vyos-pyvyos.rst (renamed from docs/automation/vyos-pyvyos.rst) | 0 | ||||
| -rw-r--r-- | docs/automation/rst-vyos-salt.rst (renamed from docs/automation/vyos-salt.rst) | 0 | ||||
| -rw-r--r-- | docs/automation/terraform/index.md (renamed from docs/automation/terraform/md-index.md) | 0 | ||||
| -rw-r--r-- | docs/automation/terraform/rst-index.rst (renamed from docs/automation/terraform/index.rst) | 0 | ||||
| -rw-r--r-- | docs/automation/terraform/rst-terraformAWS.rst (renamed from docs/automation/terraform/terraformAWS.rst) | 0 | ||||
| -rw-r--r-- | docs/automation/terraform/rst-terraformAZ.rst (renamed from docs/automation/terraform/terraformAZ.rst) | 0 | ||||
| -rw-r--r-- | docs/automation/terraform/rst-terraformGoogle.rst (renamed from docs/automation/terraform/terraformGoogle.rst) | 0 | ||||
| -rw-r--r-- | docs/automation/terraform/rst-terraformvSphere.rst (renamed from docs/automation/terraform/terraformvSphere.rst) | 0 | ||||
| -rw-r--r-- | docs/automation/terraform/terraformAWS.md (renamed from docs/automation/terraform/md-terraformAWS.md) | 0 | ||||
| -rw-r--r-- | docs/automation/terraform/terraformAZ.md (renamed from docs/automation/terraform/md-terraformAZ.md) | 0 | ||||
| -rw-r--r-- | docs/automation/terraform/terraformGoogle.md (renamed from docs/automation/terraform/md-terraformGoogle.md) | 0 | ||||
| -rw-r--r-- | docs/automation/terraform/terraformvSphere.md (renamed from docs/automation/terraform/md-terraformvSphere.md) | 0 | ||||
| -rw-r--r-- | docs/automation/vyos-ansible.md (renamed from docs/automation/md-vyos-ansible.md) | 0 | ||||
| -rw-r--r-- | docs/automation/vyos-api.md (renamed from docs/automation/md-vyos-api.md) | 0 | ||||
| -rw-r--r-- | docs/automation/vyos-govyos.md (renamed from docs/automation/md-vyos-govyos.md) | 0 | ||||
| -rw-r--r-- | docs/automation/vyos-napalm.md (renamed from docs/automation/md-vyos-napalm.md) | 0 | ||||
| -rw-r--r-- | docs/automation/vyos-netmiko.md (renamed from docs/automation/md-vyos-netmiko.md) | 0 | ||||
| -rw-r--r-- | docs/automation/vyos-pyvyos.md (renamed from docs/automation/md-vyos-pyvyos.md) | 0 | ||||
| -rw-r--r-- | docs/automation/vyos-salt.md (renamed from docs/automation/md-vyos-salt.md) | 0 |
30 files changed, 0 insertions, 0 deletions
diff --git a/docs/automation/md-cloud-init.md b/docs/automation/cloud-init.md index b6350b54..b6350b54 100644 --- a/docs/automation/md-cloud-init.md +++ b/docs/automation/cloud-init.md diff --git a/docs/automation/md-command-scripting.md b/docs/automation/command-scripting.md index 7e736152..7e736152 100644 --- a/docs/automation/md-command-scripting.md +++ b/docs/automation/command-scripting.md diff --git a/docs/automation/md-index.md b/docs/automation/index.md index 62e60f84..62e60f84 100644 --- a/docs/automation/md-index.md +++ b/docs/automation/index.md diff --git a/docs/automation/cloud-init.rst b/docs/automation/rst-cloud-init.rst index 29f56d0d..29f56d0d 100644 --- a/docs/automation/cloud-init.rst +++ b/docs/automation/rst-cloud-init.rst diff --git a/docs/automation/command-scripting.rst b/docs/automation/rst-command-scripting.rst index 91086b42..91086b42 100644 --- a/docs/automation/command-scripting.rst +++ b/docs/automation/rst-command-scripting.rst diff --git a/docs/automation/index.rst b/docs/automation/rst-index.rst index f153b730..f153b730 100644 --- a/docs/automation/index.rst +++ b/docs/automation/rst-index.rst diff --git a/docs/automation/vyos-ansible.rst b/docs/automation/rst-vyos-ansible.rst index 12d4e9fb..12d4e9fb 100644 --- a/docs/automation/vyos-ansible.rst +++ b/docs/automation/rst-vyos-ansible.rst diff --git a/docs/automation/vyos-api.rst b/docs/automation/rst-vyos-api.rst index e96723e6..e96723e6 100644 --- a/docs/automation/vyos-api.rst +++ b/docs/automation/rst-vyos-api.rst diff --git a/docs/automation/vyos-govyos.rst b/docs/automation/rst-vyos-govyos.rst index 17e15b0e..17e15b0e 100644 --- a/docs/automation/vyos-govyos.rst +++ b/docs/automation/rst-vyos-govyos.rst diff --git a/docs/automation/vyos-napalm.rst b/docs/automation/rst-vyos-napalm.rst index f2f27124..f2f27124 100644 --- a/docs/automation/vyos-napalm.rst +++ b/docs/automation/rst-vyos-napalm.rst diff --git a/docs/automation/vyos-netmiko.rst b/docs/automation/rst-vyos-netmiko.rst index b94b0129..b94b0129 100644 --- a/docs/automation/vyos-netmiko.rst +++ b/docs/automation/rst-vyos-netmiko.rst diff --git a/docs/automation/vyos-pyvyos.rst b/docs/automation/rst-vyos-pyvyos.rst index cbd315e5..cbd315e5 100644 --- a/docs/automation/vyos-pyvyos.rst +++ b/docs/automation/rst-vyos-pyvyos.rst diff --git a/docs/automation/vyos-salt.rst b/docs/automation/rst-vyos-salt.rst index 3a5b17d7..3a5b17d7 100644 --- a/docs/automation/vyos-salt.rst +++ b/docs/automation/rst-vyos-salt.rst diff --git a/docs/automation/terraform/md-index.md b/docs/automation/terraform/index.md index dc787db1..dc787db1 100644 --- a/docs/automation/terraform/md-index.md +++ b/docs/automation/terraform/index.md diff --git a/docs/automation/terraform/index.rst b/docs/automation/terraform/rst-index.rst index f81820d2..f81820d2 100644 --- a/docs/automation/terraform/index.rst +++ b/docs/automation/terraform/rst-index.rst diff --git a/docs/automation/terraform/terraformAWS.rst b/docs/automation/terraform/rst-terraformAWS.rst index 8156fac4..8156fac4 100644 --- a/docs/automation/terraform/terraformAWS.rst +++ b/docs/automation/terraform/rst-terraformAWS.rst diff --git a/docs/automation/terraform/terraformAZ.rst b/docs/automation/terraform/rst-terraformAZ.rst index 9e094aea..9e094aea 100644 --- a/docs/automation/terraform/terraformAZ.rst +++ b/docs/automation/terraform/rst-terraformAZ.rst diff --git a/docs/automation/terraform/terraformGoogle.rst b/docs/automation/terraform/rst-terraformGoogle.rst index eb7e01fe..eb7e01fe 100644 --- a/docs/automation/terraform/terraformGoogle.rst +++ b/docs/automation/terraform/rst-terraformGoogle.rst diff --git a/docs/automation/terraform/terraformvSphere.rst b/docs/automation/terraform/rst-terraformvSphere.rst index 1866fa8e..1866fa8e 100644 --- a/docs/automation/terraform/terraformvSphere.rst +++ b/docs/automation/terraform/rst-terraformvSphere.rst diff --git a/docs/automation/terraform/md-terraformAWS.md b/docs/automation/terraform/terraformAWS.md index 488e7926..488e7926 100644 --- a/docs/automation/terraform/md-terraformAWS.md +++ b/docs/automation/terraform/terraformAWS.md diff --git a/docs/automation/terraform/md-terraformAZ.md b/docs/automation/terraform/terraformAZ.md index b1b8fac0..b1b8fac0 100644 --- a/docs/automation/terraform/md-terraformAZ.md +++ b/docs/automation/terraform/terraformAZ.md diff --git a/docs/automation/terraform/md-terraformGoogle.md b/docs/automation/terraform/terraformGoogle.md index f9c002a7..f9c002a7 100644 --- a/docs/automation/terraform/md-terraformGoogle.md +++ b/docs/automation/terraform/terraformGoogle.md diff --git a/docs/automation/terraform/md-terraformvSphere.md b/docs/automation/terraform/terraformvSphere.md index abcef5fa..abcef5fa 100644 --- a/docs/automation/terraform/md-terraformvSphere.md +++ b/docs/automation/terraform/terraformvSphere.md diff --git a/docs/automation/md-vyos-ansible.md b/docs/automation/vyos-ansible.md index 8e94b251..8e94b251 100644 --- a/docs/automation/md-vyos-ansible.md +++ b/docs/automation/vyos-ansible.md diff --git a/docs/automation/md-vyos-api.md b/docs/automation/vyos-api.md index 66e8250c..66e8250c 100644 --- a/docs/automation/md-vyos-api.md +++ b/docs/automation/vyos-api.md diff --git a/docs/automation/md-vyos-govyos.md b/docs/automation/vyos-govyos.md index c1d0b24a..c1d0b24a 100644 --- a/docs/automation/md-vyos-govyos.md +++ b/docs/automation/vyos-govyos.md diff --git a/docs/automation/md-vyos-napalm.md b/docs/automation/vyos-napalm.md index d656c7c2..d656c7c2 100644 --- a/docs/automation/md-vyos-napalm.md +++ b/docs/automation/vyos-napalm.md diff --git a/docs/automation/md-vyos-netmiko.md b/docs/automation/vyos-netmiko.md index 2e947b6a..2e947b6a 100644 --- a/docs/automation/md-vyos-netmiko.md +++ b/docs/automation/vyos-netmiko.md diff --git a/docs/automation/md-vyos-pyvyos.md b/docs/automation/vyos-pyvyos.md index 1a6a09fd..1a6a09fd 100644 --- a/docs/automation/md-vyos-pyvyos.md +++ b/docs/automation/vyos-pyvyos.md diff --git a/docs/automation/md-vyos-salt.md b/docs/automation/vyos-salt.md index 7b306cb8..7b306cb8 100644 --- a/docs/automation/md-vyos-salt.md +++ b/docs/automation/vyos-salt.md |
