Skip to content

Commit

Permalink
Fix wiki (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
johlju authored Feb 18, 2024
1 parent 2687544 commit 88df21d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Reverted resolve dependency logic so that GitHub actions works.
- Link to `Start-PSResourceGetBootstrap` in Home.md now works ([issue #13](https://github.com/viscalyx/PSResourceGet.Bootstrap/issues/13)).
- Wiki now has correct header for the resources.

## [0.1.2] - 2024-02-03

Expand Down
9 changes: 9 additions & 0 deletions build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,15 @@ DscResource.DocGenerator:
Publish_GitHub_Wiki_Content:
Debug: false
Generate_Wiki_Content:
MofResourceMetadata:
Type: MofResource
Category: MOF-based Resources
ClassResourceMetadata:
Type: ClassResource
Category: Class-based resources
CompositeResourceMetadata:
Type: CompositeResource
Category: Composite Resources
Generate_Wiki_Sidebar:
Debug: false
AlwaysOverwrite: true
2 changes: 1 addition & 1 deletion source/WikiSource/Home.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ This will bootstraps the _Microsoft.PowerShell.PSResourceGet_ module, saving
it to the specified destination path `C:\Modules`.

>[!TIP]
>The bootstrap script has the same parameter sets as the command [`Start-PSResourceGetBootstrap`](Start-PSResourceGetBootstrap).
>The bootstrap script has the same parameter sets as the command [`Start-PSResourceGetBootstrap`](https://github.com/viscalyx/PSResourceGet.Bootstrap/wiki/Start-PSResourceGetBootstrap).
### Download the module from PowerShell Gallery

Expand Down

0 comments on commit 88df21d

Please sign in to comment.