Skip to content

Commit 9fd4e21

Browse files
Rename Repository-Defaults page to Repository-Standard and update nav and references
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
1 parent 2d5f346 commit 9fd4e21

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

src/docs/Modules/Module-Types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,4 +103,4 @@ The `Hashtable` module demonstrates the full set: `ConvertFrom-Hashtable`, `Conv
103103
## Where this connects
104104

105105
- [PowerShell module standard](Standards.md): layout, private functions, and the mandatory context parameter.
106-
- [Repository Defaults](Repository-Defaults.md): repository files, README shape, and agent onboarding.
106+
- [Repository Standard](Repository-Standard.md): repository files, README shape, and agent onboarding.

src/docs/Modules/Process-PSModule/module-build-validation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Do not repeat the shared workflow here. Follow the shared branch → draft PR
2929

3030
Check:
3131

32-
- `README.md` still answers the start-page questions and reflects any user-visible behavior, prerequisites, or setup changes from [Repository Defaults](../Repository-Defaults.md#readme-default)
32+
- `README.md` still answers the start-page questions and reflects any user-visible behavior, prerequisites, or setup changes from [Repository Standard](../Repository-Standard.md#readme-default)
3333
- the relevant public command-group overview page (`src/functions/public/<Group>/<Group>.md`) exists or is updated when the change affects that group's purpose or usage, per [PowerShell module standard](../Standards.md#repository-layout)
3434
- any module-level documentation under `docs/` or other published surfaces is updated when the change adds or changes guidance that should not live only in comment-based help
3535

@@ -90,5 +90,5 @@ Do not repeat the shared workflow here. Follow the shared branch → draft PR
9090
- [PowerShell module standard](../Standards.md)
9191
- [Module types](../Module-Types.md)
9292
- [Module Anatomy](module-anatomy.md)
93-
- [Repository Defaults](../Repository-Defaults.md)
93+
- [Repository Standard](../Repository-Standard.md)
9494
- [MSX Coding Standards](https://msxorg.github.io/docs/Coding-Standards/)

src/docs/Modules/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This section is the local source of truth for:
1010

1111
## Sections
1212

13-
- [Repository Defaults](Repository-Defaults.md)
13+
- [Repository Standard](Repository-Standard.md)
1414
- [Standards](Standards.md)
1515
- [Module types](Module-Types.md)
1616
- [Test Specification](Test-Specification.md)

src/zensical.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ watch = ["includes"]
1919
nav = [
2020
{"Modules" = [
2121
"Modules/index.md",
22-
{"Repository Defaults" = "Modules/Repository-Defaults.md"},
22+
{"Repository Standard" = "Modules/Repository-Standard.md"},
2323
{"Standards" = "Modules/Standards.md"},
2424
{"Module types" = "Modules/Module-Types.md"},
2525
{"Test Specification" = "Modules/Test-Specification.md"},

0 commit comments

Comments
 (0)