-
Notifications
You must be signed in to change notification settings - Fork 0
🪲 [Fix]: Fix so files are back to expected structure #21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…dling in Build-PSModuleDocumentation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR fixes file structure issues by updating a PowerShell script that builds module documentation. The changes replace deprecated ForegroundColor parameters with modern PSStyle formatting and add debug output to show generated documentation files.
- Modernized color output formatting using PSStyle instead of ForegroundColor
- Added debug logging to display generated documentation files
- Improved visibility into the documentation build process
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
…ld-PSModuleDocumentation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
…handling in Build-PSModuleDocumentation
…lder for improved clarity in documentation generation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated 2 comments.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
…handling in Build-PSModuleDocumentation
…and processing in Build-PSModuleDocumentation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated 2 comments.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated 2 comments.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated 2 comments.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
…nd file listing in Build-PSModuleDocumentation
…oduleDocumentation
…tter output organization
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated 3 comments.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
…ative paths in Build-PSModuleDocumentation
This release fixes variable inconsistencies and enhances output formatting in the
Build-PSModuleDocumentation.ps1script, improving script maintainability and user experience.What's Changed
$DocsOutputFolderand$moduleDocsFolderwith$docsOutputFolderthroughout the script to ensure consistent documentation output paths.$PSStyle.Foreground.Greenand$PSStyle.Foreground.Redfor colored checkmarks and crosses, enhancing readability of command results.Import-Module -Verbose:$false, reducing unnecessary log noise.Issues Fixed