📖 [Docs]: Process-PSModule reference links now reach current sources - #450
Merged
Marius Storhaug (MariusStorhaug) merged 3 commits intoSep 4, 2026
Merged
Conversation
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Super-linter summary
All files and directories linted successfully For more information, see the GitHub Actions workflow run Powered by Super-linter |
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Marius Storhaug (MariusStorhaug)
marked this pull request as ready for review
September 4, 2026 18:33
Marius Storhaug (MariusStorhaug)
requested a review
from a team
as a code owner
September 4, 2026 18:33
Marius Storhaug (MariusStorhaug)
deleted the
repair-process-documentation-links
branch
September 4, 2026 18:43
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.mdfile.Technical details
pipeline-stages.md,framework-test-ids.md, anddependencies.md..github/actions/Test-PSModule/src/tests/{SourceCode,Module}, theirPSModule.Tests.ps1files,.github/workflows/Publish-Site.yml,.github/workflows, and.github/actions.MSXOrg/docs#145is deliberately excluded: it needs separate CI/test integration, and its root-test layout is incompatible with this repository's Test-Actions discovery.docs/content/reference/**(Markdown)MSXOrg/docs#145; no open issue is fully satisfied by this repository-local documentation repair.Push-Location docs; zensical build --clean; $exitCode = $LASTEXITCODE; Pop-Location; exit $exitCodepassed. Draft PR checks passed: Docs Build, Docs Lint (including Markdown), repository Lint code base, and Analyze (actions).Relevant issues (or links)
Related work