🩹 [Patch]: Update required modules + doc links #49
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.
Description
This pull request introduces updates to improve documentation for PowerShell functions, update module dependencies, and clean up the project manifest. Below is a breakdown of the most significant changes:
Documentation Enhancements:
.LINKand.NOTESsections to theGet-GoogleFontfunction to provide additional resources and context, including links to the function's documentation and the Google Fonts GitHub repository. (src/functions/public/Get-GoogleFont.ps1, src/functions/public/Get-GoogleFont.ps1R23-R29).LINKand.NOTESsections to theInstall-GoogleFontfunction for similar purposes, enhancing the function's usability and clarity. (src/functions/public/Install-GoogleFont.ps1, src/functions/public/Install-GoogleFont.ps1R31-R37)Dependency Updates:
Fontsmodule from1.1.19to1.1.21and added a new dependency on theAdminmodule with a required version of1.1.6, ensuring compatibility and new functionality. (src/functions/public/Install-GoogleFont.ps1, src/functions/public/Install-GoogleFont.ps1L1-R2)Type of change
Checklist