summaryrefslogtreecommitdiff
path: root/context7.json
diff options
context:
space:
mode:
Diffstat (limited to 'context7.json')
-rw-r--r--context7.json3
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."
],