馃摉 [Docs]: Process-PSModule reference uses its canonical site - #158
Merged
Conversation
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Marius Storhaug (MariusStorhaug)
marked this pull request as ready for review
August 9, 2026 09:15
Marius Storhaug (MariusStorhaug)
added a commit
that referenced
this pull request
Aug 9, 2026
markdownlint's MD051 recognises a custom heading anchor only when the braces contain no surrounding whitespace. With the spaced form the heading keeps its slugified anchor, so same-page references such as [FR1](#fr1) -- the form Spec-Driven-Development.md tells authors to use -- are reported as broken link fragments, and a spec written by following that page fails the linter the ecosystem runs in CI. Convert all 20 occurrences: 6 in Spec-Driven-Development.md, covering the prose that introduces the form and the specification template, and 14 in deployment/spec.md. Both forms render identically under Python-Markdown's attr_list, which this site enables, so the published output is unchanged. Test-DocumentationLink.ps1 matches the id with \s* around the brace contents, so it resolves either form. The 11 anchors this commit originally converted in process-psmodule/spec.md are gone: #158 retired that capability's pages in favour of its canonical site, and the file no longer exists. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
This was referenced Aug 9, 2026
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 guidance will use the canonical PSModule documentation site, giving readers one authoritative reference once that site is publicly available.
Changed: Process-PSModule documentation reference
The MSX documentation navigation no longer publishes a separate local Process-PSModule reference. Every remaining documentation reference points to the canonical Process-PSModule documentation URL.
Technical details
src/docs/Capabilities/process-psmodule/, including its media assets, and removes its Zensical navigation block.PSModule/Process-PSModule#447merges, its target Pages deployment serveshttps://psmodule.io/docs/Modules/Process-PSModule/, and the canonical links have been verified.Relevant issues (or links)