diff options
| author | Yuriy Andamasov <yuriy@vyos.io> | 2026-05-10 18:14:13 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-10 18:14:13 +0300 |
| commit | 644c8b8a143402326fee572ae284321073921d7c (patch) | |
| tree | 25cd211c610f165f75e1da1040d7cd758b56f8e5 /context7.json | |
| parent | d7e63e1923814a791dadf93453e8c090d26ca896 (diff) | |
| parent | 3a544f6f73dadb0e50f32a4c73e7efa3772b4f49 (diff) | |
| download | vyos-documentation-644c8b8a143402326fee572ae284321073921d7c.tar.gz vyos-documentation-644c8b8a143402326fee572ae284321073921d7c.zip | |
Merge pull request #1940 from vyos/yuriy/remove-rst-swap-mechanism
chore: remove RST swap mechanism, archive rst-*.rst under docs/_rst_legacy/
Diffstat (limited to 'context7.json')
| -rw-r--r-- | context7.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/context7.json b/context7.json index 62d04b59..f2bff61c 100644 --- a/context7.json +++ b/context7.json @@ -10,6 +10,7 @@ "docs/_static", "docs/_templates", "docs/_ext", + "docs/_rst_legacy", "scripts", "tests", ".github", @@ -25,7 +26,7 @@ "Documentation sources are MyST Markdown (.md). Cite and link to the .md form.", "VyOS has two CLI modes: configuration mode (`set ...`, `delete ...`, `commit`, `save`) and operational mode (`show ...`, `monitor ...`, `restart ...`). Do not mix them.", "Configuration commands are wrapped in `cfgcmd` fenced blocks; operational commands in `opcmd` fenced blocks. Treat these as authoritative command syntax.", - "Branch `current` tracks the rolling release and the next stable line (1.5+). Branch `circinus` tracks 1.5.x. Branch `sagitta` tracks 1.4.x. Always cite version-appropriate documentation.", + "Branch `rolling` tracks the rolling release and the next stable line. Branch `circinus` tracks 1.5.x. Branch `sagitta` tracks 1.4.x. Always cite version-appropriate documentation.", "Do not invent CLI commands. If a command isn't in the docs, say so rather than guess — VyOS syntax is strict and unknown commands fail validation at commit time.", "Use reserved documentation IP space in examples: 192.0.2.0/24, 198.51.100.0/24, 203.0.113.0/24 (RFC 5737), 2001:db8::/32 (RFC 3849). Never use real or RFC1918 addresses." ], |
