add namespace wiki article with scripted update - #169
Merged
Splaxi merged 2 commits intoSep 17, 2026
Merged
Conversation
Member
Author
|
@Splaxi After seeing the latest prs with the |
FH-Inway
force-pushed
the
namespaces-documentation
branch
from
September 17, 2026 11:38
b685bf5 to
0e9c112
Compare
Splaxi
approved these changes
Sep 17, 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.
Adds a Namespaces.md wiki article, based on Abbreviations. Command lists in the article are updated by new logic in
build/update-docs.ps1.Preview of wiki article on my fork: https://github.com/FH-Inway/d365bap.tools/wiki/Namespaces
Documentation automation and improvements:
Update-NamespacesArticletobuild/update-docs.ps1that automatically updates thewiki/Namespaces.mdfile with tables of commands and their descriptions for each namespace, using comment-based help from the module.platyPS(theNew-MarkdownHelpcommand); if not installed, a warning is shown.wiki/Namespaces.mdfile that explains the concept of namespaces/abbreviations, provides links and usage examples, and includes auto-generated tables of all commands for each namespace (Bap, Ppac, Fscm, Ppe, Ude, Unified, Graph), with descriptions pulled from their help synopsis.These changes make it much easier for users to discover and understand the available commands in the module, and ensure that documentation stays current with the codebase.