Skip to content

Commit 0bca462

Browse files
Merge pull request #2 from michaeltlombardi/maint/main/add-dsc-repo-to-menu
(MAINT) Add DSC repo to site menu
2 parents b4d14a5 + 9971ffa commit 0bca462

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

_site/hugo.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,14 @@ menu:
1111
url: https://learn.microsoft.com/powershell/dsc/overview?view=dsc-3.0
1212
pre: <sl-icon name="bxl-microsoft" library="boxicons"></sl-icon>
1313
weight: 10
14+
- name: DSC Repository
15+
url: https://learn.microsoft.com/powershell/dsc/overview?view=dsc-3.0
16+
pre: <sl-icon name="bxl-github" library="boxicons"></sl-icon>
17+
weight: 20
1418
- name: Samples Source
1519
url: https://github.com/PowerShell/DSC-Samples
1620
pre: <sl-icon name="bxl-github" library="boxicons"></sl-icon>
17-
weight: 20
21+
weight: 30
1822

1923
params:
2024
description: Sample implementations for Desired State Configuration v3.

0 commit comments

Comments
 (0)