Skip to content

📖 [Docs]: Process-PSModule reference links now reach current sources - #450

Merged
Marius Storhaug (MariusStorhaug) merged 3 commits into
mainfrom
repair-process-documentation-links
Sep 4, 2026
Merged

📖 [Docs]: Process-PSModule reference links now reach current sources#450
Marius Storhaug (MariusStorhaug) merged 3 commits into
mainfrom
repair-process-documentation-links

Conversation

@MariusStorhaug

@MariusStorhaug Marius Storhaug (MariusStorhaug) commented Aug 9, 2026

Copy link
Copy Markdown
Member

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.


Technical details
  • 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).
Relevant issues (or links)

Related work

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
@github-actions

github-actions Bot commented Aug 9, 2026

Copy link
Copy Markdown

Super-linter summary

Language Validation result
CHECKOV Pass ✅
CSS Pass ✅
CSS_PRETTIER Pass ✅
GITHUB_ACTIONS Pass ✅
GITHUB_ACTIONS_ZIZMOR Pass ✅
GITLEAKS Pass ✅
GIT_MERGE_CONFLICT_MARKERS Pass ✅
HTML Pass ✅
JAVASCRIPT_ES Pass ✅
JAVASCRIPT_PRETTIER Pass ✅
MARKDOWN Pass ✅
NATURAL_LANGUAGE Pass ✅
POWERSHELL Pass ✅
PRE_COMMIT Pass ✅
SPELL_CODESPELL Pass ✅
TRIVY Pass ✅
YAML Pass ✅

All files and directories linted successfully

For more information, see the GitHub Actions workflow run

Powered by Super-linter

@MariusStorhaug Marius Storhaug (MariusStorhaug) changed the title 📖 [Docs]: Repair Process-PSModule reference links 📖 [Docs]: Process-PSModule reference links now reach current sources Sep 4, 2026
@MariusStorhaug Marius Storhaug (MariusStorhaug) added the release:skip Validate this change without publishing a release. label Sep 4, 2026
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
@MariusStorhaug
Marius Storhaug (MariusStorhaug) marked this pull request as ready for review September 4, 2026 18:33
@MariusStorhaug
Marius Storhaug (MariusStorhaug) merged commit 05cd2ab into main Sep 4, 2026
23 checks passed
@MariusStorhaug
Marius Storhaug (MariusStorhaug) deleted the repair-process-documentation-links branch September 4, 2026 18:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

release:skip Validate this change without publishing a release.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant