Skip to content

Commit

Permalink
Add validated patterns to product dropdown (#2686)
Browse files Browse the repository at this point in the history
* add validated patterns to product dropdown

* Re-order list alphabetically

---------

Co-authored-by: Dan Brown <[email protected]>
  • Loading branch information
im2nguyen and roooms authored Feb 12, 2025
1 parent 9af57af commit faca70b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/lib/products.ts
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,12 @@ const sidePanelContent: ProductSidePanel = {
url: '/tutorials',
icon: 'learn',
},
{
title: 'Validated Patterns',
description: 'Field-tested patterns for using HashiCorp products',
url: '/validated-patterns',
icon: 'check-circle',
},
{
title: 'Well-Architected Framework',
description: 'Adopt HashiCorp best practices',
Expand Down

0 comments on commit faca70b

Please sign in to comment.