Skip to content

Commit 4530797

Browse files
docs: link orchestration guide
Add the orchestration guide to the documentation landing page and Zensical navigation.\n\nCo-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
1 parent b498fde commit 4530797

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

docs/content/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ Task-oriented deep dives into the pipeline's functionality.
3838
| [Skipping framework tests](guides/skipping-framework-tests.md) | Skip individual framework tests on a per-file basis. |
3939
| [Versioning and releases](guides/versioning-and-releases.md) | Label-driven versioning, prereleases, and what a release produces. |
4040
| [Validating before review](guides/validating-before-review.md) | The PSModule validation pass before a draft pull request is marked ready. |
41+
| [Module development orchestration](guides/module-development-orchestration.md) | Coordinate substantial work across an orchestrator session and narrowly scoped child sessions. |
4142

4243
## Reference
4344

docs/zensical.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ nav = [
3333
{"Skipping framework tests" = "guides/skipping-framework-tests.md"},
3434
{"Versioning and releases" = "guides/versioning-and-releases.md"},
3535
{"Validating before review" = "guides/validating-before-review.md"},
36+
{"Module development orchestration" = "guides/module-development-orchestration.md"},
3637
]},
3738
{"Reference" = [
3839
{"Module development foundations" = "reference/module-development-foundations.md"},

0 commit comments

Comments
 (0)