Skip to content

Commit 60182a9

Browse files
committed
Update site links and navigation structure
Changed sitemap hostname to eucpilots.com and simplified the navigation menu in .vitepress/config.mts. Added direct links to feature items in docs/index.md for improved accessibility and consistency.
1 parent c744e0e commit 60182a9

2 files changed

Lines changed: 26 additions & 18 deletions

File tree

.vitepress/config.mts

Lines changed: 13 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -7,29 +7,26 @@ export default defineConfig({
77
description: "This is your captain speaking.",
88
head: [['link', { rel: 'icon', href: '/eucpilot-headshot2.png' }]],
99
sitemap: {
10-
hostname: 'https://eucpilots.github.io/'
10+
hostname: 'https://eucpilots.com/'
1111
},
1212
cleanUrls: true,
1313
// ignoreDeadLinks: true,
1414

1515
themeConfig: {
1616
// https://vitepress.dev/reference/default-theme-config
1717
nav: [
18-
{ text: 'stealthpuppy.com', link: 'https://stealthpuppy.com/' },
19-
{ text: 'Evergreen', link: 'https://eucpilots.github.io/evergreen-docs/' },
20-
{ text: 'VcRedist', link: 'https://vcredist.com/' },
21-
{ text: 'Defaults', link: 'https://stealthpuppy.com/defaults' },
22-
{ text: 'Nerdio Manager', link: 'https://github.com/aaronparker/nerdio-actions/' },
23-
{ text: 'Evergreen App Tracker', link: 'https://stealthpuppy.com/apptracker' },
24-
{ text: 'More',
25-
items: [
26-
{ text: 'PSPackageFactory', link: 'https://stealthpuppy.com/packagefactory' },
27-
{ text: 'Microsoft 365 Apps packager', link: 'https://github.com/aaronparker/m365apps' },
28-
{ text: 'Intune Remediations', link: 'https://github.com/aaronparker/remediations' },
29-
{ text: 'Intune Baseline', link: 'https://github.com/aaronparker/intune-baseline' },
30-
{ text: 'Azure Virtual Desktop', link: 'https://github.com/aaronparker/azurevirtualdesktop' }
31-
]
32-
},
18+
{ text: 'stealthpuppy.com', link: 'https://stealthpuppy.com' }
19+
// { text: 'Evergreen App Tracker', link: 'https://stealthpuppy.com/apptracker/' },
20+
// { text: 'Nerdio Manager', link: 'https://github.com/aaronparker/nerdio-actions/' },
21+
// { text: 'PSPackageFactory', link: 'https://stealthpuppy.com/packagefactory' },
22+
// { text: 'Microsoft 365 Apps packager', link: 'https://github.com/aaronparker/m365apps' },
23+
// { text: 'Intune Remediations', link: 'https://github.com/aaronparker/remediations' },
24+
// { text: 'Intune Baseline', link: 'https://github.com/aaronparker/intune-baseline' },
25+
// { text: 'Azure Virtual Desktop', link: 'https://github.com/aaronparker/azurevirtualdesktop' }
26+
// { text: 'More',
27+
// items: [
28+
// ]
29+
// },
3330
],
3431

3532
logo: '/img/eucpilot.png',

docs/index.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,46 +13,57 @@ hero:
1313
features:
1414
- title: stealthpuppy.com
1515
details: Articles on end user computing, virtualisation, modern device management, enterprise mobility, & automation.
16+
link: https://stealthpuppy.com
1617
icon:
1718
src: /img/stealthpuppy.png
1819
- title: Evergreen
1920
details: Enterprise automation for Windows apps & image management with the latest version & downloads for common Windows apps via PowerShell.
21+
link: https://eucpilots.com/evergreen-docs/
2022
icon:
2123
src: /img/evergreenbulb.png
2224
- title: VcRedist
2325
details: PowerShell module for lifecycle management of the Microsoft Visual C++ Redistributables.
26+
link: https://vcredist.com/
2427
icon:
2528
src: /img/vcredist256.png
2629
- title: Windows Enterprise Defaults
2730
details: Make Windows enterprise-ready. Improve end-user experience with enterprise-ready, streamlined Windows PCs and images.
31+
link: https://stealthpuppy.com/defaults/
2832
icon:
2933
src: /img/defaults.png
3034
- title: Evergreen App Tracker
3135
details: Uses Evergreen to track the latest version and download URLs for supported applications. Updated every 12 hours.
36+
link: 'https://stealthpuppy.com/apptracker/'
3237
icon:
3338
src: /img/evergreenbulb.png
3439
- title: PSPackageFactory
3540
details: A packaging factory for Microsoft Intune using Evergreen, VcRedist, and IntuneWin32App.
41+
link: 'https://stealthpuppy.com/packagefactory'
3642
icon:
3743
src: /img/deployment.png
3844
- title: M365 Apps packager
3945
details: PowerShell script and workflow for creating and importing a Win32 package into Intune for the Microsoft 365 Apps.
46+
link: 'https://github.com/aaronparker/m365apps'
4047
icon:
4148
src: /img/m365.svg
4249
- title: Intune Remediations
43-
details: A library of PowerShell scripts for Microsoft Intune Remeditations.
50+
details: A library of PowerShell scripts for Microsoft Intune Remediations.
51+
link: https://github.com/aaronparker/remediations/
4452
icon:
4553
src: /img/intune.svg
4654
- title: Nerdio Manager
47-
details: A collection of scripts and tools to use with Nerdio Manager for Enterprise and Nerdio Manager for MSP..
55+
details: A collection of scripts and tools to use with Nerdio Manager for Enterprise and Nerdio Manager for MSP.
56+
link: https://github.com/aaronparker/nerdio-actions/
4857
icon:
4958
src: /img/nerdio.png
5059
- title: Intune Baseline
5160
details: A well tested set of configuration profiles, built for user experience, for Microsoft Intune.
61+
link: https://github.com/aaronparker/intune-baseline/
5262
icon:
5363
src: /img/intune.svg
5464
- title: Azure Virtual Desktop
5565
details: Stand up an Azure Virtual Desktop with Microsoft Bicep.
66+
link: 'https://github.com/aaronparker/azurevirtualdesktop'
5667
icon:
5768
src: /img/avd.svg
5869
---

0 commit comments

Comments
 (0)