Skip to content
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

Fix wiki #15

Merged
merged 1 commit into from
Feb 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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