📖 [Docs]: Process documentation publishes from Process-PSModule - #447
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>
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
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 07:19
Marius Storhaug (MariusStorhaug)
requested a review
from a team
as a code owner
August 9, 2026 07:19
Marius Storhaug (MariusStorhaug)
enabled auto-merge (squash)
August 9, 2026 07:20
Marius Storhaug (MariusStorhaug)
merged commit Aug 9, 2026
d1e2feb
into
main
99 of 101 checks passed
Marius Storhaug (MariusStorhaug)
added a commit
to MSXOrg/docs
that referenced
this pull request
Aug 9, 2026
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. --- <details> <summary>Technical details</summary> - Removes `src/docs/Capabilities/process-psmodule/`, including its media assets, and removes its Zensical navigation block. - This pull request remains a draft and must merge only after `PSModule/Process-PSModule#447` merges, its target Pages deployment serves `https://psmodule.io/docs/Modules/Process-PSModule/`, and the canonical links have been verified. - Regenerates the Capabilities index and updates the PSModule initiative, PowerShell on GitHub design, and PowerShell testing references to the canonical URL. - Standards alignment: documentation content and Zensical navigation are aligned with the Documentation Model; no MSX-wide standards are changed. </details> <details> <summary>Relevant issues (or links)</summary> - PSModule/Process-PSModule#447 - PSModule/Process-PSModule#428 </details> --------- Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
5 tasks
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.
The Process-PSModule documentation will publish as a self-contained site from this repository at https://psmodule.io/docs/.
[process-docs-migration]
Changed:
docs/.Docsworkflow to build the target site, upload a Pages artifact, and deploy only frommain; it keeps source-equivalent manual, schedule, push, pull-request, concurrency, and PR Super-Linter behavior.docs/content/Modules/Catalog/index.md.PSModule/Process-PSModule.Technical Details
docs/content/Modules/Process-PSModule/, including the workflow media. References to MSXOrg-wide standards remain canonical external links.docs/**,.github/actions/update-index/**, and.github/workflows/Docs.yml. Biome's workspace configuration mirrors the docs and catalog-action exclusions; generic lint coverage is unchanged everywhere else.extra.css, abbreviation-preview JavaScript, andincludes/links.mdso the target builds without dangling runtime references.ClientIDandPrivateKeyinputs andSCRIBBLER_BOT_CLIENT_ID/SCRIBBLER_BOT_PRIVATE_KEYsecret names. Catalog regeneration runs only for trusted non-PR events onrefs/heads/main; PR and branch-dispatched builds use authored documentation without passing secrets to checked-out action code. Non-PR publication requires only the successful Build job.https://psmodule.io/docs/custom-domain/DNS cutover and live-site validation remain outstanding.Related Issues