Skip to content

Commit

Permalink
updating tags
Browse files Browse the repository at this point in the history
  • Loading branch information
hemarina committed Jul 16, 2024
1 parent 5efee88 commit 7b70e90
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions website/src/data/tags.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -201,11 +201,6 @@ export const Tags: { [type in TagType]: Tag } = {
description: "Template architecture uses React.js",
type: "Tools",
},
angular: {
label: "Angular",
description: "Template architecture uses Angular",
type: "Tools",
},
sap: {
label: "SAP",
description:
Expand Down Expand Up @@ -265,6 +260,11 @@ export const Tags: { [type in TagType]: Tag } = {
description: "Template architecture uses GPT AI model",
type: "Tools",
},
msal: {
label: "Microsoft Authentication Library",
description: "Template architecture uses Microsoft Authentication Library",
type: "Tools",
},

// ---- Infrastructure as Code
bicep: {
Expand Down Expand Up @@ -348,19 +348,17 @@ export const Tags: { [type in TagType]: Tag } = {
type: "Framework",
},

// ---- Library
msal: {
label: "MSAL",
description: "Template architecture uses Microsoft Authentication Library",
type: "Library",
},

// ---- Platform
kubernetes: {
label: "Kubernetes",
description: "Template architecture uses Kubernetes",
type: "Platform",
},
angular: {
label: "Angular",
description: "Template architecture uses Angular",
type: "Platform",
},

// ---- Service
dataverse: {
Expand Down

0 comments on commit 7b70e90

Please sign in to comment.