From 9971ffaa8204bf8d195de1ac6c2e8440f1a68e96 Mon Sep 17 00:00:00 2001 From: Michael Lombardi Date: Wed, 2 Aug 2023 09:22:44 -0500 Subject: [PATCH] (MAINT) Add DSC repo to site menu --- _site/hugo.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/_site/hugo.yaml b/_site/hugo.yaml index 91dff77..76acc07 100644 --- a/_site/hugo.yaml +++ b/_site/hugo.yaml @@ -11,10 +11,14 @@ menu: url: https://learn.microsoft.com/powershell/dsc/overview?view=dsc-3.0 pre: weight: 10 + - name: DSC Repository + url: https://learn.microsoft.com/powershell/dsc/overview?view=dsc-3.0 + pre: + weight: 20 - name: Samples Source url: https://github.com/PowerShell/DSC-Samples pre: - weight: 20 + weight: 30 params: description: Sample implementations for Desired State Configuration v3.