Skip to content

Commit f0e80be

Browse files
committed
Add Evergreen Workbench entries and fix links
Add Evergreen Web Workbench and Evergreen Desktop Workbench feature cards to docs/index.md (with icons and links), update the Evergreen feature link to eucpilots.com/evergreen, remove the old Evergreen App Tracker entry, and normalize external link quoting. Also update the commented nav entry in .vitepress/config.mts to reference the Evergreen Workbench URL.
1 parent 35079dd commit f0e80be

2 files changed

Lines changed: 18 additions & 13 deletions

File tree

.vitepress/config.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export default defineConfig({
1616
// https://vitepress.dev/reference/default-theme-config
1717
nav: [
1818
{ text: 'stealthpuppy.com', link: 'https://stealthpuppy.com' }
19-
// { text: 'Evergreen App Tracker', link: 'https://stealthpuppy.com/apptracker/' },
19+
// { text: 'Evergreen Workbench', link: 'https://eucpilots.com/workbench/' },
2020
// { text: 'Nerdio Manager', link: 'https://github.com/aaronparker/nerdio-actions/' },
2121
// { text: 'PSPackageFactory', link: 'https://stealthpuppy.com/packagefactory' },
2222
// { text: 'Microsoft 365 Apps packager', link: 'https://github.com/aaronparker/m365apps' },

docs/index.md

Lines changed: 17 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,29 +13,34 @@ 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
16+
link: 'https://stealthpuppy.com'
1717
icon:
1818
src: /img/stealthpuppy.png
1919
- title: Evergreen
2020
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/
21+
link: 'https://eucpilots.com/evergreen/'
22+
icon:
23+
src: /img/evergreenbulb.png
24+
- title: Evergreen Web Workbench
25+
details: A web-based version of the Evergreen desktop Workbench. Tracks the latest version and download URLs for all applications supported by Evergreen. Updated every 24 hours.
26+
link: 'https://eucpilots.com/workbench/'
27+
icon:
28+
src: /img/evergreenbulb.png
29+
- title: Evergreen Desktop Workbench
30+
details: EvergreenUI is a PowerShell module providing a GUI for Evergreen via the Evergreen Workbench desktop application. Simplifies browsing and downloading application versions. Supports Windows only.
31+
link: 'https://eucpilots.com/evergreen/workbench/'
2232
icon:
2333
src: /img/evergreenbulb.png
2434
- title: VcRedist
2535
details: PowerShell module for lifecycle management of the Microsoft Visual C++ Redistributables.
26-
link: https://vcredist.com/
36+
link: 'https://vcredist.com/'
2737
icon:
2838
src: /img/vcredist256.png
2939
- title: Windows Enterprise Defaults
3040
details: Make Windows enterprise-ready. Improve end-user experience with enterprise-ready, streamlined Windows PCs and images.
31-
link: https://stealthpuppy.com/defaults/
41+
link: 'https://stealthpuppy.com/defaults/'
3242
icon:
3343
src: /img/defaults.png
34-
- title: Evergreen App Tracker
35-
details: Uses Evergreen to track the latest version and download URLs for supported applications. Updated every 12 hours.
36-
link: 'https://stealthpuppy.com/apptracker/'
37-
icon:
38-
src: /img/evergreenbulb.png
3944
- title: PSPackageFactory
4045
details: A packaging factory for Microsoft Intune using Evergreen, VcRedist, and IntuneWin32App.
4146
link: 'https://stealthpuppy.com/packagefactory'
@@ -48,17 +53,17 @@ features:
4853
src: /img/m365.svg
4954
- title: Intune Remediations
5055
details: A library of PowerShell scripts for Microsoft Intune Remediations.
51-
link: https://github.com/aaronparker/remediations/
56+
link: 'https://github.com/aaronparker/remediations/'
5257
icon:
5358
src: /img/intune.svg
5459
- title: Nerdio Manager
5560
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/
61+
link: 'https://github.com/aaronparker/nerdio-actions/'
5762
icon:
5863
src: /img/nerdio.png
5964
- title: Intune Baseline
6065
details: A well tested set of configuration profiles, built for user experience, for Microsoft Intune.
61-
link: https://github.com/aaronparker/intune-baseline/
66+
link: 'https://github.com/aaronparker/intune-baseline/'
6267
icon:
6368
src: /img/intune.svg
6469
- title: Azure Virtual Desktop

0 commit comments

Comments
 (0)