Commit 05cd2ab
π [Docs]: Process-PSModule reference links now reach current sources (#450)
Process-PSModule reference pages now lead to the current framework test
sources, site-publishing workflow, and composition entry points. Readers
no longer encounter links that point to moved files or the removed
dependency inventory.
## Fixed: Reference links reach the current framework sources
The pipeline guide now links to the source-code and module test
directories that enforce the framework standards, and its
publishing-stage link reaches the active site-publishing workflow. The
framework test ID reference links directly to each current test file.
## Changed: Dependency reference shows the maintained composition
The dependency reference now directs readers to the reusable workflows
and composite actions that define the current Process-PSModule
composition instead of the removed `DEPENDENCIES.md` file.
---
<details>
<summary>Technical details</summary>
- Repaired links only in `pipeline-stages.md`, `framework-test-ids.md`,
and `dependencies.md`.
- Canonical targets are
`.github/actions/Test-PSModule/src/tests/{SourceCode,Module}`, their
`PSModule.Tests.ps1` files, `.github/workflows/Publish-Site.yml`,
`.github/workflows`, and `.github/actions`.
- Implementation plan progress: all three requested page repairs are
complete. The cross-repository-link checker from `MSXOrg/docs#145` is
deliberately excluded: it needs separate CI/test integration, and its
root-test layout is incompatible with this repository's Test-Actions
discovery.
- Standards and framework alignment pass:
| Changed surface | Standards checked | Framework docs checked | Result
|
| --- | --- | --- | --- |
| `docs/content/reference/**` (Markdown) | Markdown | Process-PSModule
documentation | Aligned |
- Issue convergence sweep: scoped to documentation link repairs
associated with `MSXOrg/docs#145`; no open issue is fully satisfied by
this repository-local documentation repair.
- Validation: `Push-Location docs; zensical build --clean; $exitCode =
$LASTEXITCODE; Pop-Location; exit $exitCode` passed. Draft PR checks
passed: Docs Build, Docs Lint (including Markdown), repository Lint code
base, and Analyze (actions).
</details>
<details>
<summary>Relevant issues (or links)</summary>
### Related work
- References MSXOrg/docs#145
</details>
---------
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>1 parent f86c419 commit 05cd2ab
3 files changed
Lines changed: 8 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| |||
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
163 | | - | |
| 163 | + | |
0 commit comments