Skip to content

Commit

Permalink
sort tag and remove dev center (#220)
Browse files Browse the repository at this point in the history
sort tag and remove dev center
  • Loading branch information
hemarina authored Oct 17, 2023
1 parent 97b7cf5 commit ae0fd84
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions website/src/data/tags.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ export type TagType =
| "azurebot"
| "ade"
| "platformengineering"
| "devcenter"
| "semantickernel"
;

Expand Down Expand Up @@ -317,11 +316,6 @@ export const Tags: { [type in TagType]: Tag } = {
description: 'Template architecture uses Semantic Kernel',
type: "Framework",
},
devcenter: {
label: "Dev Center",
description: "Template architecture uses Dev Center",
type: "Service",
},
// ---- Azure Services
ahds: {
label: "Azure Health Data Service",
Expand Down
1 change: 1 addition & 0 deletions website/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,7 @@ function ShowcaseFilterViewAll({
tags: TagType[];
number: string;
}) {
tags = tags.sort();
const [openItems, setOpenItems] = React.useState(["0"]);
const handleToggle: AccordionToggleEventHandler<string> = (event, data) => {
setOpenItems(data.openItems);
Expand Down
1 change: 0 additions & 1 deletion website/static/templates.json
Original file line number Diff line number Diff line change
Expand Up @@ -1089,7 +1089,6 @@
"tags": [
"terraform",
"platformengineering",
"devcenter",
"ade",
"community",
"new"
Expand Down

0 comments on commit ae0fd84

Please sign in to comment.