Skip to content

Commit f636ff3

Browse files
docs: link Module Bootstrap into nav and quickstart
$Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
1 parent 3793e2e commit f636ff3

3 files changed

Lines changed: 4 additions & 0 deletions

File tree

src/docs/Modules/Process-PSModule/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@ This section documents how module repositories are formed and how they move from
1010
- [Module Anatomy](module-anatomy.md)
1111
- [Build, Test, Pack, Publish](build-test-pack-publish.md)
1212
- [Template Quickstart](template-quickstart.md)
13+
- [Module Bootstrap](module-bootstrap.md)
1314

1415
For broader framework context, see [MSX Frameworks / Process-PSModule](https://msxorg.github.io/docs/Frameworks/Process-PSModule/).

src/docs/Modules/Process-PSModule/template-quickstart.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ Start new modules from the PSModule template repository:
1212
4. Validate `.github/PSModule.yml` defaults for your module.
1313
5. Open a draft pull request and run the full pipeline.
1414

15+
If the module needs several interdependent commands before it is usable at all, see [Module Bootstrap](module-bootstrap.md) instead of shipping them as one command per step.
16+
1517
## Expected outcomes
1618

1719
- repository follows Process-PSModule structure

src/zensical.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ nav = [
3333
{"Module Anatomy" = "Modules/Process-PSModule/module-anatomy.md"},
3434
{"Build, Test, Pack, Publish" = "Modules/Process-PSModule/build-test-pack-publish.md"},
3535
{"Template Quickstart" = "Modules/Process-PSModule/template-quickstart.md"},
36+
{"Module Bootstrap" = "Modules/Process-PSModule/module-bootstrap.md"},
3637
]},
3738
]},
3839
{"Dictionary" = [

0 commit comments

Comments
 (0)