diff options
| author | Yuriy Andamasov <yuriy@vyos.io> | 2026-05-02 18:59:58 +0300 |
|---|---|---|
| committer | Yuriy Andamasov <yuriy@vyos.io> | 2026-05-06 16:18:03 +0300 |
| commit | 5a35f4d30e5c16bd85e811176cffa86b721112b7 (patch) | |
| tree | 8339f5c27d85b97196825e825f4139fe4827876c /docs/contributing | |
| parent | 38ff65941d6cd771700480fd2e6c88dad6a01c24 (diff) | |
| download | vyos-documentation-5a35f4d30e5c16bd85e811176cffa86b721112b7.tar.gz vyos-documentation-5a35f4d30e5c16bd85e811176cffa86b721112b7.zip | |
refactor(swap): rename imported .md files to md- prefix for swap mechanism
Restore the canary file naming convention that swap_sources.py expects:
the imported MyST pages now live as docs/<dir>/md-<name>.md alongside
the existing docs/<dir>/<name>.rst, so swap_sources.py --swap can rename
them into place at build time.
- 254 .md files renamed (every page with a matching .rst counterpart)
- 2 MyST-only pages left at their final names (no .rst exists, no swap
needed): docs/copyright.md, docs/automation/terraform/terraformvyos.md
All 114 stems listed in docs/_swap.txt now have a corresponding
md-<name>.md source file ready to swap in.
🤖 Generated by [robots](https://vyos.io)
Diffstat (limited to 'docs/contributing')
| -rw-r--r-- | docs/contributing/md-build-vyos.md (renamed from docs/contributing/build-vyos.md) | 0 | ||||
| -rw-r--r-- | docs/contributing/md-cla.md (renamed from docs/contributing/cla.md) | 0 | ||||
| -rw-r--r-- | docs/contributing/md-debugging.md (renamed from docs/contributing/debugging.md) | 0 | ||||
| -rw-r--r-- | docs/contributing/md-development.md (renamed from docs/contributing/development.md) | 0 | ||||
| -rw-r--r-- | docs/contributing/md-index.md (renamed from docs/contributing/index.md) | 0 | ||||
| -rw-r--r-- | docs/contributing/md-issues-features.md (renamed from docs/contributing/issues-features.md) | 0 | ||||
| -rw-r--r-- | docs/contributing/md-testing.md (renamed from docs/contributing/testing.md) | 0 | ||||
| -rw-r--r-- | docs/contributing/md-upstream-packages.md (renamed from docs/contributing/upstream-packages.md) | 0 |
8 files changed, 0 insertions, 0 deletions
diff --git a/docs/contributing/build-vyos.md b/docs/contributing/md-build-vyos.md index bfda5298..bfda5298 100644 --- a/docs/contributing/build-vyos.md +++ b/docs/contributing/md-build-vyos.md diff --git a/docs/contributing/cla.md b/docs/contributing/md-cla.md index 01323111..01323111 100644 --- a/docs/contributing/cla.md +++ b/docs/contributing/md-cla.md diff --git a/docs/contributing/debugging.md b/docs/contributing/md-debugging.md index d3b4b513..d3b4b513 100644 --- a/docs/contributing/debugging.md +++ b/docs/contributing/md-debugging.md diff --git a/docs/contributing/development.md b/docs/contributing/md-development.md index 8d2cec40..8d2cec40 100644 --- a/docs/contributing/development.md +++ b/docs/contributing/md-development.md diff --git a/docs/contributing/index.md b/docs/contributing/md-index.md index f26a6b70..f26a6b70 100644 --- a/docs/contributing/index.md +++ b/docs/contributing/md-index.md diff --git a/docs/contributing/issues-features.md b/docs/contributing/md-issues-features.md index ab235326..ab235326 100644 --- a/docs/contributing/issues-features.md +++ b/docs/contributing/md-issues-features.md diff --git a/docs/contributing/testing.md b/docs/contributing/md-testing.md index b68cad1b..b68cad1b 100644 --- a/docs/contributing/testing.md +++ b/docs/contributing/md-testing.md diff --git a/docs/contributing/upstream-packages.md b/docs/contributing/md-upstream-packages.md index fe01df82..fe01df82 100644 --- a/docs/contributing/upstream-packages.md +++ b/docs/contributing/md-upstream-packages.md |
