Skip to content

Commit 2ad8b76

Browse files
committed
Update links
1 parent a266bee commit 2ad8b76

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

.vitepress/config.mts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,11 @@ export default defineConfig({
2323
{ text: 'Evergreen App Tracker', link: 'https://stealthpuppy.com/apptracker' },
2424
{ text: 'More',
2525
items: [
26-
{ text: 'PSPackgeFactory', link: 'https://stealthpuppy.com/packagefactory' },
26+
{ text: 'PSPackageFactory', link: 'https://stealthpuppy.com/packagefactory' },
2727
{ text: 'Microsoft 365 Apps packager', link: 'https://github.com/aaronparker/m365apps' },
28+
{ text: 'Intune Remediations', link: 'https://github.com/aaronparker/remediations' },
2829
{ text: 'Intune Baseline', link: 'https://github.com/aaronparker/intune-baseline' },
29-
{ text: 'Azure Virtual Desktop', link: 'https://github.com/aaronparker/azurevirtualdesktop' },
30+
{ text: 'Azure Virtual Desktop', link: 'https://github.com/aaronparker/azurevirtualdesktop' }
3031
]
3132
},
3233
],
@@ -42,7 +43,7 @@ export default defineConfig({
4243
],
4344

4445
footer: {
45-
message: 'A stealthpuppy project.',
46+
message: 'A stealthpuppy project. <a target="_blank" href="https://icons8.com/icon/tI2IB1EJFmdP/greentech">Greentech</a> icon by <a target="_blank" href="https://icons8.com">Icons8</a>. <a target="_blank" href="https://icons8.com/icon/gc3EFfPcJEXt/deployment">Deployment</a> icon by <a target="_blank" href="https://icons8.com">Icons8</a>',
4647
copyright: 'Copyright &copy; 2025 Aaron Parker.'
4748
},
4849
}

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ features:
3939
details: PowerShell script and workflow for creating and importing a Win32 package into Intune for the Microsoft 365 Apps.
4040
icon:
4141
src: /img/m365.svg
42-
- title: Remediations
42+
- title: Intune Remediations
4343
details: A library of PowerShell scripts for Microsoft Intune Remeditations.
4444
icon:
4545
src: /img/intune.svg

0 commit comments

Comments
 (0)