From 88df21df96c1e4cee2918f913904d0751322f32d Mon Sep 17 00:00:00 2001 From: Johan Ljunggren Date: Sun, 18 Feb 2024 18:41:00 +0100 Subject: [PATCH] Fix wiki (#15) --- CHANGELOG.md | 1 + build.yaml | 9 +++++++++ source/WikiSource/Home.md | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 08979b2..a0f4773 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/build.yaml b/build.yaml index f4db8d6..529d737 100644 --- a/build.yaml +++ b/build.yaml @@ -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 diff --git a/source/WikiSource/Home.md b/source/WikiSource/Home.md index 9772027..265d3f8 100644 --- a/source/WikiSource/Home.md +++ b/source/WikiSource/Home.md @@ -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