docs: add docs for boundary rules engine (#21471)

Closes: https://github.com/coder/boundary/issues/146

- added docs for rules engine
- move all boundary-related docs under new `boundary` directory
This commit is contained in:
Yevhenii Shcherbina
2026-01-09 15:04:51 -05:00
committed by GitHub
parent a09d85cc26
commit 1bfd776cb4
7 changed files with 112 additions and 7 deletions
+8 -3
View File
@@ -972,18 +972,23 @@
{
"title": "Agent Boundaries",
"description": "Understanding Agent Boundaries in Coder Tasks",
"path": "./ai-coder/agent-boundary.md",
"path": "./ai-coder/boundary/agent-boundary.md",
"state": ["beta"],
"children": [
{
"title": "nsjail",
"description": "Documentation for Namespace Jail",
"path": "./ai-coder/nsjail.md"
"path": "./ai-coder/boundary/nsjail.md"
},
{
"title": "landjail",
"description": "Documentation for LandJail",
"path": "./ai-coder/landjail.md"
"path": "./ai-coder/boundary/landjail.md"
},
{
"title": "Rules Engine",
"description": "Documentation for the Boundary rules engine",
"path": "./ai-coder/boundary/rules-engine.md"
}
]
},