Commit 90a5cdb
authored
🩹 [Patch]: Update required modules + doc links (#49)
## 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:
* Added `.LINK` and `.NOTES` sections to the `Get-GoogleFont` function
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](diffhunk://#diff-86091f30b4dfb1604e5f505f18809aad419502a27c58272d2eb24defcacf6b37R23-R29))
* Added `.LINK` and `.NOTES` sections to the `Install-GoogleFont`
function for similar purposes, enhancing the function's usability and
clarity. (`src/functions/public/Install-GoogleFont.ps1`,
[src/functions/public/Install-GoogleFont.ps1R31-R37](diffhunk://#diff-f926b03377b12f05eed72cf360452ff4ac9b8f4a2c7c858e02068ea43cc050a5R31-R37))
### Dependency Updates:
* Updated the required version of the `Fonts` module from `1.1.19` to
`1.1.21` and added a new dependency on the `Admin` module with a
required version of `1.1.6`, ensuring compatibility and new
functionality. (`src/functions/public/Install-GoogleFont.ps1`,
[src/functions/public/Install-GoogleFont.ps1L1-R2](diffhunk://#diff-f926b03377b12f05eed72cf360452ff4ac9b8f4a2c7c858e02068ea43cc050a5L1-R2))
## Type of change
<!-- Use the check-boxes [x] on the options that are relevant. -->
- [ ] 📖 [Docs]
- [ ] 🪲 [Fix]
- [x] 🩹 [Patch]
- [ ] 1 parent e0e7c47 commit 90a5cdb
3 files changed
Lines changed: 16 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
23 | 30 | | |
24 | 31 | | |
25 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
30 | 38 | | |
31 | 39 | | |
32 | 40 | | |
| |||
This file was deleted.
0 commit comments